no (wlan-qos-policy-config-mode-command)

Removes this WLAN QoS Policy 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 [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]

Parameters

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

  • <IP> – Removes specified IP address. Specify the IP address

  • autodetect – Disables multicast streams automatic detection

no classification [non-unicast| non-wmm]

Disables WLAN classification scheme

  • non-unicast – Optional. Removes multicast and broadcast packet classification

  • non-wmm – Optional. Removes non-WMM client traffic classification

no multicast-mask [primary|secondary]

Disables the egress prioritization primary or secondary multicast mask

  • primary – Removes the first egress multicast mask

  • secondary – Removes the second egress multicast mask

no qos trust [disquiet]

Disables the QoS service

  • trust – Ignores the trust QOS values of ingressing packets

  • dscp – Ignores the IP DSCP values of ingressing packets

  • wmm – Ignores the 802.11 WMM QoS values of ingressing packets

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

  • Disables client traffic rate limits

  • Disables WLAN traffic rate limits

[from-air|to-air]

The following are common to the client and WLAN parameters:

  • from-air – Removes client/WLAN traffic rate limits in the up link direction. This is traffic from the wireless client to the network

  • to-air – Removes client/WLAN traffic rate limits in the down link direction. This is traffic from the network to the wireless client

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

  • background – Disables the low priority traffic (background) threshold value

  • best-effort – Disables the normal priority traffic (best effort) threshold value

  • video – Disables the video traffic threshold value

  • voice – Disables the voice traffic threshold value

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

Examples

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)#