
Professional Access Point
Administrator Guide
Get QoS Settings on the Access Point
To view the current QoS settings and queue names for 
name queue aifs cwmin cwmax burst
wlan0  | data0 | 1  | 3  | 7  | 1.5  | 
wlan0  | data1 | 1  | 7  | 15  | 3.0  | 
wlan0  | data2 | 3  | 15  | 63  | 0  | 
wlan0  | data3 | 7  | 15  | 1023  | 0  | 
Get QoS Settings on the Client Station
To view the current QoS settings queue names for 
USR5453-AP# get wme-queue 
name queue aifs cwmin cwmax 
wlan0  | vo  | 2  | 3  | 7  | 47  | 
wlan0  | vi  | 2  | 7  | 15  | 94  | 
wlan0  | be  | 3  | 15  | 1023  | 0  | 
wlan0  | bk  | 7  | 15  | 1023  | 0  | 
Set Arbirtation Interframe Spaces (AIFS)
Arbitration 
Valid values for AIFS are 
Set AIFS on the Access Point
To set AIFS on 
set tx-queue  wlan0 with queue Queue_Name to aifs AIFS_Value
Where Queue_Name is the queue on the access point to which you want the setting to apply and AIFS_Value is the wait time value you want to specify for AIFS.
For example, this command sets the AIFS wait time on the access point Voice queue (data0) to 13 milliseconds.
USR5453-AP# set tx-queue  wlan0 with queue data0 to aifs 13
View the results of this configuration update (bold in the command output highlights the modified value):
name queue aifs cwmin cwmax burst
wlan0  | data0 | 13  | 3  | 7  | 1.5  | 
wlan0  | data1 | 1  | 7  | 15  | 3.0  | 
wlan0  | data2 | 3  | 15  | 63  | 0  | 
wlan0  | data3 | 7  | 15  | 1023  | 0  | 
Class Structure, Commands, and Examples - 241