Users Guide

Table Of Contents
Default Not configured
Command Mode ROUTE-MAP
Usage
Information
The no version of this command deletes a match.
Example
OS10(config)# route-map bgp
OS10(conf-route-map)# continue 65535
Supported
Releases
10.3.0E or later
match as-path
Configures a filter to match routes that have a certain AS path in their BGP paths.
Syntax
match as-path as-path-name
Parameters as-path-name Enter the name of an established AS-PATH ACL. A maximum of 140 characters.
Default Not configured
Command Mode ROUTE-MAP
Usage
Information
The no version of this command deletes a match AS path filter.
Example
OS10(config)# route-map bgp
OS10(conf-route-map)# match as-path pathtest1
Supported
Releases
10.3.0E or later
match community
Configures a filter to match routes that have a certain COMMUNITY attribute in their BGP path.
Syntax
match community community-list-name [exact-match]
Parameters
community-list-name Enter the name of a configured community list.
exact-match (Optional) Select only those routes with the specified community list name.
Default Not configured
Command Mode ROUTE-MAP
Usage
Information
The no version of this command deletes the community match filter.
Example
OS10(config)# route-map bgp
OS10(conf-route-map)# match community commlist1 exact-match
Supported
Releases
10.3.0E or later
match extcommunity
Configures a filter to match routes that have a certain EXTCOMMUNITY attribute in their BGP path.
Syntax
match extcommunity extcommunity-list-name [exact-match]
Parameters
extcommunity-list-name Enter the name of a configured extcommunity list.
Access Control Lists 1297