no (sensor-policy-config-mode-commands)

Removes or reverts to default a sensor policy‘s settings

Supported in the following platforms:

  • Service Platforms — NX 75XX, NX 95XX, NX 96XX, VX 9000

Syntax

no [custom-scan|rss1-interval-duration|scan-mode]
no custom-scan channel-frequency <CHANNEL-FREQUENCY-LIST>
no rssi-interval-duration
no scan-mode

Parameters

no <PARAMETERS>
no <PARAMETERS> Removes or reverts to default a sensor policy settings based on the parameters passed

Examples

The following example shows the sensor-policy ‘test‘ settings before the ‘no‘ commands are executed:

nx9500-6C8809nx9500-6C8809(config-sensor-policy-test)#show context
sensor-policy test
 rssi-interval-duration 30
 scan-mode Custom-Scan
 custom-scan channel-frequency 2412 width 20MHz scan-weight 1000
 custom-scan channel-frequency 2417 width 20MHz scan-weight 1000
nx9500-6C8809(config-sensor-policy-test)#

The scan-mode is reverted back to the default setting of 'Default-Scan', as show in the following output:

nx9500-6C8809(config-sensor-policy-test)#no scan-mode
nx9500-6C8809(config-sensor-policy-test)#no custom-scan channel-frequency 2412
nx9500-6C8809(config-sensor-policy-test)#no custom-scan channel-frequency 2417
nx9500-6C8809(config-sensor-policy-test)#show context
sensor-policy test
 rssi-interval-duration 30
 scan-mode Default-Scan
nx9500-6C8809(config-sensor-policy-test)#