no [ap-detection|enable|event|history-throttle-duration|interference-event| signature|use]
no [enable|history-throttle-duration]
no ap-detection {ageout {<LINE-SINK>}|air-termination|interferer-threshold <-100--10>| recurring-event-interval <0-10000>wait-time {<LINE-SINK>}}
no event [ap-anomaly|client-anomaly|enable-all-events|excessive]
no event ap-anomaly [ad-hoc-violation|airjack|ap-ssid-broadcast-in-beacon| asleap|impersonation-attack|null-porbe-response|transmitting-device-using-invalid-mac| unencrypted-wired-leakage|wireless-bridge]
no event client-anomaly [dos-broadcast-deauth|fuzzing-all-zero-macs| fuzzing-invalid-frame-type|fuzzing-invalid-mgmt-frames|fuzzing-invalid-seq-num| identical-src-and-dest-addr|invalid-8021x-frames|netstumbler-generic| non-conforming-data|wellenreiter] {filter-ageout <0-86400>}
no event excessive [80211-replay-check-failure|aggressive-scanning| auth-server-failures|decryption-failures|dos-assoc-or-auth-flood| dos-eapol-start-storm|dos-unicast-deauth-or-disassoc|eap-flood|eap-nak-flood| frames-from-unassoc-station] {filter-ageout <0-86400>|threshold-client <0-65535>| threshold-radio <0-65535>}
no interference-event [non-conforming-data|wireless-bridge]
no signature <WIPS-SIGNATURE>
no use device-categorization
no <PARAMETERS>
no <PARAMETERS> | Negates a command or resets configured settings to their default. When used in the config WIPS policy mode, the no command negates or resets filters and thresholds. |
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 WIPS Policy ‘test‘ settings before the ‘no‘ commands are executed:
nx9500-6C8809(config-wips-policy-test)#show context wips-policy test history-throttle-duration 77 event excessive 80211-replay-check-failure threshold-client 10 threshold-radio 99 filter-ageout 9 event client-anomaly wellenreiter filter-ageout 99 interference-event non-conforming-data ap-detection-ageout 50 ap-detection-wait-time 15 nx9500-6C8809(config-wips-policy-test)#
nx9500-6C8809(config-wips-policy-test)#no event client-anomaly wellenreiter filter-ageout 99
nx9500-6C8809(config-wips-policy-test)#no interference-event non-conforming-data
nx9500-6C8809(config-wips-policy-test)#no history-throttle-duration
The following example shows the WIPS Policy ‘test‘ settings after the ‘no‘ commands are executed:
nx9500-6C8809(config-wips-policy-test)#show context wips-policy test event excessive 80211-replay-check-failure threshold-client 10 threshold-radio 99 filter-ageout 9 no event client-anomaly wellenreiter filter-ageout 99 ap-detection-ageout 50 ap-detection-wait-time 15 nx9500-6C8809(config-wips-policy-test)#