Users Guide

Table Of Contents
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.
exact-match (Optional) Select only those routes with the specified extcommunity list name.
Default Not configured
Command Mode ROUTE-MAP
Usage
Information
The no version of this command deletes the extcommunity match filter.
Example
OS10(config)# route-map bgp
OS10(conf-route-map)# match extcommunity extcommlist1 exact-match
Supported
Releases
10.3.0E or later
match inactive-path-additive
Configures a filter to include inactive route paths when used with the redistribute or advertise commands.
Syntax
match inactive-path-additive
Parameters None
1504 Access Control Lists