diff options
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_routerOSPF.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_routerOSPF.txt | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_routerOSPF.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_routerOSPF.txt new file mode 100644 index 0000000..0b8daba --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_routerOSPF.txt @@ -0,0 +1,43 @@ +
+routerOSPFC.addSC("area", "OSPF area parameters");
+routerOSPFC.addSC("auto-cost", "Calculate OSPF interface cost according to bandwidth");
+routerOSPFC.addSC("default", "Set a command to its defaults");
+routerOSPFC.addSC("default-information", "Control distribution of default information");
+routerOSPFC.addSC("default-metric", "Set metric of redistributed routes");
+routerOSPFC.addSC("distance", "Define an administrative distance");
+routerOSPFC.addSC("distribute-list", "Filter networks in routing updates");
+routerOSPFC.addSC("exit", "Exit from routing");
+routerOSPFC.addSC("help", "Description of the interactive help system");
+routerOSPFC.addSC("ignore", "Do not complain about specific event");
+routerOSPFC.addSC("log-adjacency-changes", "Log changes in adjacency state");
+routerOSPFC.addSC("maximum-paths", "Forward packets over multiple paths");
+routerOSPFC.addSC("neighbor", "Specify a neighbor router");
+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("default-information", "Control distribution of default information");
+ routerOSPFC.no.addSC("default-metric", "Set metric of redistributed routes");
+ routerOSPFC.no.addSC("distance", "Define an administrative distance");
+ routerOSPFC.no.addSC("distribute-list", "Filter networks in routing updates");
+ 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("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("Dialer", "Dialer interface");
+ routerOSPFC["passive-interface"].addSC("FastEthernet", "FastEthernet IEEE 802.3");
+ routerOSPFC["passive-interface"].addSC("Loopback", "Loopback interface");
+ routerOSPFC["passive-interface"].addSC("Null", "Null interface");
+ routerOSPFC["passive-interface"].addSC("Serial", "Serial");
+ routerOSPFC["passive-interface"].addSC("default", "Suppress routing updates on all interfaces");
+routerOSPFC.addSC("redistribute", "Redistribute information from another routing protocol");
+routerOSPFC.addSC("summary-address", "Configure IP address summaries");
+routerOSPFC.addSC("timers", "Adjust routing timers");
|
