I'm trying to interpret output from the 'show dot11 statistics client-traffic' command in autonomous IOS version 15.2(4)JB4 on a 3600-series access point. Finding a detailed description of each data point being reported has been very difficult - c'mon Cisco! For my purposes I'm most interested in what is being reported in the 'Retry' and 'RSSI' fields. It seems like RSSI in dBm is being reported but I'd like confirmation from someone who knows because in older versions of IOS it seems like this value might have been a percentage value on a scale of 0 to 100% with 0 being -113dBm and 100 being -10dBm.
Here is a sample of the output from my access point:
SURVEY_AP1#show dot11 statistics client-traffic
Dot11Radio0: -- Client Statistics
---Clients 0 AID VLAN Status:S/I/B/A Age TxQ-R(A) Mode Enc Key Rate Mask Tx Rx BVI Split-ACL Client-ACL L2-ACL
RxPkts KBytes Dup Dec Mic TxPkts KBytes Retry RSSI SNR
(Client) MaxPri DefUniPri DefMultPri WiredProt
IP Address Pauses Idle RateTx RateDataTx RSC
MVL Req=0, In=0
Video Report: Cnt Rate Retries/Tot
8021x auth in prog 0 allowed 0
Dot11Radio1: -- Client Statistics
---Clients 0 AID VLAN Status:S/I/B/A Age TxQ-R(A) Mode Enc Key Rate Mask Tx Rx BVI Split-ACL Client-ACL L2-ACL
7cd1.c379.2d10 1 0 30 40144 000 03E 60 0-0 (0) 3F80 200 0-10 00FFFFFFFF000000000 0817 00C
RxPkts KBytes Dup Dec Mic TxPkts KBytes Retry RSSI SNR
7cd1.c379.2d10 294 25 59 0 0 155 16 98 43 45
Agr TxLt TxRP St ACQ/TW TxACQ Stats
7cd1.c379.2d10 p0 64 138 0 0 1 1 0 243 243 0 0 0
7cd1.c379.2d10 p1 20 30 0 0 1 1 0 0 0 0 0 0
7cd1.c379.2d10 p2 20 30 0 0 1 1 0 0 0 0 0 0
7cd1.c379.2d10 p3 20 138 0 0 1 1 0 0 0 0 0 0
7cd1.c379.2d10 p4 20 30 0 0 1 1 0 0 0 0 0 0
7cd1.c379.2d10 p5 20 30 0 0 1 1 0 0 0 0 0 0
7cd1.c379.2d10 p6 20 30 0 0 1 1 0 10 10 0 0 0
7cd1.c379.2d10 p7 20 30 0 0 1 1 0 5 5 0 0 0
Tx Params Pri BA TxLt AggrSz MaxL AvgL
7cd1.c379.2d10 0 4 138 64 65460 111
7cd1.c379.2d10 1 0 30 20 65460 0
7cd1.c379.2d10 2 0 30 20 65460 0
7cd1.c379.2d10 3 0 138 20 65460 1500
7cd1.c379.2d10 4 1 30 20 65460 0
7cd1.c379.2d10 5 1 30 20 65460 0
7cd1.c379.2d10 6 0 30 20 65460 0
7cd1.c379.2d10 7 0 30 20 65460 0
(Client) MaxPri DefUniPri DefMultPri WiredProt
7cd1.c379.2d10 0 0 0 0
IP Address Pauses Idle RateTx RateDataTx RSC
7cd1.c379.2d10 192.168.0.100 00004 000000 0 0 [0]0x10C [6]0xA7
Block Ack Pri, Rcv Wind Timeout SeqNum Held, Xmt Wind Timeout
7cd1.c379.2d10 0 64 0 D20 0 64 0 4, 0 0 0
7cd1.c379.2d10 4 0 0 1, 0 0 0
7cd1.c379.2d10 5 0 0 1, 0 0 0
LBF Indx BfPkts NbfPkts BfTmr PktCnt
7cd1.c379.2d10 RIA 1 18 130 4 17
MVL Req=1, In=1
Video Report: Cnt Rate Retries/Tot
8021x auth in prog 0 allowed 0
SURVEY_AP1#
Thanks in advance for any assistance.