diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 827/cmd_routerRIP.txt | |
| download | Studium-master.tar.gz Studium-master.tar.bz2 | |
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 827/cmd_routerRIP.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 827/cmd_routerRIP.txt | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 827/cmd_routerRIP.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 827/cmd_routerRIP.txt new file mode 100644 index 0000000..e6881d1 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 827/cmd_routerRIP.txt @@ -0,0 +1,54 @@ +
+routerRIPC.addSC("address-family", "Enter Address Family command mode");
+routerRIPC.addSC("auto-summary", "Enable automatic network number summarization");
+routerRIPC.addSC("default", "Set a command to its defaults");
+routerRIPC.addSC("default-information", "Control distribution of default information");
+routerRIPC.addSC("default-metric", "Set metric of redistributed routes");
+routerRIPC.addSC("distance", "Define an administrative distance");
+routerRIPC.addSC("distribute-list", "Filter networks in routing updates");
+routerRIPC.addSC("exit", "Exit from routing protocol configuration mode");
+routerRIPC.addSC("flash-update-threshold", "Specify flash update threshold in second");
+routerRIPC.addSC("help", "Description of the interactive help system");
+routerRIPC.addSC("input-queue", "Specify input queue depth");
+routerRIPC.addSC("maximum-paths", "Forward packets over multiple paths");
+routerRIPC.addSC("neighbor", "Specify a neighbor router");
+routerRIPC.addSC("network", "Enable routing on an IP network");
+ routerRIPC.network.addSC("A.B.C.D", "Network number");
+routerRIPC.addSC("no", "Negate a command or set its defaults");
+ routerRIPC.no.addSC("address-family", "Enter Address Family command mode");
+ routerRIPC.no.addSC("auto-summary", "Enable automatic network number summarization");
+ routerRIPC.no.addSC("default-information", "Control distribution of default information");
+ routerRIPC.no.addSC("default-metric", "Set metric of redistributed routes");
+ routerRIPC.no.addSC("distance", "Define an administrative distance");
+ routerRIPC.no.addSC("distribute-list", "Filter networks in routing updates");
+ routerRIPC.no.addSC("flash-update-threshold", "Specify flash update threshold in second");
+ routerRIPC.no.addSC("input-queue", "Specify input queue depth");
+ routerRIPC.no.addSC("maximum-paths", "Forward packets over multiple paths");
+ routerRIPC.no.addSC("neighbor", "Specify a neighbor router");
+ routerRIPC.no.addSC("network", "Enable routing on an IP network");
+routerRIPC.addSC("offset-list", "Add or subtract offset from IGRP or RIP metrics");
+routerRIPC.addSC("output-delay", "Interpacket delay for RIP updates");
+routerRIPC.addSC("passive-interface", "Suppress routing updates on an interface");
+ routerRIPC["passive-interface"].addSC("ATM", "ATM interface");
+ routerRIPC["passive-interface"].addSC("Async", "Async interface");
+ routerRIPC["passive-interface"].addSC("BVI", "Bridge-Group Virtual Interface");
+ routerRIPC["passive-interface"].addSC("CTunnel", "CTunnel interface");
+ routerRIPC["passive-interface"].addSC("Dialer", "Dialer interface");
+ routerRIPC["passive-interface"].addSC("Ethernet", "IEEE 802.3");
+ routerRIPC["passive-interface"].Ethernet.addSC("<0-0>", "Ethernet interface number");
+ routerRIPC["passive-interface"].addSC("Group-Async", "Async Group interface");
+ routerRIPC["passive-interface"].addSC("Lex", "Lex interface");
+ routerRIPC["passive-interface"].addSC("Loopback", "Loopback interface");
+ routerRIPC["passive-interface"].addSC("Multilink", "Multilink-group interface");
+ routerRIPC["passive-interface"].addSC("Null", "Null interface");
+ routerRIPC["passive-interface"].addSC("Tunnel", "Tunnel interface");
+ routerRIPC["passive-interface"].addSC("Vif", "PGM Multicast Host interface");
+ routerRIPC["passive-interface"].addSC("Virtual-Template", "Virtual Template interface");
+ routerRIPC["passive-interface"].addSC("Virtual-TokenRing", "Virtual TokenRing");
+ routerRIPC["passive-interface"].addSC("default", "Suppress routing updates on all interfaces");
+routerRIPC.addSC("redistribute", "Redistribute information from another routing protocol");
+routerRIPC.addSC("timers", "Adjust routing timers");
+routerRIPC.addSC("traffic-share", "How to compute traffic share over alternate paths");
+routerRIPC.addSC("validate-update-source", "Perform sanity checks against source address of routing updates");
+routerRIPC.addSC("version", "Set routing protocol version");
+ routerRIPC.version.addSC("<1-2>", "version");
|
