Users Guide

Layer 3 Routing Commands 1426
User Guidelines
If the community list returns a permit action, the route is considered a
match. If the match statement refers to a community list that is not
configured, no routes are considered to match the statement.
no match community list exact-match removes the match statement from
the route map. (It doesn’t simply remove the exact-match option.)
The command no match community removes the match term and all its
community lists.
Command History
Introduced in version 6.2.0.1 firmware.
Example
console(route-map)#match community test
match ip address prefix-list
Use this command to configure a route map to match based on a destination
prefix. To delete a match statement from a route map, use the no form of this
command.
Syntax
match ip address prefix-list prefix-list-name [prefix-list-name...]
no match ip address prefix-list [ prefix-list-name [prefix-list-name...] ]
prefix-list prefix-list-name—The name of a prefix list used to identify the
set of matching routes. Up to eight prefix lists may be specified.
Default Configuration
No match criteria are configured by default.
Command Mode
Route Map Configuration