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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
|
routerBGPC.addSC("address-family", "Enter Address Family command mode");
routerBGPC["address-family"].addSC("ipv4", "Address family");
routerBGPC["address-family"].ipv4.addSC("multicast", "Address Family modifier");
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("compare-routerid", "Compare router-id for identical EBGP paths");
routerBGPC.bgp.bestpath.addSC("med", "MED attribute");
routerBGPC.bgp.bestpath.med.addSC("confed", "Compare MED among confederation paths");
routerBGPC.bgp.bestpath.med.addSC("missing-as-worst", "Treat missing MED as the least preferred one");
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["default"].addSC("ipv4-unicast", "Activate ipv4-unicast for a peer by default");
routerBGPC.bgp["default"].addSC("local-preference", "local preference (higher=more preferred)");
routerBGPC.bgp["default"]["local-preference"].addSC("<0-4294967295>", "Configure default local preference value");
routerBGPC.bgp["default"].addSC("route-target", "Control behavior based on Route-Target attributes");
routerBGPC.bgp["default"]["route-target"].addSC("filter", "Control automatic VPN Route-Target filtering");
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.bgp.addSC("scan-time", "Configure background scanner interval");
routerBGPC.bgp["scan-time"].addSC("<5-60>", "Scanner interval (seconds)");
routerBGPC.addSC("default", "Set a command to its defaults");
routerBGPC["default"].addSC("address-family", "Enter Address Family command mode");
routerBGPC["default"].addSC("aggregate-address", "Configure BGP aggregate entries");
routerBGPC["default"].addSC("auto-summary", "Enable automatic network number summarization");
routerBGPC["default"].addSC("bgp", "BGP specific commands");
routerBGPC.addSC("default-information", "Control distribution of default information");
routerBGPC["default-information"].addSC("originate", "Distribute a default route");
routerBGPC.addSC("default-metric", "Set metric of redistributed routes");
routerBGPC["default-metric"].addSC("<1-4294967295>", "Default metric");
routerBGPC.addSC("distance", "Define an administrative distance");
routerBGPC.distance.addSC("<1-255>", "Administrative distance");
routerBGPC.distance.addSC("bgp", "BGP distance");
routerBGPC.addSC("distribute-list", "Filter networks in routing updates");
routerBGPC["distribute-list"].addSC("<1-199>", "IP access list number");
routerBGPC["distribute-list"].addSC("<1300-2699>", "IP expanded access list number");
routerBGPC["distribute-list"].addSC("WORD", "Access-list name");
routerBGPC["distribute-list"].addSC("gateway", "Filtering incoming updates based on gateway");
routerBGPC["distribute-list"].addSC("prefix", "Filter prefixes 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["maximum-paths"].addSC("<1-6>", "Number of paths");
routerBGPC.addSC("mpls", "Configure MPLS routing protocol parameters");
routerBGPC.addSC("neighbor", "Specify a neighbor router");
routerBGPC.neighbor.addSC("A.B.C.D", "Neighbor address");
routerBGPC.neighbor.addSC("WORD", "Neighbor tag");
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.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("mpls", "Configure MPLS routing protocol parameters");
routerBGPC.no.addSC("neighbor", "Specify a neighbor router");
routerBGPC.no.addSC("network", "Specify a network to announce via BGP");
routerBGPC.addSC("redistribute", "Redistribute information from another routing protocol");
routerBGPC.redistribute.addSC("bgp", "Border Gateway Protocol (BGP)");
routerBGPC.redistribute.addSC("connected", "Connected");
routerBGPC.redistribute.addSC("dvmrp", "Redistribution of DVMRP into BGP IPv4 Multicast");
routerBGPC.redistribute.addSC("egp", "Exterior Gateway Protocol (EGP)");
routerBGPC.redistribute.addSC("eigrp", "Enhanced Interior Gateway Routing Protocol (EIGRP)");
routerBGPC.redistribute.addSC("igrp", "Interior Gateway Routing Protocol (IGRP)");
routerBGPC.redistribute.addSC("isis", "ISO IS-IS");
routerBGPC.redistribute.addSC("iso-igrp", "IGRP for OSI networks");
routerBGPC.redistribute.addSC("mobile", "Mobile routes");
routerBGPC.redistribute.addSC("odr", "On Demand stub Routes");
routerBGPC.redistribute.addSC("ospf", "Open Shortest Path First (OSPF)");
routerBGPC.redistribute.addSC("rip", "Routing Information Protocol (RIP)");
routerBGPC.redistribute.addSC("static", "Static routes");
routerBGPC.addSC("synchronization", "Perform IGP synchronization");
routerBGPC.addSC("table-map", "Map external entry attributes into routing table");
routerBGPC["table-map"].addSC("WORD", "route-map name");
routerBGPC.addSC("timers", "Adjust routing timers");
routerBGPC.timers.addSC("bgp", "BGP timers");
|