Configures 802.11e WMM (wireless multi media) parameters
wmm [background|best-effort|video|voice]
wmm [background|best-effort|video|voice] [aifsn <1-15>|cw-max <0-15>|cw-min <0-15>| txop-limit <0-65535>]
wmm [background|best-effort|video|voice] [aifsn <1-15>|cw-max <0-15>|cw-min <0-15>| txop-limit <0-65535>]
wmm background |
Configures background access category wireless multimedia settings |
wmm best-effort |
Configures best effort access category wireless multimedia settings |
wmm video |
Configures video access category wireless multimedia settings |
wmm voice |
Configures voice access category wireless multimedia settings |
aifsn <1-15> |
Configures AIFSN (Arbitrary Inter-Frame Space Number) as the wait time between data frames derived from the AIFSN and slot time
The following keyword is common to all of the above traffic types:
|
cw-max <0-15> |
Clients pick a number between 0 and the min contention window to wait before retransmission. Clients then double their wait time on a collision, until it reaches the maximum contention window.
The following keyword is common to all of the above traffic types:
Lower values are used for higher priority traffic (like video and voice) and higher values are used for lower priority traffic (like background and best-effort). |
cw-min <0-15> |
Clients select a number between 0 and the min contention window to wait before retransmission. Clients then double their wait time on a collision, until it reaches the maximum contention window.
The following keyword is common to all of the above traffic types:
Lower values are used for higher priority traffic (like video and voice) and higher values are used for lower priority traffic (like background and best-effort). |
txop-limit <0-65535> |
Set the interval, in microseconds, during which a particular client has the right to initiate transmissions
The following keyword is common to all of the above traffic types:
Lower values are used for higher priority traffic (like video and voice) and higher values are used for lower priority traffic (like background and best-effort). |
Before defining a radio QoS policy, refer to the following deployment guidelines to ensure the configuration is optimally effective:
To support QoS, each multimedia application, wireless client, and WLAN is required to support WMM.
WMM enabled clients can co-exist with non-WMM clients on the same WLAN. Non-WMM clients are always assigned a Best Effort access category.
Default WMM values are recommended for all deployments. Changing these values can lead to unexpected traffic blockages, and the blockages might be difficult to diagnose.
Overloading an access point radio with too much high priority traffic (especially voice) degrades overall service quality for all users.
TSPEC admission control is only available with newer voice over WLAN phones. Many legacy voice devices do not support TPSEC or even support WMM traffic prioritization.
nx9500-6C8809(config-radio-qos-test)#wmm best-effort aifsn 7
nx9500-6C8809(config-radio-qos-test)#wmm voice txop-limit 1
nx9500-6C8809(config-radio-qos-test)#show context radio-qos-policy test wmm best-effort aifsn 7 wmm voice txop-limit 1 admission-control voice max-airtime-percent 9 admission-control voice reserved-for-roam-percent 8 accelerated-multicast stream-threshold 15 nx9500-6C8809(config-radio-qos-test)#
no (schedule-policy-config-mode-commands) |
Reverts or resets 802.11e/wireless multimedia settings to their default |