Users Guide

Table Of Contents
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 interface
Configures a filter to match routes whose next-hop is the configured interface.
Syntax
match interface interface
Parameters interface Interface type:
ethernet node/slot/port[:subport] Enter the Ethernet interface information as the
next-hop interface.
port-channel id-number Enter the port-channel number as the next-hop interface, from 1 to
128.
vlan vlan-id Enter the VLAN number as the next-hop interface, from 1 to 4093.
Default Not configured
Access Control Lists 1169