diff options
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_routerISIS.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_routerISIS.txt | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_routerISIS.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_routerISIS.txt new file mode 100644 index 0000000..4ef7fa0 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_routerISIS.txt @@ -0,0 +1,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");
|
