summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 3550/cmd_routeMap.txt
blob: 388f5cbee700a5ec0685911b75dff055c7a62cc0 (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
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
217
218
routeMapC.addSC("default", "Set a command to its defaults");

routeMapC.addSC("description", "Route-map comment");

	routeMapC.description.addSC("LINE", "Comment up to 100 characters");

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("interface", "Match first hop interface of route");

		

	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.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"].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"].addSC("prefix-list", "Match entries of prefix-lists");

				routeMapC.match.ip["route-source"]["prefix-list"].addSC("WORD", "IP prefix-list name");

	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["route-type"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

			routeMapC.match["route-type"].external.addSC("type-1", "OSPF external type 1 route");

			routeMapC.match["route-type"].external.addSC("type-2", "OSPF external type 2 route");

		routeMapC.match["route-type"].addSC("internal", "internal route (including OSPF intra/inter area)");

			routeMapC.match["route-type"].internal.addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

				routeMapC.match["route-type"].internal.external.addSC("type-1", "OSPF external type 1 route");

				routeMapC.match["route-type"].internal.external.addSC("type-2", "OSPF external type 2 route");

		routeMapC.match["route-type"].addSC("level-1", "IS-IS level-1 route");

			routeMapC.match["route-type"]["level-1"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

				routeMapC.match["route-type"]["level-1"].external.addSC("type-1", "OSPF external type 1 route");

				routeMapC.match["route-type"]["level-1"].external.addSC("type-2", "OSPF external type 2 route");

			routeMapC.match["route-type"]["level-1"].addSC("internal", "internal route (including OSPF intra/inter area)");

				routeMapC.match["route-type"]["level-1"].internal.addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

		routeMapC.match["route-type"].addSC("level-2", "IS-IS level-2 route");

			routeMapC.match["route-type"]["level-2"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

				routeMapC.match["route-type"]["level-2"].external.addSC("type-1", "OSPF external type 1 route");

				routeMapC.match["route-type"]["level-2"].external.addSC("type-2", "OSPF external type 2 route");

			routeMapC.match["route-type"]["level-2"].addSC("internal", "internal route (including OSPF intra/inter area)");

				routeMapC.match["route-type"]["level-2"].internal.addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

			routeMapC.match["route-type"]["level-2"].addSC("level-1", "IS-IS level-1 route");

				routeMapC.match["route-type"]["level-2"]["level-1"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

				routeMapC.match["route-type"]["level-2"]["level-1"].addSC("internal", "internal route (including OSPF intra/inter area)");

		routeMapC.match["route-type"].addSC("local", "locally generated route");

			

		routeMapC.match["route-type"].addSC("nssa-external", "nssa-external route (OSPF type 1/2)");

			

	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.no.addSC("description", "Route-map comment");

	routeMapC.no.addSC("match", "Match values from routing table");

		routeMapC.no.match.addSC("interface", "Match first hop interface of route");

			routeMapC.no.match.interface.addSC("GigabitEthernet", "GigabitEthernet IEEE 802.3z");

				routeMapC.no.match.interface.GigabitEthernet.addSC("<0-2>", "GigabitEthernet interface number");

			routeMapC.no.match.interface.addSC("Loopback", "Loopback interface");

				routeMapC.no.match.interface.Loopback.addSC("<0-2147483647>", "Loopback interface number");

			routeMapC.no.match.interface.addSC("Null", "Null interface");

				routeMapC.no.match.interface.Null.addSC("<0-0>", "Null interface number");

					routeMapC.no.match.interface.Null["<0-0>"].addSC("GigabitEthernet", "GigabitEthernet IEEE 802.3z");

					routeMapC.no.match.interface.Null["<0-0>"].addSC("Loopback", "Loopback interface");

			routeMapC.no.match.interface.addSC("Vlan", "Catalyst Vlans");

				routeMapC.no.match.interface.Vlan.addSC("<1-1001>", "Vlan interface number");

					routeMapC.no.match.interface.Vlan["<1-1001>"].addSC("GigabitEthernet", "GigabitEthernet IEEE 802.3z");

					routeMapC.no.match.interface.Vlan["<1-1001>"].addSC("Loopback", "Loopback interface");

					routeMapC.no.match.interface.Vlan["<1-1001>"].addSC("Null", "Null interface");

		routeMapC.no.match.addSC("ip", "IP specific information");

			routeMapC.no.match.ip.addSC("address", "Match address of route or match packet");

				routeMapC.no.match.ip.address.addSC("<1-199>", "IP access-list number");

				routeMapC.no.match.ip.address.addSC("<1300-2699>", "IP access-list number (expanded range)");

					routeMapC.no.match.ip.address["<1300-2699>"].addSC("<1-199>", "IP access-list number");

				routeMapC.no.match.ip.address.addSC("WORD", "IP access-list name");

					routeMapC.no.match.ip.address.WORD.addSC("<1-199>", "IP access-list number");

					routeMapC.no.match.ip.address.WORD.addSC("<1300-2699>", "IP access-list number (expanded range)");

				routeMapC.no.match.ip.address.addSC("prefix-list", "Match entries of prefix-lists");

					routeMapC.no.match.ip.address["prefix-list"].addSC("WORD", "IP prefix-list name");

			routeMapC.no.match.ip.addSC("next-hop", "Match next-hop address of route");

				routeMapC.no.match.ip["next-hop"].addSC("<1-99>", "IP access-list number");

				routeMapC.no.match.ip["next-hop"].addSC("<1300-1999>", "IP access-list number (expanded range)");

					routeMapC.no.match.ip["next-hop"]["<1300-1999>"].addSC("<1-99>", "IP access-list number");

				routeMapC.no.match.ip["next-hop"].addSC("WORD", "IP standard access-list name");

					routeMapC.no.match.ip["next-hop"].WORD.addSC("<1-99>", "IP access-list number");

					routeMapC.no.match.ip["next-hop"].WORD.addSC("<1300-1999>", "IP access-list number (expanded range)");

				routeMapC.no.match.ip["next-hop"].addSC("prefix-list", "Match entries of prefix-lists");

					routeMapC.no.match.ip["next-hop"]["prefix-list"].addSC("WORD", "IP prefix-list name");

			routeMapC.no.match.ip.addSC("route-source", "Match advertising source address of route");

				routeMapC.no.match.ip["route-source"].addSC("<1-99>", "IP access-list number");

				routeMapC.no.match.ip["route-source"].addSC("<1300-1999>", "IP access-list number (expanded range)");

					routeMapC.no.match.ip["route-source"]["<1300-1999>"].addSC("<1-99>", "IP access-list number");

				routeMapC.no.match.ip["route-source"].addSC("WORD", "IP standard access-list name");

					routeMapC.no.match.ip["route-source"].WORD.addSC("<1-99>", "IP access-list number");

					routeMapC.no.match.ip["route-source"].WORD.addSC("<1300-1999>", "IP access-list number (expanded range)");

				routeMapC.no.match.ip["route-source"].addSC("prefix-list", "Match entries of prefix-lists");

					routeMapC.no.match.ip["route-source"]["prefix-list"].addSC("WORD", "IP prefix-list name");

		routeMapC.no.match.addSC("metric", "Match metric of route");

			routeMapC.no.match.metric.addSC("<0-4294967295>", "Metric value");

		routeMapC.no.match.addSC("route-type", "Match route-type of route");

			routeMapC.no.match["route-type"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

				routeMapC.no.match["route-type"].external.addSC("type-1", "OSPF external type 1 route");

				routeMapC.no.match["route-type"].external.addSC("type-2", "OSPF external type 2 route");

			routeMapC.no.match["route-type"].addSC("internal", "internal route (including OSPF intra/inter area)");

				routeMapC.no.match["route-type"].internal.addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

					routeMapC.no.match["route-type"].internal.external.addSC("type-1", "OSPF external type 1 route");

					routeMapC.no.match["route-type"].internal.external.addSC("type-2", "OSPF external type 2 route");

			routeMapC.no.match["route-type"].addSC("level-1", "IS-IS level-1 route");

				routeMapC.no.match["route-type"]["level-1"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

					routeMapC.no.match["route-type"]["level-1"].external.addSC("type-1", "OSPF external type 1 route");

					routeMapC.no.match["route-type"]["level-1"].external.addSC("type-2", "OSPF external type 2 route");

				routeMapC.no.match["route-type"]["level-1"].addSC("internal", "internal route (including OSPF intra/inter area)");

					routeMapC.no.match["route-type"]["level-1"].internal.addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

			routeMapC.no.match["route-type"].addSC("level-2", "IS-IS level-2 route");

				routeMapC.no.match["route-type"]["level-2"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

					routeMapC.no.match["route-type"]["level-2"].external.addSC("type-1", "OSPF external type 1 route");

					routeMapC.no.match["route-type"]["level-2"].external.addSC("type-2", "OSPF external type 2 route");

				routeMapC.no.match["route-type"]["level-2"].addSC("internal", "internal route (including OSPF intra/inter area)");

					routeMapC.no.match["route-type"]["level-2"].internal.addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

				routeMapC.no.match["route-type"]["level-2"].addSC("level-1", "IS-IS level-1 route");

					routeMapC.no.match["route-type"]["level-2"]["level-1"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

					routeMapC.no.match["route-type"]["level-2"]["level-1"].addSC("internal", "internal route (including OSPF intra/inter area)");

			routeMapC.no.match["route-type"].addSC("local", "locally generated route");

				routeMapC.no.match["route-type"].local.addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

					routeMapC.no.match["route-type"].local.external.addSC("type-1", "OSPF external type 1 route");

					routeMapC.no.match["route-type"].local.external.addSC("type-2", "OSPF external type 2 route");

				routeMapC.no.match["route-type"].local.addSC("internal", "internal route (including OSPF intra/inter area)");

					routeMapC.no.match["route-type"].local.internal.addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

				routeMapC.no.match["route-type"].local.addSC("level-1", "IS-IS level-1 route");

					routeMapC.no.match["route-type"].local["level-1"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

					routeMapC.no.match["route-type"].local["level-1"].addSC("internal", "internal route (including OSPF intra/inter area)");

				routeMapC.no.match["route-type"].local.addSC("level-2", "IS-IS level-2 route");

					routeMapC.no.match["route-type"].local["level-2"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

					routeMapC.no.match["route-type"].local["level-2"].addSC("internal", "internal route (including OSPF intra/inter area)");

					routeMapC.no.match["route-type"].local["level-2"].addSC("level-1", "IS-IS level-1 route");

			routeMapC.no.match["route-type"].addSC("nssa-external", "nssa-external route (OSPF type 1/2)");

				routeMapC.no.match["route-type"]["nssa-external"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

				routeMapC.no.match["route-type"]["nssa-external"].addSC("internal", "internal route (including OSPF intra/inter area)");

					routeMapC.no.match["route-type"]["nssa-external"].internal.addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

				routeMapC.no.match["route-type"]["nssa-external"].addSC("level-1", "IS-IS level-1 route");

					routeMapC.no.match["route-type"]["nssa-external"]["level-1"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

					routeMapC.no.match["route-type"]["nssa-external"]["level-1"].addSC("internal", "internal route (including OSPF intra/inter area)");

				routeMapC.no.match["route-type"]["nssa-external"].addSC("level-2", "IS-IS level-2 route");

					routeMapC.no.match["route-type"]["nssa-external"]["level-2"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

					routeMapC.no.match["route-type"]["nssa-external"]["level-2"].addSC("internal", "internal route (including OSPF intra/inter area)");

					routeMapC.no.match["route-type"]["nssa-external"]["level-2"].addSC("level-1", "IS-IS level-1 route");

				routeMapC.no.match["route-type"]["nssa-external"].addSC("local", "locally generated route");

					routeMapC.no.match["route-type"]["nssa-external"].local.addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

					routeMapC.no.match["route-type"]["nssa-external"].local.addSC("internal", "internal route (including OSPF intra/inter area)");

					routeMapC.no.match["route-type"]["nssa-external"].local.addSC("level-1", "IS-IS level-1 route");

					routeMapC.no.match["route-type"]["nssa-external"].local.addSC("level-2", "IS-IS level-2 route");

				routeMapC.no.match["route-type"]["nssa-external"].addSC("type-1", "OSPF external type 1 route");

					routeMapC.no.match["route-type"]["nssa-external"]["type-1"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

					routeMapC.no.match["route-type"]["nssa-external"]["type-1"].addSC("internal", "internal route (including OSPF intra/inter area)");

					routeMapC.no.match["route-type"]["nssa-external"]["type-1"].addSC("level-1", "IS-IS level-1 route");

					routeMapC.no.match["route-type"]["nssa-external"]["type-1"].addSC("level-2", "IS-IS level-2 route");

					routeMapC.no.match["route-type"]["nssa-external"]["type-1"].addSC("local", "locally generated route");

				routeMapC.no.match["route-type"]["nssa-external"].addSC("type-2", "OSPF external type 2 route");

					routeMapC.no.match["route-type"]["nssa-external"]["type-2"].addSC("external", "external route (BGP, EIGRP and OSPF type 1/2)");

					routeMapC.no.match["route-type"]["nssa-external"]["type-2"].addSC("internal", "internal route (including OSPF intra/inter area)");

					routeMapC.no.match["route-type"]["nssa-external"]["type-2"].addSC("level-1", "IS-IS level-1 route");

					routeMapC.no.match["route-type"]["nssa-external"]["type-2"].addSC("level-2", "IS-IS level-2 route");

					routeMapC.no.match["route-type"]["nssa-external"]["type-2"].addSC("local", "locally generated route");

		routeMapC.no.match.addSC("tag", "Match tag of route");

			routeMapC.no.match.tag.addSC("<0-4294967295>", "Tag value");

		

routeMapC.addSC("set", "Set values in destination routing protocol");

	routeMapC.set.addSC("automatic-tag", "Automatically compute TAG value");

	routeMapC.set.addSC("interface", "Output interface");

		

	routeMapC.set.addSC("ip", "IP specific information");

		routeMapC.set.ip.addSC("df", "Set DF bit");

			routeMapC.set.ip.df.addSC("<0-1>", "DF bit");

		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.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("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("tag", "Tag value for destination routing protocol");

		routeMapC.set.tag.addSC("<0-4294967295>", "Tag value");