261 | |
|
|
cwmax_Value
Where Queue_Name is the queue on the station to which you want the setting to apply and cwmin_Value and cwmax_Value are the values (in milliseconds) you want to specify for contention
For example, this command sets the client station Video queue (vi) cwmin value to 15 and cwmax value to 31.
View the results of this configuration update (bold in the command output highlights the modified values):
|
| ||||
name | queue | aifs | cwmin | cwmax | |
wlan1 | vo | 2 | 3 | 7 | 47 |
wlan1 | vi | 2 | 7 | 15 | 94 |
wlan1 | be | 3 | 15 | 1023 | 0 |
wlan1 | bk | 7 | 15 | 1023 | 0 |
wlan0 | vo | 14 | 3 | 7 | 47 |
wlan0 | vi | 2 | 7 | 15 | 94 |
wlan0 | be | 3 | 15 | 1023 | 0 |
wlan0 | bk | 7 | 15 | 1023 | 0 |
Set the Maximum Burst Length (burst) on the AP
The Maximum Burst Length (burst) specifies (in milliseconds) the Maximum Burst Length allowed for packet bursts on the wireless network. A packet burst is a collection of multiple frames transmitted without header information. The burst applies only to the access point
To set the maximum burst length on
set
Where Queue_Name is the queue on the AP to which you want the setting to apply and burst_Value is the wait time value you want to specify for maximum burst length.
For example, this command sets the maximum packet burst length on the AP Best Effort queue (data2) to 0.5.
View the results of this configuration update (bold in the command output highlights the modified value):
| ||
name | queue aifs | cwmin cwmax burst |
wlan1 | data0 | 1 | 3 | 7 | 1.5 |
wlan1 | data1 | 1 | 7 | 15 | 3.0 |
wlan1 | data2 | 3 | 15 | 63 | 0 |
wlan1 | data3 | 7 | 15 | 1023 | 0 |
wlan0 | data0 | 13 | 3 | 7 | 1.5 |
wlan0 | data1 | 1 | 15 | 31 | 3.0 |
wlan0 | data2 | 3 | 15 | 63 | 0.5 |
wlan0 | data3 | 7 | 15 | 1023 | 0 |