Configuration Commands : no route-map

no route-map
You can use the no route-map command to delete a route map or a specific priority entry from a route map.
Syntax
no route-map <route_map_name>
no route-map <route map name> <priority value>
Arguments
Defaults
None.
Command Mode
Global Configuration Mode
See Also
See the following related commands:
n
n
n
n
n
n
Usage Guidelines
You can only delete a route map if it’s inactive. To delete the active route map, you must first activate a different route map. For example:
(config) # route-map ginger activate
(config) # no route-map fred
You can also delete a specific entry in a route map by using the no route-map command and specifying a priority value. For example, the following statement deletes the priority 100 entry (match and set statements) from the route map, fred:
(config) # no route-map fred 100

Please send comments or suggestions regarding user documentation to techpubs@silver-peak.com.