Removes this WLAN QoS Policy settings or reverts them to default values
no [accelerated-multicast|classification|multicast-mask|qos|rate-limit| svp-prioritization|voice-prioritization|wmm]
no [accelerated-multicast [<IP>|autodetect]|classification {non-unicast|non-wmm}|
multicast-mask [primary|secondary]|qos trust [dscp|wmm]|svp-prioritization|
voice-prioritization]
         no rate-limit [client|wlan] [from-air|to-air] {max-burst-size|rate|red-threshold}         
         no rate-limit [client|wlan] [from-air|to-air] {max-burst-size|rate| 
red-threshold [background|best-effort|video|voice]}         
         no wmm [background|best-effort|power-save|qbss-load-element|video|voice]
no wmm [power-save|qbss-load-element]
no wmm [backgorund|best-effort|video|voice] [aifsn|cw-max|cw-min|txop-limit]
no [accelerated-multicast [<IP>|autodetect]|classification {non-unicast|non-wmm}|
multicast-mask [primary|secondary]|qos trust [dscp|wmm]|svp-prioritization|
voice-prioritization]
         | 
                         no accelerated-multicast [<IP>|autodetect]  | 
                     
                         Disables accelerated multicast streams and forwarding QoS classification 
  | 
                  
| 
                         no classification [non-unicast| non-wmm]  | 
                     
                         Disables WLAN classification scheme 
  | 
                  
| 
                         no multicast-mask [primary|secondary]  | 
                     
                         Disables the egress prioritization primary or secondary multicast mask 
  | 
                  
| 
                         no qos trust [disquiet]  | 
                     
                         Disables the QoS service 
  | 
                  
| 
                         no svp-prioritization  | 
                     
                         Disables Spectralink Voice Protocol (SVP) support on a WLAN  | 
                  
| 
                         no voice-prioritization  | 
                     
                         Disables voice client priority over other clients (applies to non-WMM clients)  | 
                  
no rate-limit [client|wlan] [from-air|to-air] {max-burst-size|rate| 
red-threshold [background|best-effort|video|voice]}         
         | 
                         no rate-limit [client|wlan]  | 
                     
                         Disables traffic rate limit parameters 
  | 
                  
| 
                         [from-air|to-air]  | 
                     
                         The following are common to the client and WLAN parameters: 
  | 
                  
| 
                         max-burst-size  | 
                     
                         Optional. Disables the maximum burst size value  | 
                  
| 
                         rate  | 
                     
                         Optional. Disables the traffic rates configured for a wireless client or WLAN  | 
                  
| 
                         red-threshold  | 
                     
                         Optional. Disables random early detection threshold values configured for the traffic class 
  | 
                  
no wmm [power-save|qbss-load-element]
| 
                         no wmm  | 
                     
                         Disables 802.11e/wireless multimedia parameters  | 
                  
| 
                         power-save  | 
                     
                         Disables support for WMM-Powersave (U-APSD)  | 
                  
| 
                         qbss-load-element  | 
                     
                         Disables support for the QBSS load information element in beacons and probe responses  | 
                  
no wmm [backgorund|best-effort|video|voice] [aifsn|cw-max|cw-min|txop-limit]
| 
                         no wmm  | 
                     
                         Disables 802.11e/wireless multimedia parameters  | 
                  
| 
                         background  | 
                     
                         Disables background access category parameters  | 
                  
| 
                         best-effort  | 
                     
                         Disables best effort access category parameters  | 
                  
| 
                         video  | 
                     
                         Disables video access category parameters  | 
                  
| 
                         voice  | 
                     
                         Disables voice access category parameters  | 
                  
The following example shows the WLAN QoS Policy ‘test' settings before the ‘no' commands are executed:
nx9500-6C8809nx9500-6C8809(config-wlan-qos-test)#show context wlan-qos-policy test classification non-wmm video multicast-mask primary 11-22-33-44-55-66/22-33-44-55-66-77 classification non-unicast normal qos trust dscp qos trust wmm accelerated-multicast autodetect classification voice nx9500-6C8809(config-wlan-qos-test)#
nx9500-6C8809(config-wlan-qos-test)#no classification non-wmm
         nx9500-6C8809(config-wlan-qos-test)#no multicast-mask primary
         nx9500-6C8809(config-wlan-qos-test)#no qos trust dscp
         The following example shows the WLAN QoS Policy ‘test' settings after the ‘no' commands are executed:
nx9500-6C8809(config-wlan-qos-test)#show context wlan-qos-policy test classification non-unicast normal no qos trust dscp qos trust wmm accelerated-multicast autodetect classification voice nx9500-6C8809(config-wlan-qos-test)#