Users Guide

Layer 3 Routing Commands 1425
User Guidelines
If a new match as-path statement is entered in a route map statement that
already has a match as-path statement, the AS path list numbers in the new
statement are added to the existing match term, up to the maximum number
of lists in a statement. A route is considered a match if it matches any one or
more of the AS path access lists to which the statement refers.
Command History
Introduced in version 6.2.0.1 firmware.
Example
console(route-map)#match as-path 250
match community
To configure a route map to match based on a BGP community list, use the
match community command. To delete a match term from a route map, use
the no form of this command.
Syntax
match community community-list [ community-list...] [exact-match]
no match community [ community-list [ community-list...] [exact-match] ]
community-list—The name of a standard community list. Up to eight
names may be included in a single match term.
exact-match—(Optional) When this option is given, a route is only
considered a match if the set of communities on the route is an exact
match for the set of communities in one of the statements in the
community list.
Default Configuration
No community match criteria are configured by default.
Command Mode
Route Map Configuration