summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_routerISIS.txt
blob: 4ef7fa0016af769cabbd9115abb97888a6f21670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
routerISISC.addSC("area-password", "Configure the authentication password for an area");
routerISISC.addSC("default", "Set a command to its defaults");
routerISISC.addSC("default-information", "Control distribution of default information");
routerISISC.addSC("distance", "Define an administrative distance");
routerISISC.addSC("distribute-list", "Filter networks in routing updates");
routerISISC.addSC("domain-password", "Set the authentication password for a routing domain");
	routerISISC["domain-password"].addSC("WORD", "Routing domain password");
routerISISC.addSC("exit", "Exit from routing protocol configuration mode");
routerISISC.addSC("hello", "Pad ISIS hello PDUs to full MTU");
routerISISC.addSC("help", "Description of the interactive help system");
routerISISC.addSC("hostname", "Dynamic hostname for IS-IS");
routerISISC.addSC("ignore-lsp-errors", "Ignore LSPs with bad checksums");
routerISISC.addSC("is-type", "IS Level for this routing process (OSI only)");
routerISISC.addSC("log-adjacency-changes", "Log changes in adjacency state");
routerISISC.addSC("lsp-gen-interval", "Minimum interval between regenerating same LSP");
routerISISC.addSC("lsp-mtu", "Set maximum LSP size");
routerISISC.addSC("lsp-refresh-interval", "Set");
routerISISC.addSC("max-area-addresses", "Allow configuration of more manual area addresses");
routerISISC.addSC("max-lsp-lifetime", "Set maximum LSP lifetime");
routerISISC.addSC("maximum-paths", "Forward packets over multiple paths");
routerISISC.addSC("net", "A Network Entity Title for this process (OSI only)");
	routerISISC.net.addSC("XX.XXXX. ... .XXX.XX", "Network entity title (NET)");
routerISISC.addSC("no", "Negate a command or set its defaults");
	routerISISC.no.addSC("area-password", "Configure the authentication password for an area");
	routerISISC.no.addSC("default-information", "Control distribution of default information");
	routerISISC.no.addSC("distance", "Define an administrative distance");
	routerISISC.no.addSC("distribute-list", "Filter networks in routing updates");
	routerISISC.no.addSC("domain-password", "Set the authentication password for a routing domain");
	routerISISC.no.addSC("hello", "Pad ISIS hello PDUs to full MTU");
	routerISISC.no.addSC("hostname", "Dynamic hostname for IS-IS");
	routerISISC.no.addSC("ignore-lsp-errors", "Ignore LSPs with bad checksums");
	routerISISC.no.addSC("is-type", "IS Level for this routing process (OSI only)");
	routerISISC.no.addSC("log-adjacency-changes", "Log changes in adjacency state");
	routerISISC.no.addSC("lsp-gen-interval", "Minimum interval between regenerating same LSP");
	routerISISC.no.addSC("lsp-mtu", "Set maximum LSP size");
	routerISISC.no.addSC("lsp-refresh-interval", "Set LSP refresh interval");
	routerISISC.no.addSC("max-area-addresses", "Allow configuration of more manual area addresses");
	routerISISC.no.addSC("max-lsp-lifetime", "Set maximum LSP lifetime");
	routerISISC.no.addSC("maximum-paths", "Forward packets over multiple paths");
	routerISISC.no.addSC("net", "A Network Entity Title for this process (OSI only)");
		routerISISC.no.net.addSC("XX.XXXX. ... .XXX.XX", "Network entity title (NET)");
routerISISC.addSC("partition", "CLNS area partition");
routerISISC.addSC("passive-interface", "Suppress routing updates on an interface");
	routerISISC["passive-interface"].addSC("Async", "Async interface");
	routerISISC["passive-interface"].addSC("Dialer", "Dialer interface");
	routerISISC["passive-interface"].addSC("FastEthernet", "FastEthernet IEEE 802.3");
	routerISISC["passive-interface"].addSC("Loopback", "Loopback interface");
	routerISISC["passive-interface"].addSC("Null", "Null interface");
	routerISISC["passive-interface"].addSC("Serial", "Serial");
	routerISISC["passive-interface"].addSC("default", "Suppress routing updates on all interfaces");
routerISISC.addSC("prc-interval", "Minimum interval between partial route calculations");
routerISISC.addSC("redistribute", "Redistribute information from another routing protocol");
routerISISC.addSC("set-overload-bit", "Signal other routers not to use us in SPF");
routerISISC.addSC("spf-interval", "Minimum interval between SPF calculations");
routerISISC.addSC("summary-address", "Configure IP address summaries");
routerISISC.addSC("traffic-share", "How to compute traffic share over alternate paths");
routerISISC.addSC("update-queue-depth", "Set Update process queue depth");