summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_routerRIP.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_routerRIP.txt')
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_routerRIP.txt91
1 files changed, 91 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_routerRIP.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_routerRIP.txt
new file mode 100644
index 0000000..834fafc
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_routerRIP.txt
@@ -0,0 +1,91 @@
+
+routerRIPC.addSC("address-family", "Enter Address Family command mode");
+ routerRIPC["address-family"].addSC("ipv4", "Address family");
+routerRIPC.addSC("auto-summary", "Enable automatic network number summarization");
+routerRIPC.addSC("default", "Set a command to its defaults");
+ routerRIPC["default"].addSC("address-family", "Enter Address Family command mode");
+ routerRIPC["default"].addSC("auto-summary", "Enable automatic network number summarization");
+routerRIPC.addSC("default-information", "Control distribution of default information");
+ routerRIPC["default-information"].addSC("originate", "Distribute a default route");
+routerRIPC.addSC("default-metric", "Set metric of redistributed routes");
+ routerRIPC["default-metric"].addSC("<1-4294967295>", "Default metric");
+routerRIPC.addSC("distance", "Define an administrative distance");
+ routerRIPC.distance.addSC("<1-255>", "Administrative distance");
+routerRIPC.addSC("distribute-list", "Filter networks in routing updates");
+ routerRIPC["distribute-list"].addSC("<1-199>", "IP access list number");
+ routerRIPC["distribute-list"].addSC("<1300-2699>", "IP expanded access list number");
+ routerRIPC["distribute-list"].addSC("WORD", "Access-list name");
+ routerRIPC["distribute-list"].addSC("gateway", "Filtering incoming updates based on gateway");
+ routerRIPC["distribute-list"].addSC("prefix", "Filter prefixes in routing updates");
+routerRIPC.addSC("exit", "Exit from routing protocol configuration mode");
+routerRIPC.addSC("flash-update-threshold", "Specify flash update threshold in second");
+ routerRIPC["flash-update-threshold"].addSC("<0-30>", "threshold in seconds");
+routerRIPC.addSC("help", "Description of the interactive help system");
+routerRIPC.addSC("input-queue", "Specify input queue depth");
+ routerRIPC["input-queue"].addSC("<0-1024>", "queue depth");
+routerRIPC.addSC("maximum-paths", "Forward packets over multiple paths");
+ routerRIPC["maximum-paths"].addSC("<1-6>", "Number of paths");
+routerRIPC.addSC("mpls", "Configure MPLS routing protocol parameters");
+routerRIPC.addSC("neighbor", "Specify a neighbor router");
+ routerRIPC.neighbor.addSC("A.B.C.D", "Neighbor address");
+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("mpls", "Configure MPLS routing protocol parameters");
+ 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["offset-list"].addSC("<0-99>", "Access list of networks to apply offset (0 selects all networks)");
+ routerRIPC["offset-list"].addSC("<1300-1999>", "Access list of networks to apply offset (expanded range)");
+ routerRIPC["offset-list"].addSC("WORD", "Access-list name");
+routerRIPC.addSC("output-delay", "Interpacket delay for RIP updates");
+ routerRIPC["output-delay"].addSC("<8-50>", "Delay in milliseconds");
+routerRIPC.addSC("passive-interface", "Suppress routing updates on an interface");
+ routerRIPC["passive-interface"].addSC("Async", "Async interface");
+ routerRIPC["passive-interface"].addSC("BRI", "ISDN Basic Rate 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"].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("Serial", "Serial");
+ 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.redistribute.addSC("bgp", "Border Gateway Protocol (BGP)");
+ routerRIPC.redistribute.addSC("connected", "Connected");
+ routerRIPC.redistribute.addSC("egp", "Exterior Gateway Protocol (EGP)");
+ routerRIPC.redistribute.addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
+ routerRIPC.redistribute.addSC("igrp", "Interior Gateway Routing Protocol (IGRP)");
+ routerRIPC.redistribute.addSC("isis", "ISO IS-IS");
+ routerRIPC.redistribute.addSC("iso-igrp", "IGRP for OSI networks");
+ routerRIPC.redistribute.addSC("metric", "Metric for redistributed routes");
+ routerRIPC.redistribute.addSC("mobile", "Mobile routes");
+ routerRIPC.redistribute.addSC("odr", "On Demand stub Routes");
+ routerRIPC.redistribute.addSC("ospf", "Open Shortest Path First (OSPF)");
+ routerRIPC.redistribute.addSC("rip", "Routing Information Protocol (RIP)");
+ routerRIPC.redistribute.addSC("route-map", "Route map reference");
+ routerRIPC.redistribute.addSC("static", "Static routes");
+routerRIPC.addSC("timers", "Adjust routing timers");
+ routerRIPC.timers.addSC("basic", "Basic routing protocol update timers");
+routerRIPC.addSC("traffic-share", "How to compute traffic share over alternate paths");
+ routerRIPC["traffic-share"].addSC("min", "All traffic shared among min metric 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");