Cisco Nexus 7000 Series Configuration Manual page 414

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

Advertisement

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 ip next-hop prefix-list name
[ name... ]
Example:
switch(config-route-map)# match ip
next-hop prefix-list AllowPrefix
match ipv6 next-hop prefix-list name
[ name... ]
Example:
switch(config-route-map)# match ipv6
next-hop prefix-list AllowIPv6Prefix
match ip route-source prefix-list name
[ name... ]
Example:
switch(config-route-map)# match ip
route-source prefix-list AllowPrefix
match ipv6 route-source prefix-list name
[ name... ]
Example:
switch(config-route-map)# match ipv6
route-source prefix-list AllowIPv6Prefix
match route-type route-type
Example:
switch(config-route-map)# match route-type
level 1 level 2
match tag tagid [ tagid... ]
Example:
switch(config-route-map)# match tag 2
You can configure the following optional set parameters for route maps in route-map configuration
mode:
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
16-14
Chapter 16
Configuring Route Policy Manager
Purpose
Matches the IPv4 next-hop address of a route to one
or more IP prefix lists. Use the ip prefix-list
command to create the prefix list.
Matches the IPv6 next-hop address of a route to one
or more IP prefix lists. Use the ipv6 prefix-list
command to create the prefix list.
Matches the IPv4 route source address of a route to
one or more IP prefix lists. Use the ip prefix-list
command to create the prefix list.
Matches the IPv6 route-source address of a route to
one or more IP prefix lists. Use the ipv6 prefix-list
command to create the prefix list.
Matches against a type of route. The route-type can
be one or more of the following:
external
internal
level-1
level-2
local
nssa-external
type-1
type-2
Matches a route against one or more tags for
filtering or redistribution.
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents