PurposeCommand or Action
Matches the specified route metric. The metric-value
can be an EIGRP metric with a specified value from
0 to 4294967295.
match metric metric-value
Example:
Device(config-route-map)# match
metric 2000
Step 6
Matches a next-hop router address passed by one of
the access lists specified (numbered from 1 to 199).
match ip next-hop {access-list-number |
access-list-name} [...access-list-number |
...access-list-name]
Step 7
Example:
Device(config-route-map)# match ip
next-hop 8 45
Matches the specified tag value in a list of one or
more route tag values. Each can be an integer from
0 to 4294967295.
match tag tag value [...tag-value]
Example:
Device(config-route-map)# match tag
3500
Step 8
Matches the specified next hop route out one of the
specified interfaces.
match interfacetype number
[...type-number]
Example:
Device(config-route-map)# match
interface gigabitethernet 1/0/1
Step 9
Matches the address specified by the specified
advertised access lists.
match ip route-source {access-list-number
| access-list-name} [...access-list-number |
...access-list-name]
Step 10
Example:
Device(config-route-map)# match ip
route-source 10 30
Matches the specified route-type:match route-type {local | internal |
external [type-1 | type-2]}
Step 11
• local—Locally generated BGP routes.
Example:
Device(config-route-map)# match
route-type local
• internal—OSPF intra-area and interarea routes
or EIGRP internal routes.
• external—OSPF external routes (Type 1 or
Type 2) or EIGRP external routes.
Sets BGP route dampening factors.
set dampening halflife reuse suppress
max-suppress-time
Step 12
Routing Configuration Guide, Cisco IOS XE Everest 16.6.x (Catalyst 9500 Switches)
189
Configuring IP Unicast Routing
Route Maps to Redistribute Routing Information