no (routing-policy-config-mode-command)

Removes this Routing policy settings or reverts them to default values

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

no [apply-to-local-packets|logging|route-map|use]

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes this routing policy settings or reverts them to default values, based on the parameters passed.

Usage Guidelines

The no command negates any command associated with it. Wherever required, use the same parameters associated with the command getting negated.

Examples

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)#