no (route-map-config-mode-command)

Removes this route-map 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 [default-next-hop|fallback|mark|match|next-hop]

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes this route-map 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 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)#