no [default-next-hop|fallback|mark|match|next-hop]
no <PARAMETERS>
no <PARAMETERS> | Removes this route-map settings or reverts them to default values, based on the parameters passed |
The no command negates any command associated with it. Wherever required, use the same parameters associated with the command getting negated.
The following example shows the route-map ‘1‘ settings before the ‘no‘ commands are executed:
nx9500-6C8809(config-routing-policy-testpolicy-route-map-1)#show context route-map 1 match incoming-interface pppoe1 next-hop vlan1 default-next-hop wwan1 mark ip dscp 7 nx9500-6C8809(config-routing-policy-testpolicy-route-map-1)#
nx9500-6C8809(config-routing-policy-testpolicy-route-map-1)#no default-next-hop
nx9500-6C8809(config-routing-policy-testpolicy-route-map-1)#no next-hop
The following example shows the route-map ‘1‘ settings after the ‘no‘ commands are executed:
nx9500-6C8809(config-routing-policy-testpolicy-route-map-1)#show context route-map 1 match incoming-interface pppoe1 mark ip dscp 7 nx9500-6C8809(config-routing-policy-testpolicy-route-map-1)#