Specifications
Send document comments to nexus3k-docfeedback@cisco.com.
13-14
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, Release 5.0(3)U2(2)
OL-25782-02
Chapter 13 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 multicast [source ipsource]
[[group ipgroup] [rp iprp]]
Example:
switch(config-route-map)# match ip
multicast rp 192.0.2.1
Matches an IPv4 multicast packet based on the
multicast source, group, or rendezvous point.
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 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 mac-list name [name...]
Example:
switch(config-route-map)# match mac-list
AllowMAC
Matches against one or more MAC lists. Use the
mac-list command to create the MAC list.
match metric value [+- deviation.]
[value..]
Example:
switch(config-route-map)# match mac-list
AllowMAC
Matches the route metric against one or more
metric values or value ranges. Use +- deviation
argument to set a metric range. The route map
matches any route metric that falls the range:
value - deviation to value + deviation.
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.
match vlan vlan-id [vlan-range]
Example:
switch(config-route-map)# match vlan 3,
5-10
Matches against a VLAN.
Command Purpose