summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/cmd_routerAF.txt
diff options
context:
space:
mode:
authorSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
committerSven Eisenhauer <sven@sven-eisenhauer.net>2023-11-10 15:11:48 +0100
commit33613a85afc4b1481367fbe92a17ee59c240250b (patch)
tree670b842326116b376b505ec2263878912fca97e2 /Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/cmd_routerAF.txt
downloadStudium-master.tar.gz
Studium-master.tar.bz2
add new repoHEADmaster
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/cmd_routerAF.txt')
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/cmd_routerAF.txt41
1 files changed, 41 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/cmd_routerAF.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/cmd_routerAF.txt
new file mode 100644
index 0000000..71f02ab
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 2600/cmd_routerAF.txt
@@ -0,0 +1,41 @@
+
+routerAFC.addSC("aggregate-address", "Configure BGP aggregate entries");
+routerAFC.addSC("auto-summary", "Enable automatic network number summarization");
+routerAFC.addSC("bgp", "BGP specific commands");
+routerAFC.addSC("default", "Set a command to its defaults");
+routerAFC.addSC("default-information", "Control distribution of default information");
+routerAFC.addSC("default-metric", "Set metric of redistributed routes");
+routerAFC.addSC("distance", "Define an administrative distance");
+routerAFC.addSC("distribute-list", "Filter networks in routing u");
+routerAFC.addSC("exit-address-family", "Exit from Address Family configuration mode");
+routerAFC.addSC("help", "Description of the interactive help system");
+routerAFC.addSC("maximum-paths", "Forward packets over multiple paths");
+routerAFC.addSC("neighbor", "Specify a neighbor router");
+routerAFC.addSC("network", "Specify a network to announce via BGP");
+ routerAFC.network.addSC("A.B.C.D", "Network number");
+ routerAFC.network["A.B.C.D"].addSC("backdoor", "Specify a BGP backdoor route");
+ routerAFC.network["A.B.C.D"].addSC("mask", "Network mask");
+ routerAFC.network["A.B.C.D"].mask.addSC("A.B.C.D", "Network mask");
+ routerAFC.network["A.B.C.D"].mask["A.B.C.D"].addSC("backdoor", "Specify a BGP backdoor route");
+ routerAFC.network["A.B.C.D"].addSC("route-map", "Route-map to modify the attributes");
+ routerAFC.network["A.B.C.D"]["route-map"].addSC("WORD", "Name of the route map");
+ routerAFC.network["A.B.C.D"]["route-map"].WORD.addSC("backdoor", "Specify a BGP backdoor route");
+ routerAFC.network["A.B.C.D"].addSC("weight", "Set BGP weight for network");
+ routerAFC.network["A.B.C.D"].weight.addSC("<0-65535>", "absolute weight");
+ routerAFC.network["A.B.C.D"].weight["<0-65535>"].addSC("backdoor", "Specify a BGP backdoor route");
+routerAFC.addSC("no", "Negate a command or set its defaults");
+ routerAFC.no.addSC("aggregate-address", "Configure BGP aggregate entries");
+ routerAFC.no.addSC("auto-summary", "Enable automatic network number summarization");
+ routerAFC.no.addSC("bgp", "BGP specific commands");
+ routerAFC.no.addSC("default-information", "Control distribution of default information");
+ routerAFC.no.addSC("default-metric", "Set metric of redistributed routes");
+ routerAFC.no.addSC("distance", "Define an administrative distance");
+ routerAFC.no.addSC("distribute-list", "Filter networks in routing updates");
+ routerAFC.no.addSC("help", "Description of the interactive help system");
+ routerAFC.no.addSC("maximum-paths", "Forward packets over multiple paths");
+ routerAFC.no.addSC("neighbor", "Specify a neighbor router");
+ routerAFC.no.addSC("network", "Specify a network to announce via BGP");
+routerAFC.addSC("redistribute", "Redistribute information from another routing protocol");
+routerAFC.addSC("summary-address", "Configure IP address summaries");
+routerAFC.addSC("synchronization", "Perform IGP synchronization");
+routerAFC.addSC("table-map", "Map external entry attributes into routing table");