Matching Routes on the Basis of the Destination IP or IPv6 Address Permitted by the Prefix List
You can use the match ip address and match ipv6 address commands to specify an access list. You can also use the match ip address and match ipv6 address commands with the prefix-list or prefix-tree keyword to match routes that have a destination network number address that is permitted by any specified prefix list or prefix tree.
To match routes that have a destination network number address that is permitted by any specified prefix list:
- Match routes that have a destination network number address
permitted by an IPv4 prefix list.host1(config-route-map)#match ip address prefix-list abc
Use the no version to delete the match clause from a route map or a specified value from the match clause.
- Match routes that have a destination network number address
permitted by an IPv6 prefix list.host1(config-route-map)#match ipv6 address prefix-list boston
Use the no version to delete all address match clauses from a route map unless you specify an access list or prefix list, in which case only the list match is removed from the route map.