Users Guide

Table Of Contents
Layer 3 Routing Commands 1438
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
User Guidelines
If multiple prefix lists are specified in one statement, a match occurs if a
prefix matches any one of the prefix lists. If a match ip address statement is
configured within a route map section that already has a match ip address
statement, the new prefix lists are added to the existing set of prefix lists, and
a match occurs if any prefix list in the combined set matches the prefix.
The command no match ip address prefix-list removes the match term and
all its prefix lists.