summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 806/cmd_routerBGP.txt
blob: 5bffe7b1844b08ce6164ef76b25089aea1280c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
routerBGPC.addSC("address-family", "Enter Address Family command mode");
   routerBGPC["address-family"].addSC("ipv4", "Address family");
      routerBGPC["address-family"].ipv4.addSC("unicast", "Address Family modifier");
      routerBGPC["address-family"].ipv4.addSC("vrf", "Specify parameters for a VPN Routing/Forwarding instance");
         routerBGPC["address-family"].ipv4.vrf.addSC("WORD", "VPN Routing/Forwarding instance name");
   routerBGPC["address-family"].addSC("vpnv4", "Address family");
routerBGPC.addSC("aggregate-address", "Configure BGP aggregate entries");
   routerBGPC["aggregate-address"].addSC("A.B.C.D", "Aggregate address");
      routerBGPC["aggregate-address"]["A.B.C.D"].addSC("A.B.C.D", "Aggregate mask");
         routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"].addSC("advertise-map", "Set condition to advertise attribute");
            routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["advertise-map"].addSC("WORD", "Route map to control attribute advertisement");
         routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"].addSC("as-set", "Generate AS set path information");
            routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["as-set"].addSC("advertise-map", "Set condition to advertise attribute");
               routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["as-set"]["advertise-map"].addSC("WORD", "Route map to control attribute advertisement");
         routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"].addSC("attribute-map", "Set attributes of aggregate");
            routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["attribute-map"].addSC("WORD", "Route map for parameter control");
               routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["attribute-map"].WORD.addSC("advertise-map", "Set condition to advertise attribute");
                  routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["attribute-map"].WORD["advertise-map"].addSC("WORD", "Route map to control attribute advertisement");
               routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["attribute-map"].WORD.addSC("as-set", "Generate AS set path information");
                  routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["attribute-map"].WORD["as-set"].addSC("advertise-map", "Set condition to advertise attribute");
         routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"].addSC("route-map", "Set parameters of aggregate");
            routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["route-map"].addSC("WORD", "Route map for parameter control");
               routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["route-map"].WORD.addSC("as-set", "Generate AS set path information");
         routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"].addSC("summary-only", "Filter more specific routes from updates");
            routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["summary-only"].addSC("advertise-map", "Set condition to advertise attribute");
               routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["summary-only"]["advertise-map"].addSC("WORD", "Route map to control attribute advertisement");
            routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["summary-only"].addSC("as-set", "Generate AS set path information");
               routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["summary-only"]["as-set"].addSC("advertise-map", "Set condition to advertise attribute");
                  routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["summary-only"]["as-set"]["advertise-map"].addSC("WORD", "Route map to control attribute advertisement");
            routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["summary-only"].addSC("attribute-map", "Set attributes of aggregate");
               routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["summary-only"]["attribute-map"].addSC("WORD", "Route map for parameter control");
                  routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["summary-only"]["attribute-map"].WORD.addSC("advertise-map", "Set condition to advertise attribute");
                  routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["summary-only"]["attribute-map"].WORD.addSC("as-set", "Generate AS set path information");
            routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["summary-only"].addSC("route-map", "Set parameters of aggregate");
               routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["summary-only"]["route-map"].addSC("WORD", "Route map for parameter control");
                  routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["summary-only"]["route-map"].WORD.addSC("as-set", "Generate AS set path information");
         routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"].addSC("suppress-map", "Conditionally filter more specific routes from updates");
            routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["suppress-map"].addSC("WORD", "Route map for suppression");
               routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["suppress-map"].WORD.addSC("advertise-map", "Set condition to advertise attribute");
                  routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["suppress-map"].WORD["advertise-map"].addSC("WORD", "Route map to control attribute advertisement");
               routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["suppress-map"].WORD.addSC("as-set", "Generate AS set path information");
                  routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["suppress-map"].WORD["as-set"].addSC("advertise-map", "Set condition to advertise attribute");
               routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["suppress-map"].WORD.addSC("attribute-map", "Set attributes of aggregate");
                  routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["suppress-map"].WORD["attribute-map"].addSC("WORD", "Route map for parameter control");
               routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["suppress-map"].WORD.addSC("route-map", "Set parameters of aggregate");
                  routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["suppress-map"].WORD["route-map"].addSC("WORD", "Route map for parameter control");
               routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["suppress-map"].WORD.addSC("summary-only", "Filter more specific routes from updates");
                  routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["suppress-map"].WORD["summary-only"].addSC("advertise-map", "Set condition to advertise attribute");
                  routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["suppress-map"].WORD["summary-only"].addSC("as-set", "Generate AS set path information");
                  routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["suppress-map"].WORD["summary-only"].addSC("attribute-map", "Set attributes of aggregate");
                  routerBGPC["aggregate-address"]["A.B.C.D"]["A.B.C.D"]["suppress-map"].WORD["summary-only"].addSC("route-map", "Set parameters of aggregate");
