Send document comments to nexus7k-docfeedback@cisco.com.
16-12
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
3. Add optional match or set parameters in route-map configuration mode
4. exit
5. copy running-config startup-config
DETAILED STEPS
You can configure the following optional match parameters for route maps in route-map configuration
mode:
Note The default-information originate command ignores match statements in the optional route
map.
Command Purpose
Step 1
config t
Example:
switch# config t
switch(config)#
Enters configuration mode.
Step 2
route-map
map-name
[permit | deny] [
seq
]
Example:
switch(config)# route-map Testmap permit
10
switch(config-route-map)#
Creates a route map or enters route-map configuration
mode for an existing route map. Use seq to order the
entries in a route map.
Step 3
continue
seq
Example:
switch(config-route-map)# continue 10
(Optional) Determines what sequence statement to
process next in the route map. Used only for filtering
and redistribution.
Step 4
exit
Example:
switch(config-route-map)# exit
(Optional) Exits route-map configuration mode.
Step 5
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
(Optional) Saves this configuration change.