no [apply-to-local-packets|logging|route-map|use]
no <PARAMETERS>
no <PARAMETERS> | Removes this routing policy 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 routing policy ‘testpolicy‘ settings before the ‘no‘ commands are executed:
nx9500-6C8809(config-routing-policy-testpolicy)#show context routing-policy testpolicy logging route-map 1 match incoming-interface pppoe1 default-next-hop wwan1 mark ip dscp 7 nx9500-6C8809(config-routing-policy-testpolicy)#
nx9500-6C8809(config-routing-policy-testpolicy)#no logging
nx9500-6C8809(config-routing-policy-testpolicy)#no route-map 1
nx9500-6C8809(config-routing-policy-testpolicy)#no apply-to-local-packets
The following example shows the routing policy ‘testpolicy‘ settings after the ‘no‘ commands are executed:
nx9500-6C8809(config-routing-policy-testpolicy)#show context routing-policy testpolicy no apply-to-local-packets nx9500-6C8809(config-routing-policy-testpolicy)#