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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
|
routeMapC.addSC("default", "Set a command to its defaults");
routeMapC.addSC("exit", "Exit from route-map configuration mode");
routeMapC.addSC("help", "Description of the interactive help system");
routeMapC.addSC("match", "Match values from routing table");
routeMapC.match.addSC("as-path", "Match BGP AS path list");
routeMapC.match["as-path"].addSC("<1-199>", "AS path access-list");
routeMapC.match.addSC("clns", "CLNS information");
routeMapC.match.addSC("community", "Match BGP community list");
routeMapC.match.addSC("interface", "Match first hop interface of route");
routeMapC.match.interface.addSC("Async", "Async interface");
routeMapC.match.interface.Async.addSC("<1-65>", "Async interface number");
routeMapC.match.interface.addSC("Dialer", "Dialer interface");
routeMapC.match.interface.Dialer.addSC("<0-255>", "Dialer interface number");
routeMapC.match.interface.Dialer["<0-255>"].addSC("Async", "Async interface");
routeMapC.match.interface.Dialer["<0-255>"].Async.addSC("<1-65>", "Async interface number");
routeMapC.match.interface.addSC("FastEthernet", "FastEthernet IEEE 802.3");
routeMapC.match.interface.FastEthernet.addSC("<0-1>", "FastEthernet interface number");
routeMapC.match.interface.addSC("Loopback", "Loopback interface");
routeMapC.match.interface.Loopback.addSC("<0-2147483647>", "Loopback interface number");
routeMapC.match.interface.Loopback["<0-2147483647>"].addSC("Async", "Async interface");
routeMapC.match.interface.Loopback["<0-2147483647>"].Async.addSC("<1-65>", "Async interface number");
routeMapC.match.interface.Loopback["<0-2147483647>"].addSC("Dialer", "Dialer interface");
routeMapC.match.interface.Loopback["<0-2147483647>"].Dialer.addSC("<0-255>", "Dialer interface number");
routeMapC.match.interface.Loopback["<0-2147483647>"].Dialer["<0-255>"].addSC("Async", "Async interface");
routeMapC.match.interface.Loopback["<0-2147483647>"].addSC("FastEthernet", "FastEthernet IEEE 802.3");
routeMapC.match.interface.Loopback["<0-2147483647>"].FastEthernet.addSC("<0-1>", "FastEthernet interface number");
routeMapC.match.interface.addSC("Null", "Null interface");
routeMapC.match.interface.Null.addSC("<0-0>", "Null interface number");
routeMapC.match.interface.Null["<0-0>"].addSC("Async", "Async interface");
routeMapC.match.interface.Null["<0-0>"].Async.addSC("<1-65>", "Async interface number");
routeMapC.match.interface.Null["<0-0>"].addSC("Dialer", "Dialer interface");
routeMapC.match.interface.Null["<0-0>"].Dialer.addSC("<0-255>", "Dialer interface number");
routeMapC.match.interface.Null["<0-0>"].Dialer["<0-255>"].addSC("Async", "Async interface");
routeMapC.match.interface.Null["<0-0>"].addSC("FastEthernet", "FastEthernet IEEE 802.3");
routeMapC.match.interface.Null["<0-0>"].FastEthernet.addSC("<0-1>", "FastEthernet interface number");
routeMapC.match.interface.Null["<0-0>"].addSC("Loopback", "Loopback interface");
routeMapC.match.interface.Null["<0-0>"].Loopback.addSC("<0-2147483647>", "Loopback interface number");
routeMapC.match.interface.Null["<0-0>"].Loopback["<0-2147483647>"].addSC("Async", "Async interface");
routeMapC.match.interface.Null["<0-0>"].Loopback["<0-2147483647>"].addSC("Dialer", "Dialer interface");
routeMapC.match.interface.Null["<0-0>"].Loopback["<0-2147483647>"].addSC("FastEthernet", "FastEthernet IEEE 802.3");
routeMapC.match.interface.addSC("Serial", "Serial");
routeMapC.match.interface.Serial.addSC("<0-1>", "Serial interface number");
routeMapC.match.addSC("ip", "IP specific information");
routeMapC.match.ip.addSC("address", "Match address of route or match packet");
routeMapC.match.ip.address.addSC("<1-199>", "IP access-list number");
routeMapC.match.ip.address.addSC("<1300-2699>", "IP access-list number (expanded range)");
routeMapC.match.ip.address["<1300-2699>"].addSC("<1-199>", "IP access-list number");
routeMapC.match.ip.address.addSC("WORD", "IP access-list name");
routeMapC.match.ip.address.WORD.addSC("<1-199>", "IP access-list number");
routeMapC.match.ip.address.WORD.addSC("<1300-2699>", "IP access-list number (expanded range)");
routeMapC.match.ip.address.WORD["<1300-2699>"].addSC("<1-199>", "IP access-list number");
routeMapC.match.ip.address.addSC("prefix-list", "Match entries of prefix-lists");
routeMapC.match.ip.address["prefix-list"].addSC("WORD", "IP prefix-list name");
routeMapC.match.ip.addSC("next-hop", "Match next-hop address of route");
routeMapC.match.ip["next-hop"].addSC("<1-99>", "IP access-list number");
routeMapC.match.ip["next-hop"].addSC("<1300-1999>", "IP access-list number (expanded range)");
routeMapC.match.ip["next-hop"]["<1300-1999>"].addSC("<1-99>", "IP access-list number");
routeMapC.match.ip["next-hop"].addSC("WORD", "IP standard access-list name");
routeMapC.match.ip["next-hop"].WORD.addSC("<1-99>", "IP access-list number");
routeMapC.match.ip["next-hop"].WORD.addSC("<1300-1999>", "IP access-list number (expanded range)");
routeMapC.match.ip["next-hop"].WORD["<1300-1999>"].addSC("<1-99>", "IP access-list number");
routeMapC.match.ip["next-hop"].addSC("prefix-list", "Match entries of prefix-lists");
routeMapC.match.ip["next-hop"]["prefix-list"].addSC("WORD", "IP prefix-list name");
routeMapC.match.ip.addSC("route-source", "Match advertising source address of route");
routeMapC.match.ip["route-source"].addSC("<1-99>", "IP access-list number");
routeMapC.match.ip["route-source"].addSC("<1300-1999>", "IP access-list number (expanded range)");
routeMapC.match.ip["route-source"]["<1300-1999>"].addSC("<1-99>", "IP access-list number");
routeMapC.match.ip["route-source"].addSC("WORD", "IP standard access-list name");
routeMapC.match.ip["route-source"].WORD.addSC("<1-99>", "IP access-list number");
routeMapC.match.ip["route-source"].WORD.addSC("<1300-1999>", "IP access-list number (expanded range)");
routeMapC.match.ip["route-source"].WORD["<1300-1999>"].addSC("<1-99>", "IP access-list number");
routeMapC.match.ip["route-source"].addSC("prefix-list", "Match entries of prefix-lists");
routeMapC.match.ip["route-source"]["prefix-list"].addSC("WORD", "IP prefix-list name");
// routeMapC.match.addSC("length", "Packet length");
// routeMapC.match.length.addSC("<0-2147483647>", "Minimum packet length");
// routeMapC.match.length["<0-2147483647>"].addSC("<0-2147483647>", "Maximum packet length");
routeMapC.match.addSC("metric", "Match metric of route");
routeMapC.match.metric.addSC("<0-4294967295>", "Metric value");
routeMapC.match.addSC("route-type", "Match route-type of route");
routeMapC.match.addSC("tag", "Match tag of route");
routeMapC.match.tag.addSC("<0-4294967295>", "Tag value");
routeMapC.addSC("no", "Negate a command or set its defaults");
routeMapC.addSC("set", "Set values in destination routing protocol");
routeMapC.set.addSC("as-path", "Prepend string for a BGP AS-path attribute");
routeMapC.set["as-path"].addSC("prepend", "Prepend to the as-path");
routeMapC.set["as-path"].prepend.addSC("<1-65535>", "AS number");
routeMapC.set["as-path"].addSC("tag", "Set the tag as an AS-path attribute");
routeMapC.set.addSC("automatic-tag", "Automatically compute TAG value");
routeMapC.set.addSC("clns", "OSI summary address");
routeMapC.set.clns.addSC("next-hop", "Next hop address");
routeMapC.set.clns["next-hop"].addSC("XX.XXXX. ... .XXX.XX", "CLNS summary prefix");
routeMapC.set.addSC("comm-list", "set BGP community list (for deletion)");
routeMapC.set["comm-list"].addSC("<1-99>", "Community-list number (standard)");
routeMapC.set["comm-list"]["<1-99>"].addSC("delete", "Delete matching communities");
routeMapC.set["comm-list"].addSC("<100-199>", "Communitly-list number (extended)");
routeMapC.set["comm-list"]["<100-199>"].addSC("delete", "Delete matching communities");
routeMapC.set.addSC("community", "BGP community attribute");
routeMapC.set.community.addSC("<1-4294967295>", "community number");
routeMapC.set.community.addSC("aa:nn", "community number in aa:nn format");
routeMapC.set.community.addSC("additive", "Add to the existing community");
routeMapC.set.community.addSC("local-AS", "Do not send outside local AS (well-known community)");
routeMapC.set.community["local-AS"].addSC("<1-4294967295>", "community number");
routeMapC.set.community["local-AS"].addSC("aa:nn", "community number in aa:nn format");
routeMapC.set.community["local-AS"].addSC("additive", "Add to the existing community");
routeMapC.set.community.addSC("no-advertise", "Do not advertise to any peer (well-known community)");
routeMapC.set.community["no-advertise"].addSC("<1-4294967295>", "community number");
routeMapC.set.community["no-advertise"].addSC("aa:nn", "community number in aa:nn format");
routeMapC.set.community["no-advertise"].addSC("additive", "Add to the existing community");
routeMapC.set.community["no-advertise"].addSC("local-AS", "Do not send outside local AS (well-known community)");
routeMapC.set.community["no-advertise"]["local-AS"].addSC("<1-4294967295>", "community number");
routeMapC.set.community["no-advertise"]["local-AS"].addSC("aa:nn", "community number in aa:nn format");
routeMapC.set.community["no-advertise"]["local-AS"].addSC("additive", "Add to the existing community");
routeMapC.set.community.addSC("no-export", "Do not export to next AS (well-known community)");
routeMapC.set.community["no-export"].addSC("<1-4294967295>", "community number");
routeMapC.set.community["no-export"].addSC("aa:nn", "community number in aa:nn format");
routeMapC.set.community["no-export"].addSC("additive", "Add to the existing community");
routeMapC.set.community["no-export"].addSC("local-AS", "Do not send outside local AS (well-known community)");
routeMapC.set.community["no-export"]["local-AS"].addSC("<1-4294967295>", "community number");
routeMapC.set.community["no-export"]["local-AS"].addSC("aa:nn", "community number in aa:nn format");
routeMapC.set.community["no-export"]["local-AS"].addSC("additive", "Add to the existing community");
routeMapC.set.community["no-export"].addSC("no-advertise", "Do not advertise to any peer (well-known community)");
routeMapC.set.community["no-export"]["no-advertise"].addSC("<1-4294967295>", "community number");
routeMapC.set.community["no-export"]["no-advertise"].addSC("aa:nn", "community number in aa:nn format");
routeMapC.set.community["no-export"]["no-advertise"].addSC("additive", "Add to the existing community");
routeMapC.set.community["no-export"]["no-advertise"].addSC("local-AS", "Do not send outside local AS (well-known community)");
routeMapC.set.community["no-export"]["no-advertise"]["local-AS"].addSC("<1-4294967295>", "community number");
routeMapC.set.community["no-export"]["no-advertise"]["local-AS"].addSC("aa:nn", "community number in aa:nn format");
routeMapC.set.community["no-export"]["no-advertise"]["local-AS"].addSC("additive", "Add to the existing community");
routeMapC.set.community.addSC("none", "No community attribute");
routeMapC.set.addSC("dampening", "Set BGP route flap dampening parameters");
routeMapC.set.dampening.addSC("<1-45>", "half-life time for the penalty");
routeMapC.set.dampening["<1-45>"].addSC("<1-20000>", "penalty to start reusing a route");
routeMapC.set.dampening["<1-45>"]["<1-20000>"].addSC("<1-20000>", "penalty to start suppressing a route");
routeMapC.set.dampening["<1-45>"]["<1-20000>"]["<1-20000>"].addSC("<1-255>", "Maximum duration to suppress a stable route");
routeMapC.set.addSC("default", "Set default information");
routeMapC.set.addSC("interface", "Output interface");
routeMapC.set.interface.addSC("Async", "Async interface");
routeMapC.set.interface.Async.addSC("<1-65>", "Async interface number");
routeMapC.set.interface.addSC("Dialer", "Dialer interface");
routeMapC.set.interface.Dialer.addSC("<0-255>", "Dialer interface number");
routeMapC.set.interface.Dialer["<0-255>"].addSC("Async", "Async interface");
routeMapC.set.interface.Dialer["<0-255>"].Async.addSC("<1-65>", "Async interface number");
routeMapC.set.interface.addSC("FastEthernet", "FastEthernet IEEE 802.3");
routeMapC.set.interface.FastEthernet.addSC("<0-1>", "FastEthernet interface number");
routeMapC.set.interface.addSC("Loopback", "Loopback interface");
routeMapC.set.interface.Loopback.addSC("<0-2147483647>", "Loopback interface number");
routeMapC.set.interface.Loopback["<0-2147483647>"].addSC("Async", "Async interface");
routeMapC.set.interface.Loopback["<0-2147483647>"].Async.addSC("<1-65>", "Async interface number");
routeMapC.set.interface.Loopback["<0-2147483647>"].addSC("Dialer", "Dialer interface");
routeMapC.set.interface.Loopback["<0-2147483647>"].Dialer.addSC("<0-255>", "Dialer interface number");
routeMapC.set.interface.Loopback["<0-2147483647>"].Dialer["<0-255>"].addSC("Async", "Async interface");
routeMapC.set.interface.Loopback["<0-2147483647>"].addSC("FastEthernet", "FastEthernet IEEE 802.3");
routeMapC.set.interface.Loopback["<0-2147483647>"].FastEthernet.addSC("<0-1>", "FastEthernet interface number");
routeMapC.set.interface.addSC("Null", "Null interface");
routeMapC.set.interface.Null.addSC("<0-0>", "Null interface number");
routeMapC.set.interface.Null["<0-0>"].addSC("Async", "Async interface");
routeMapC.set.interface.Null["<0-0>"].Async.addSC("<1-65>", "Async interface number");
routeMapC.set.interface.Null["<0-0>"].addSC("Dialer", "Dialer interface");
routeMapC.set.interface.Null["<0-0>"].Dialer.addSC("<0-255>", "Dialer interface number");
routeMapC.set.interface.Null["<0-0>"].Dialer["<0-255>"].addSC("Async", "Async interface");
routeMapC.set.interface.Null["<0-0>"].addSC("FastEthernet", "FastEthernet IEEE 802.3");
routeMapC.set.interface.Null["<0-0>"].FastEthernet.addSC("<0-1>", "FastEthernet interface number");
routeMapC.set.interface.Null["<0-0>"].addSC("Loopback", "Loopback interface");
routeMapC.set.interface.Null["<0-0>"].Loopback.addSC("<0-2147483647>", "Loopback interface number");
routeMapC.set.interface.Null["<0-0>"].Loopback["<0-2147483647>"].addSC("Async", "Async interface");
routeMapC.set.interface.Null["<0-0>"].Loopback["<0-2147483647>"].addSC("Dialer", "Dialer interface");
routeMapC.set.interface.Null["<0-0>"].Loopback["<0-2147483647>"].addSC("FastEthernet", "FastEthernet IEEE 802.3");
routeMapC.set.interface.addSC("Serial", "Serial");
routeMapC.set.interface.Serial.addSC("<0-1>", "Serial interface number");
routeMapC.set.addSC("ip", "IP specific information");
routeMapC.set.ip.addSC("default", "Set default information");
routeMapC.set.ip.addSC("next-hop", "Next hop address");
routeMapC.set.ip["next-hop"].addSC("A.B.C.D", "IP address of next hop");
routeMapC.set.ip["next-hop"].addSC("peer-address", "Use peer address (for BGP only)");
routeMapC.set.ip["next-hop"].addSC("verify-availability", "Verify if nexthop is a CDP neighbor");
routeMapC.set.ip.addSC("precedence", "Set precedence field");
routeMapC.set.ip.addSC("qos-group", "Set QOS Group ID");
routeMapC.set.ip["qos-group"].addSC("<0-99>", "QOS Group ID");
routeMapC.set.ip.addSC("tos", "Set type of service field");
routeMapC.set.ip.tos.addSC("<0-15>", "Type of service value");
routeMapC.set.ip.tos.addSC("max-reliability", "Set max reliable TOS (2)");
routeMapC.set.ip.tos.addSC("max-throughput", "Set max throughput TOS (4)");
routeMapC.set.ip.tos.addSC("min-delay", "Set min delay TOS (8)");
routeMapC.set.ip.tos.addSC("min-monetary-cost", "Set min monetary cost TOS (1)");
routeMapC.set.ip.tos.addSC("normal", "Set normal TOS (0)");
routeMapC.set.addSC("level", "Where to import route");
routeMapC.set.level.addSC("backbone", "Import into OSPF backbone area");
routeMapC.set.level.addSC("level-1", "Import into a level-1 area");
routeMapC.set.level.addSC("level-1-2", "Import into level-1 and level-2");
routeMapC.set.level.addSC("level-2", "Import into level-2 sub-domain");
routeMapC.set.level.addSC("stub-area", "Import into OSPF NSSA area");
routeMapC.set.addSC("local-preference", "BGP local preference path attribute");
routeMapC.set["local-preference"].addSC("<0-4294967295>", "Preference value");
routeMapC.set.addSC("metric", "Metric value for destination routing protocol");
routeMapC.set.metric.addSC("+/-<metric>", "Add or subtract metric");
routeMapC.set.metric.addSC("<0-4294967295>", "Metric value or Bandwidth in Kbits per second");
routeMapC.set.metric["<0-4294967295>"].addSC("+/-<delay>", "Add or subtract delay");
routeMapC.set.metric["<0-4294967295>"].addSC("<1-4294967295>", "IGRP delay metric, in 10 microsecond units");
routeMapC.set.metric["<0-4294967295>"]["<1-4294967295>"].addSC("<0-255>", "IGRP reliability metric where 255 is 100% reliable");
routeMapC.set.metric["<0-4294967295>"]["<1-4294967295>"]["<0-255>"].addSC("<1-255>", "IGRP Effective bandwidth metric (Loading) where 255 is 100% loaded");
routeMapC.set.metric["<0-4294967295>"]["<1-4294967295>"]["<0-255>"]["<1-255>"].addSC("<1-4294967295>", "IGRP MTU of the path");
routeMapC.set.addSC("metric-type", "Type of metric for destination routing protocol");
routeMapC.set["metric-type"].addSC("external", "IS-IS external metric");
routeMapC.set["metric-type"].addSC("internal", "Use IGP metric as the MED for BGP");
routeMapC.set["metric-type"].addSC("type-1", "OSPF external type 1 metric");
routeMapC.set["metric-type"].addSC("type-2", "OSPF external type 2 metric");
routeMapC.set.addSC("origin", "BGP origin code");
routeMapC.set.origin.addSC("egp", "remote EGP");
routeMapC.set.origin.egp.addSC("<0-65535>", "remote AS");
routeMapC.set.origin.addSC("igp", "local IGP");
routeMapC.set.origin.addSC("incomplete", "unknown heritage");
routeMapC.set.addSC("tag", "Tag value for destination routing protocol");
routeMapC.set.tag.addSC("<0-4294967295>", "Tag value");
routeMapC.set.addSC("weight", "BGP weight for routing table");
routeMapC.set.weight.addSC("<0-4294967295>", "Weight value");
|