Send document comments to nexus7k-docfeedback@cisco.com.
16-14
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 16      Configuring Route Policy Manager
Configuring Route Policy Manager
You can configure the following optional set parameters for route maps in route-map configuration 
mode:
match ip next-hop prefix-list 
name
 
[
name...
]
Example:
switch(config-route-map)# match ip 
next-hop prefix-list AllowPrefix
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.
match ipv6 next-hop prefix-list 
name
 
[
name...
]
Example:
switch(config-route-map)# match ipv6 
next-hop prefix-list AllowIPv6Prefix
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.
match ip route-source prefix-list 
name
 
[
name...
]
Example:
switch(config-route-map)# match ip 
route-source prefix-list AllowPrefix
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.
match ipv6 route-source prefix-list 
name
 
[
name...
]
Example:
switch(config-route-map)# match ipv6 
route-source prefix-list AllowIPv6Prefix
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.
match route-type 
route-type
Example:
switch(config-route-map)# match route-type 
level 1 level 2
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
match tag 
tagid 
[
tagid...
]
Example:
switch(config-route-map)# match tag 2
Matches a route against one or more tags for 
filtering or redistribution.
Command Purpose