â– Use to match a community list.
â– Supported for inbound and outbound route maps.
â– Example
host1(config)#route-map nyc1 permit 10
host1(config-route-map)#match community comm5
â– Use the no version to delete the match clause from a route map or a specified
value from the match clause.
â– See match community
match distance
â– Use to match any routes that have the specified administrative distance.
â– Example
host1(config)#route-map nyc1 permit 10
host1(config-route-map)#match distance 25
â– Use the no version to delete the match clause from a route map or a specified
value from the match clause.
â– See match distance.
match extcommunity
â– Use to match an extended community list in a route map.
â– You can specify one or more extended community list names in a match clause.
If you specify more than one extended community list, the lists are logical ORed.
â– Example
host1(config)#route-map nyc1 permit 10
host1(config-route-map)#match extcommunity topeka10
â– Use the no version to remove the match clause from a route map or a specified
value from the match clause.
â– See match extcommunity.
match ip address
â– Use to match any route that has a destination network number that is permitted
by an access list, a prefix list, or a prefix tree, or performs policy routing on
packets.
â– Example
host1(config)#route-map nyc1 permit 10
host1(config-route-map)#match ip address prefix-tree boston
â– Use the no version to delete the match clause from a route map or a specified
value from the match clause.
â– See match ip address.
Configuring BGP Routing Policy â– 73
Chapter 1: Configuring BGP Routing