Reference Guide

142 | Access Control Lists (ACLs)
www.dell.com | support.dell.com
To configure match criterion for a route map, use any or all of the following commands in the
ROUTE-MAP mode:
Command Syntax Command Mode Purpose
match as-path as-path-name CONFIG-ROUTE-MAP Match routes with the same AS-PATH numbers.
match community
community-list-name [exact]
CONFIG-ROUTE-MAP Match routes with COMMUNITY list attributes in
their path.
match interface interface CONFIG-ROUTE-MAP Match routes whose next hop is a specific
interface. The parameters are:
For a loopback interface, enter the keyword
loopback followed by a number between
zero (0) and 16383.
For a port channel interface, enter the keyword
port-channel followed by a number from 1
to 255
For a 10-Gigabit Ethernet interface, enter the
keyword
tengigabitEthernet followed by
the slot/port information.
For a VLAN, enter the keyword vlan followed
by a number from 1 to 4094.
For a 40-Gigabit Ethernet interface, enter the
keyword
fortyGigE followed by the slot/port
information.
match ip address prefix-list-name CONFIG-ROUTE-MAP Match destination routes specified in a prefix list
(IPv4).
match ipv6 address prefix-list-name CONFIG-ROUTE-MAP Match destination routes specified in a prefix list
(IPv6).
match ip next-hop
{
access-list-name | prefix-list
prefix-list-name}
CONFIG-ROUTE-MAP Match next-hop routes specified in a prefix list
(IPv4).
match ipv6 next-hop
{
access-list-name | prefix-list
prefix-list-name}
CONFIG-ROUTE-MAP Match next-hop routes specified in a prefix list
(IPv6).
match ip route-source
{
access-list-name | prefix-list
prefix-list-name}
CONFIG-ROUTE-MAP Match source routes specified in a prefix list
(IPv4).
match ipv6 route-source
{
access-list-name | prefix-list
prefix-list-name}
CONFIG-ROUTE-MAP Match source routes specified in a prefix list
(IPv6).
match metric metric-value CONFIG-ROUTE-MAP Match routes with a specific value.
match origin {egp | igp |
incomplete}
CONFIG-ROUTE-MAP Match BGP routes based on the ORIGIN attribute.
match route-type {external
[
type-1 | type-2] | internal | level-1
| level-2
| local }
CONFIG-ROUTE-MAP Match routes specified as internal or external to
OSPF, ISIS level-1, ISIS level-2, or locally
generated.