Cisco Nexus 7000 Series Configuration Manual page 413

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Chapter 16
Configuring Route Policy Manager
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
Command
match as-path name [ name... ]
Example:
switch(config-route-map)# match as-path
Allow40
match as-number { number [ ,number... ] |
as-path-list name [ name... ]}
Example:
switch(config-route-map)# match as-number
33,50-60
match community name
[ name... ][ exact-match ]
Example:
switch(config-route-map)# match community
BGPCommunity
match extcommunity name
[ name... ][ exact-match ]
Example:
switch(config-route-map)# match
extcommunity BGPextCommunity
match interface interface-type number
[ interface-type number... ]
Example:
switch(config-route-map)# match interface
e 1/2
match ip address prefix-list name
[ name... ]
Example:
switch(config-route-map)# match ip address
prefix-list AllowPrefix
match ipv6 address prefix-list name
[ name... ]
Example:
switch(config-route-map)# match ip address
prefix-list AllowIPv6Prefix
match ip multicast [source ipsource ]
[[group ipgroup ] [ rp iprp ]]
Example:
switch(config-route-map)# match ip
multicast rp 192.0.2.1
match ipv6 multicast [source ipsource ]
[[group ipgroup ] [ rp iprp ]]
Example:
switch(config-route-map)# match ip
multicast source 2001:0DB8::1
OL-20002-02
Purpose
Matches against one or more AS-path lists. Create
the AS-path list with the ip as-path access-list
command.
Matches against one or more AS numbers or
AS-path lists. Create the AS-path list with the ip
as-path access-list command. The number range is
from 1 to 65535. The AS-path list name can be any
case-sensitive alphanumeric string up to 63
characters.
Matches against one or more community lists.
Create the community list with the ip
community-list command.
Matches against one or more extended community
lists. Create the community list with the ip
extcommunity-list command.
Matches any routes that have their next hop out one
of the configured interfaces. Use ? to find a list of
supported interface types.
Matches against one or more IPv4 prefix lists. Use
the ip prefix-list command to create the prefix list.
Matches against one or more IPv6 prefix lists. Use
the ipv6 prefix-list command to create the prefix
list.
Matches an IPv4 multicast packet based on the
multicast source, group, or rendezvous point.
Matches an IPv6 multicast packet based on the
multicast source, group, or rendezvous point.
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Configuring Route Policy Manager
16-13

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents