Users Guide

Table Of Contents
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
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
Configures a filter to match routes based on IP addresses specified in IP prefix lists.
Syntax
match ip address {prefix-list prefix-list-name | access-list-name}
Parameters
prefix-list-name Enter the name of the configured prefix list. A maximum of 140 characters.
access-list-name Enter the name of the configured access list.
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)# match ip address prefix-list test10
Supported
Releases
10.3.0E or later
Access Control Lists 1505