Reference Guide

Supported Releases 10.3.0E or later
match extcommunity
Congures a lter 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 congured extcommunity list.
exact-match — (Optional) Select only those routes with the specied extcommunity list name.
Default Not congured
Command Mode ROUTE-MAP
Usage Information The no version of this command deletes the extcommunity match lter.
Example
OS10(config)# route-map bgp
OS10(conf-route-map)# match extcommunity extcommlist1 exact-match
Supported Releases 10.3.0E or later
match interface
Congures a lter to match routes whose next-hop is the congured 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 congured
Command Mode ROUTE-MAP
Usage Information The no version of this command deletes the match.
Example
OS10(conf-route-map)# match interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)#
Supported Releases 10.2.0E or later
match ip address
Congures a lter to match routes based on IP addresses specied in IP prex lists.
Syntax
match ip address {prefix-list prefix-list-name | access-list-name}
Parameters
prefix-list-name — Enter the name of the congured prex list. A maximum of 140 characters.
Access Control Lists 651