no

Negates a command or reverts values to their default. When used in the config MiNT policy mode, the no command resets or reverts the following global MiNT policy parameters: routing level, MTU, router packet priority, and UDP or IP encapsulation settings.

Supported in the following platforms:

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

Syntax

no [level|lsp|mtu|router|udp]
no level 2 area-id
no lsp checksum
no mtu
no router packet priority
no udp port <LINE-SINK>

Parameters

no <PARAMETERS>

no <PARAMETERS>

The no command resets or reverts the following global MiNT policy parameters: routing level, MTU, router packet priority, and UDP or IP encapsulation settings.

Examples

The following example shows the global Mint Policy parameters before the ‘no‘ commands are executed:

nx9500-6C8809(config-mint-policy-global-default)#show context
mint-policy global-default
 udp port 1024
 mtu 996
 level 2 area-id 2000
 sign-unknown-device
 security-level control-and-data
 rejoin-timeout 1000
nx9500-6C8809(config-mint-policy-global-default)#
nx9500-6C8809(config-mint-policy-global-default)#no level 2 area-id
nx9500-6C8809(config-mint-policy-global-default)#no mtu
nx9500-6C8809(config-mint-policy-global-default)#no udp port

The following example shows the global Mint Policy parameters after the ‘no‘ commands are executed:

nx9500-6C8809(config-mint-policy-global-default)#show context
mint-policy global-default
 sign-unknown-device
 security-level control-and-data
 rejoin-timeout 1000
nx9500-6C8809(config-mint-policy-global-default)#