routerBGPC.addSC("auto-summary", "Enable automatic network number summarization");
routerBGPC.addSC("bgp", "BGP specific commands");
   routerBGPC.bgp.addSC("always-compare-med", "Allow comparing MED from different neighbors");
   routerBGPC.bgp.addSC("bestpath", "Change the default bestpath selection");
      routerBGPC.bgp.bestpath.addSC("med", "MED attribute");
         routerBGPC.bgp.bestpath.med.addSC("confed", "Compare MED among confederation paths");
   routerBGPC.bgp.addSC("client-to-client", "Configure client to client route reflection");
      routerBGPC.bgp["client-to-client"].addSC("reflection", "reflection of routes allowed");
   routerBGPC.bgp.addSC("cluster-id", "Configure Route-Reflector Cluster-id");
      routerBGPC.bgp["cluster-id"].addSC("<1-4294967295>", "Route-Reflector Cluster-id as 32 bit quantity");
      routerBGPC.bgp["cluster-id"].addSC("A.B.C.D", "Route-Reflector Cluster-id in IP address format");
   routerBGPC.bgp.addSC("confederation", "AS confederation parameters");
      routerBGPC.bgp.confederation.addSC("identifier", "as number");
         routerBGPC.bgp.confederation.identifier.addSC("<1-65535>", "Set routing domain confederation AS");
      routerBGPC.bgp.confederation.addSC("peers", "Peer ASs in BGP confederation");
         routerBGPC.bgp.confederation.peers.addSC("<1-65535>", "AS number");
   routerBGPC.bgp.addSC("dampening", "Enable route-flap dampening");
      routerBGPC.bgp.dampening.addSC("<1-45>", "Half-life time for the penalty");
         routerBGPC.bgp.dampening["<1-45>"].addSC("<1-20000>", "Value to start reusing a route");
            routerBGPC.bgp.dampening["<1-45>"]["<1-20000>"].addSC("<1-20000>", "Value to start suppressing a route");
               routerBGPC.bgp.dampening["<1-45>"]["<1-20000>"]["<1-20000>"].addSC("<1-255>", "Maximum duration to suppress a stable route");
      routerBGPC.bgp.dampening.addSC("route-map", "Route-map to specify criteria for dampening");
         routerBGPC.bgp.dampening["route-map"].addSC("WORD", "route-map name");
   routerBGPC.bgp.addSC("default", "Configure BGP defaults");
   routerBGPC.bgp.addSC("deterministic-med", "Pick the best-MED path among paths advertised from the neighboring AS");
   routerBGPC.bgp.addSC("fast-external-fallover", "Immediately reset session if a link to a directly connected external peer goes down");
   routerBGPC.bgp.addSC("log-neighbor-changes", "Log neighbor up/down and reset reason");
   routerBGPC.bgp.addSC("redistribute-internal", "Allow redistribution of iBGP into IGPs (dangerous)");
   routerBGPC.bgp.addSC("router-id", "Override configured router identifier");
      routerBGPC.bgp["router-id"].addSC("A.B.C.D", "Manually configured router identifier");
routerBGPC.addSC("default", "Set a command to its defaults");
routerBGPC.addSC("default-information", "Control distribution of default information");
routerBGPC.addSC("default-metric", "Set metric of redistributed routes");
routerBGPC.addSC("distance", "Define an administrative distance");
routerBGPC.addSC("distribute-list", "Filter networks in routing updates");
routerBGPC.addSC("exit", "Exit from routing protocol configuration mode");
routerBGPC.addSC("help", "Description of the interactive help system");
routerBGPC.addSC("maximum-paths", "Forward packets over multiple paths");
routerBGPC.addSC("neighbor", "Specify a neighbor router");
routerBGPC.addSC("network", "Specify a network to announce via BGP");
   routerBGPC.network.addSC("A.B.C.D", "Network number");
      routerBGPC.network["A.B.C.D"].addSC("backdoor", "Specify a BGP backdoor route");
      routerBGPC.network["A.B.C.D"].addSC("mask", "Network mask");
         routerBGPC.network["A.B.C.D"].mask.addSC("A.B.C.D", "Network mask");
            routerBGPC.network["A.B.C.D"].mask["A.B.C.D"].addSC("backdoor", "Specify a BGP backdoor route");
      routerBGPC.network["A.B.C.D"].addSC("route-map", "Route-map to modify the attributes");
         routerBGPC.network["A.B.C.D"]["route-map"].addSC("WORD", "Name of the route map");
            routerBGPC.network["A.B.C.D"]["route-map"].WORD.addSC("backdoor", "Specify a BGP backdoor route");
      routerBGPC.network["A.B.C.D"].addSC("weight", "Set BGP weight for network");
         routerBGPC.network["A.B.C.D"].weight.addSC("<0-65535>", "absolute weight");
            routerBGPC.network["A.B.C.D"].weight["<0-65535>"].addSC("backdoor", "Specify a BGP backdoor route");
routerBGPC.addSC("no", "Negate a command or set its defaults");
   routerBGPC.no.addSC("address-family", "Enter Address Family command mode");
   routerBGPC.no.addSC("aggregate-address", "Configure BGP aggregate entries");
   routerBGPC.no.addSC("auto-summary", "Enable automatic network number summarization");
   routerBGPC.no.addSC("bgp", "BGP specific commands");
   routerBGPC.no.addSC("default-information", "Control distribution of default information");
   routerBGPC.no.addSC("default-metric", "Set metric of redistributed routes");
   routerBGPC.no.addSC("distance", "Define an administrative distance");
   routerBGPC.no.addSC("distribute-list", "Filter networks in routing updates");
   routerBGPC.no.addSC("maximum-paths", "Forward packets over multiple paths");
   routerBGPC.no.addSC("neighbor", "Specify a neighbor router");
   routerBGPC.no.addSC("network", "Specify a network to announce via BGP");
   routerBGPC.no.addSC("summary-address", "Configure IP address summaries");
routerBGPC.addSC("redistribute", "Redistribute information from another routing protocol");
routerBGPC.addSC("summary-a", "");
routerBGPC.addSC("synchronization", "Perform IGP synchronization");
routerBGPC.addSC("table-map", "Map external entry attributes into routing table");
routerBGPC.addSC("timers", "Adjust routing timers");