user manual

AT-TQ2403 Management Software User's Guide 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
back-off windows.
For example, this command sets the client station Video queue (vi) cwmin value to 15 and cwmax value
to 31.
AT-TQ2403# set wme-queue wlan0 with queue vi cwmin 7 cwmax 15
View the results of this configuration update (bold in the command output highlights the modified
values):
AT-TQ2403# get wme-queue
name queue aifs cwmin cwmax txop-limit
------------------------------------------------------------------
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 (AP-to-station traffic). Valid
values for maximum burst length are 0.0 through 999.9.
To set the maximum burst length on AP-to-station traffic:
set tx-queue wlan0 with queue Queue_Name to burst burst_Value
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.
AT-TQ2403# set tx-queue wlan0 with queue data2 to burst 0.5
View the results of this configuration update (bold in the command output highlights the modified value):
AT-TQ2403# get tx-queue
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