Users Guide
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
Default None
Command Mode ROUTE-MAP
Usage
Information
You can use this command in ROUTE-MAP configuration mode in addition to the other match rules. The
no version of this command deletes the match filter.
Example
OS10# configure terminal
OS10(config)# route-map redis-inactive-routes
OS10(config-route-map)# match inactive-path-additive
Supported
Releases
10.5.2.0 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
Command Mode ROUTE-MAP
Access Control Lists 1525