summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_routerOSPF.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_routerOSPF.txt')
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_routerOSPF.txt116
1 files changed, 116 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_routerOSPF.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_routerOSPF.txt
new file mode 100644
index 0000000..45b5322
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 3640/cmd_routerOSPF.txt
@@ -0,0 +1,116 @@
+
+routerOSPFC.addSC("area", "OSPF area parameters");
+ routerOSPFC.area.addSC("<0-4294967295>", "OSPF area ID as a decimal value");
+ routerOSPFC.area.addSC("A.B.C.D", "OSPF area ID in IP address format");
+routerOSPFC.addSC("auto-cost", "Calculate OSPF interface cost according to bandwidth");
+ routerOSPFC["auto-cost"].addSC("reference-bandwidth", "Use reference bandwidth method to assign OSPF cost");
+routerOSPFC.addSC("capability", "Enable specific OSPF feature");
+ routerOSPFC.capability.addSC("opaque", "Opaque LSA");
+routerOSPFC.addSC("compatible", "OSPF compatibility list");
+ routerOSPFC.compatible.addSC("rfc1583", "compatible with RFC 1583");
+routerOSPFC.addSC("default", "Set a command to its defaults");
+ routerOSPFC["default"].addSC("area", "OSPF area parameters");
+ routerOSPFC["default"].addSC("auto-cost", "Calculate OSPF interface cost according to bandwidth");
+ routerOSPFC["default"].addSC("capability", "Enable specific OSPF feature");
+ routerOSPFC["default"].addSC("compatible", "OSPF compatibility list");
+routerOSPFC.addSC("default-information", "Control distribution of default information");
+ routerOSPFC["default-information"].addSC("originate", "Distribute a default route");
+routerOSPFC.addSC("default-metric", "Set metric of redistributed routes");
+ routerOSPFC["default-metric"].addSC("<1-4294967295>", "Default metric");
+routerOSPFC.addSC("discard-route", "Enable or disable discard-route installation");
+ routerOSPFC["discard-route"].addSC("external", "Discard route for redistributed summarised routes");
+ routerOSPFC["discard-route"].addSC("internal", "Discard route for summarised internal routes");
+routerOSPFC.addSC("distance", "Define an administrative distance");
+ routerOSPFC.distance.addSC("<1-255>", "Administrative distance");
+ routerOSPFC.distance.addSC("ospf", "OSPF distance");
+routerOSPFC.addSC("distribute-list", "Filter networks in routing updates");
+ routerOSPFC["distribute-list"].addSC("<1-199>", "IP access list number");
+ routerOSPFC["distribute-list"].addSC("<1300-2699>", "IP expanded access list number");
+ routerOSPFC["distribute-list"].addSC("WORD", "Access-list name");
+ routerOSPFC["distribute-list"].addSC("gateway", "Filtering incoming updates based on gateway");
+ routerOSPFC["distribute-list"].addSC("prefix", "Filter prefixes in routing updates");
+routerOSPFC.addSC("domain-id", "OSPF domain-id");
+ routerOSPFC["domain-id"].addSC("A.B.C.D", "OSPF domain ID in IP address format");
+routerOSPFC.addSC("domain-tag", "OSPF domain-tag");
+ routerOSPFC["domain-tag"].addSC("<1-4294967295>", "OSPF domain tag - 32-bit value");
+routerOSPFC.addSC("exit", "Exit from routing protocol configuration mode");
+routerOSPFC.addSC("help", "Description of the interactive help system");
+routerOSPFC.addSC("ignore", "Do not complain about specific event");
+ routerOSPFC.ignore.addSC("lsa", "Do not complain upon receiving LSA of the specified type");
+routerOSPFC.addSC("log-adjacency-changes", "Log changes in adjacency state");
+ routerOSPFC["log-adjacency-changes"].addSC("detail", "Log all state changes");
+routerOSPFC.addSC("maximum-paths", "Forward packets over multiple paths");
+ routerOSPFC["maximum-paths"].addSC("<1-6>", "Number of paths");
+routerOSPFC.addSC("mpls", "Configure MPLS routing protocol parameters");
+ routerOSPFC.mpls.addSC("traffic-eng", "routing protocol commands for MPLS Traffic Engineering");
+routerOSPFC.addSC("neighbor", "Specify a neighbor router");
+ routerOSPFC.neighbor.addSC("A.B.C.D", "Neighbor address");
+routerOSPFC.addSC("network", "Enable routing on an IP network");
+ routerOSPFC.network.addSC("A.B.C.D", "Network number");
+ routerOSPFC.network["A.B.C.D"].addSC("A.B.C.D", "OSPF wild card bits");
+ routerOSPFC.network["A.B.C.D"]["A.B.C.D"].addSC("area", "Set the OSPF area ID");
+ routerOSPFC.network["A.B.C.D"]["A.B.C.D"].area.addSC("<0-4294967295>", "OSPF area ID as a decimal value");
+ routerOSPFC.network["A.B.C.D"]["A.B.C.D"].area.addSC("A.B.C.D", "OSPF area ID in IP address format");
+routerOSPFC.addSC("no", "Negate a command or set its defaults");
+ routerOSPFC.no.addSC("area", "OSPF area parameters");
+ routerOSPFC.no.addSC("auto-cost", "Calculate OSPF interface cost according to bandwidth");
+ routerOSPFC.no.addSC("capability", "Enable specific OSPF feature");
+ routerOSPFC.no.addSC("compatible", "OSPF compatibility list");
+ routerOSPFC.no.addSC("default-information", "Control distribution of default information");
+ routerOSPFC.no.addSC("default-metric", "Set metric of redistributed routes");
+ routerOSPFC.no.addSC("discard-route", "Enable or disable discard-route installation");
+ routerOSPFC.no.addSC("distance", "Define an administrative distance");
+ routerOSPFC.no.addSC("distribute-list", "Filter networks in routing updates");
+ routerOSPFC.no.addSC("domain-id", "OSPF domain-id");
+ routerOSPFC.no.addSC("domain-tag", "OSPF domain-tag");
+ routerOSPFC.no.addSC("ignore", "Do not complain about specific event");
+ routerOSPFC.no.addSC("log-adjacency-changes", "Log changes in adjacency state");
+ routerOSPFC.no.addSC("maximum-paths", "Forward packets over multiple paths");
+ routerOSPFC.no.addSC("mpls", "Configure MPLS routing protocol parameters");
+ routerOSPFC.no.addSC("neighbor", "Specify a neighbor router");
+ routerOSPFC.no.addSC("network", "Enable routing on an IP network");
+routerOSPFC.addSC("passive-interface", "Suppress routing updates on an interface");
+ routerOSPFC["passive-interface"].addSC("Async", "Async interface");
+ routerOSPFC["passive-interface"].addSC("BRI", "ISDN Basic Rate Interface");
+ routerOSPFC["passive-interface"].addSC("BVI", "Bridge-Group Virtual Interface");
+ routerOSPFC["passive-interface"].addSC("CTunnel", "CTunnel interface");
+ routerOSPFC["passive-interface"].addSC("Dialer", "Dialer interface");
+ routerOSPFC["passive-interface"].addSC("Ethernet", "IEEE 802.3");
+ routerOSPFC["passive-interface"].addSC("Group-Async", "Async Group interface");
+ routerOSPFC["passive-interface"].addSC("Lex", "Lex interface");
+ routerOSPFC["passive-interface"].addSC("Loopback", "Loopback interface");
+ routerOSPFC["passive-interface"].addSC("Multilink", "Multilink-group interface");
+ routerOSPFC["passive-interface"].addSC("Null", "Null interface");
+ routerOSPFC["passive-interface"].addSC("Serial", "Serial");
+ routerOSPFC["passive-interface"].addSC("Tunnel", "Tunnel interface");
+ routerOSPFC["passive-interface"].addSC("Vif", "PGM Multicast Host interface");
+ routerOSPFC["passive-interface"].addSC("Virtual-Template", "Virtual Template interface");
+ routerOSPFC["passive-interface"].addSC("Virtual-TokenRing", "Virtual TokenRing");
+ routerOSPFC["passive-interface"].addSC("default", "Suppress routing updates on all interfaces");
+routerOSPFC.addSC("redistribute", "Redistribute information from another routing protocol");
+ routerOSPFC.redistribute.addSC("bgp", "Border Gateway Protocol (BGP)");
+ routerOSPFC.redistribute.addSC("connected", "Connected");
+ routerOSPFC.redistribute.addSC("egp", "Exterior Gateway Protocol (EGP)");
+ routerOSPFC.redistribute.addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
+ routerOSPFC.redistribute.addSC("igrp", "Interior Gateway Routing Protocol (IGRP)");
+ routerOSPFC.redistribute.addSC("isis", "ISO IS-IS");
+ routerOSPFC.redistribute.addSC("iso-igrp", "IGRP for OSI networks");
+ routerOSPFC.redistribute.addSC("metric", "Metric for redistributed routes");
+ routerOSPFC.redistribute.addSC("metric-type", "OSPF/IS-IS exterior metric type for redistributed routes");
+ routerOSPFC.redistribute.addSC("mobile", "Mobile routes");
+ routerOSPFC.redistribute.addSC("odr", "On Demand stub Routes");
+ routerOSPFC.redistribute.addSC("ospf", "Open Shortest Path First (OSPF)");
+ routerOSPFC.redistribute.addSC("rip", "Routing Information Protocol (RIP)");
+ routerOSPFC.redistribute.addSC("route-map", "Route map reference");
+ routerOSPFC.redistribute.addSC("static", "Static routes");
+ routerOSPFC.redistribute.addSC("subnets", "Consider subnets for redistribution into OSPF");
+ routerOSPFC.redistribute.addSC("tag", "Set tag for routes redistributed into OSPF");
+routerOSPFC.addSC("router-id", "router-id for this OSPF process");
+ routerOSPFC["router-id"].addSC("A.B.C.D", "OSPF router-id in IP address format");
+routerOSPFC.addSC("summary-address", "Configure IP address summaries");
+ routerOSPFC["summary-address"].addSC("A.B.C.D", "IP summary address");
+routerOSPFC.addSC("timers", "Adjust routing timers");
+ routerOSPFC.timers.addSC("lsa-group-pacing", "OSPF LSA group pacing timer");
+ routerOSPFC.timers.addSC("spf", "OSPF SPF timers");
+routerOSPFC.addSC("traffic-share", "How to compute traffic share over alternate paths");
+ routerOSPFC["traffic-share"].addSC("min", "All traffic shared among min metric paths");