Hi,
i am testing ccxv4 client by following the document of "Cisco Compatible Extensions for WLAN Devices Test Plan for Versions 1-4"
i need to test the following scenarios:-
1) beacon report -> beacon table scan, passive scan
2) frame report -> same, different channel
3) multiple radio measurement requests
WLC is Cisco 5508
lwap = 1252 AP
For this, i tried the following the procedure step by step and i can able to witness that RM request was not enabled
for particular access-point. And i am terribly stuck here and not knowing how to proceed these.
Cisco_AP = AP0026.cbd2.d560
client_mac = 00:06:c6:45:3b:f8
kindly see each and every cli procedure and update me about what i am missing.
(Cisco Controller) >config advanced 802.11b ccx location-meas global enable 60
No change - configured values are same as previous
(Cisco Controller) >config advanced 802.11b ccx customize AP0026.cbd2.d560 on
Operation completed successfully
(Cisco Controller) >config advanced 802.11b ccx location-meas ap AP0026.cbd2.d560 enable 60
Cisco AP CCX options set
Operation completed successfully
(Cisco Controller) >save config
Are you sure you want to save? (y/n) y
Configuration Saved!
(Cisco Controller) >show advanced 802.11b ccx global
802.11b Client Beacon Measurements:
enabled with (interval=60) seconds
(Cisco Controller) >show advanced 802.11b ccx ap AP0026.cbd2.d560
802.11b Client Beacon Measurements for Cisco AP:
enabled with (interval=60) seconds
(Cisco Controller) >show ap ccx rm AP0026.cbd2.d560 status
B Radio
Beacon Request................................. Disabled
Channel Load Request........................... Disabled
Frame Request.................................. Disabled
Noise Histogram Request........................ Disabled
Path Loss Request.............................. Disabled
Interval....................................... 60
Iteration...................................... 0
A Radio
Beacon Request................................. Disabled
Channel Load Request........................... Disabled
Frame Request.................................. Disabled
Noise Histogram Request........................ Disabled
Path Loss Request.............................. Disabled
Interval....................................... 60
Iteration...................................... 0
(Cisco Controller) >show client ccx rm 00:06:c6:45:3b:f8 status
Client not in the unicast rm list
(Cisco Controller) >show client ccx rm 00:06:c6:45:3b:f8 report beacon
Beacon Report
Client Mac Address............................... 00:06:c6:45:3b:f8
Timestamp........................................ Sat Feb 20 04:32:20 2016
Channel No................................... 1
Phy Type......................................... DSS
Received signal Power............................ 39 dbm
BSSID............................................ 00:26:cb:f4:4a:50
Parent TFS....................................... 52198ffe
Parent TFS....................................... e6448efe03000000
Beacon Interval.................................. 102
Capability Information........................... 0431
(Cisco Controller) >show client ccx rm 00:06:c6:45:3b:f8 report chan-load
RM Report not ready for the client
(Cisco Controller) >show client ccx rm 00:06:c6:45:3b:f8 report noise-hist
RM Report not ready for the client
(Cisco Controller) >show client ccx rm 00:06:c6:45:3b:f8 report fram
RM Report not ready for the client
(Cisco Controller) >show client location-calibration summary
MAC Address interval
----------------- -------------
(Cisco Controller) >show client detail 00:06:c6:45:3b:f8
Client MAC Address............................... 00:06:c6:45:3b:f8
Client Username ................................. wdsap
AP MAC Address................................... 00:26:cb:f4:4a:50
Client State..................................... Associated
Client NAC OOB State............................. Access
Wireless LAN Id.................................. 1
BSSID............................................ 00:26:cb:f4:4a:50
Connected For ................................... 1544 secs
Channel.......................................... 1
IP Address....................................... 192.168.10.171
Association Id................................... 1
Authentication Algorithm......................... Open System
Reason Code...................................... 1
Status Code...................................... 0
Client CCX version............................... 4
Client E2E version............................... No E2E support
Re-Authentication Timeout........................ 1800
QoS Level........................................ Silver
Diff Serv Code Point (DSCP)...................... disabled
802.1P Priority Tag.............................. disabled
WMM Support...................................... Enabled
U-APSD Support................................... Disabled
--More-- or (q)uit
Power Save....................................... OFF
Current Rate..................................... 54.0
Supported Rates.................................. 1.0,2.0,5.5,11.0,6.0,9.0,
............................................. 12.0,18.0,24.0,36.0,48.0,
............................................. 54.0
Mobility State................................... Local
Mobility Move Count.............................. 0
Security Policy Completed........................ Yes
Policy Manager State............................. RUN
Policy Manager Rule Created...................... Yes
ACL Name......................................... none
ACL Applied Status............................... Unavailable
Policy Type...................................... WPA1
Authentication Key Management.................... 802.1x
Encryption Cipher................................ TKIP-MIC
Management Frame Protection...................... No
EAP Type......................................... LEAP
Interface........................................ management
VLAN............................................. 0
Quarantine VLAN.................................. 0
Access VLAN...................................... 0
Client Capabilities:
CF Pollable................................ Not implemented
--More-- or (q)uit
CF Poll Request............................ Not implemented
Short Preamble............................. Implemented
PBCC....................................... Not implemented
Channel Agility............................ Not implemented
Listen Interval............................ 10
Fast BSS Transition........................ Not implemented
Fast BSS Transition Details:
Client Statistics:
Number of Bytes Received................... 15952
Number of Bytes Sent....................... 1392
Number of Packets Received................. 182
Number of Packets Sent..................... 12
Number of EAP Id Request Msg Timeouts...... 0
Number of EAP Request Msg Timeouts......... 0
Number of EAP Key Msg Timeouts............. 0
Number of Data Retries..................... 0
Number of RTS Retries...................... 0
Number of Duplicate Received Packets....... 0
Number of Decrypt Failed Packets........... 0
Number of Mic Failured Packets............. 0
Number of Mic Missing Packets.............. 0
Number of Policy Errors.................... 0
Radio Signal Strength Indicator............ -42 dBm
--More-- or (q)uit
Signal to Noise Ratio...................... 33 dB
Nearby AP Statistics:
AP0026.cb7e.d3c0(slot 0) ..................
antenna0: 1546 seconds ago -64 dBm............... antenna1: 1546 seconds ago -45 dBm
AP0026.cbd2.d560(slot 0) ..................
antenna0: 35 seconds ago -39 dBm................. antenna1: 35 seconds ago -39 d Bm
Hey mate - I am having the same issue. Did you find the cause/resolution for this?
Hi:
For RM requests (e.g. Beacon Report Request), often it needs to be initiated by another station on the network. To get the WLC to issue a Beacon Report Request, you can try some debug commands.
What do you see after issuing the following CLI commands (wait 5-10 secs after last command):
test ccx rm unicast <STA MAC in xxxx.xxxx.xxxx format> beacon disable
test ccx rm unicast <STA MAC in xxxx.xxxx.xxxx format> send 5 1
debug disable-all
debug ccxrm all enable
test ccx rm unicast <STA MAC in xxxx.xxxx.xxxx format> beacon enable
Regards,
Dennis
dB Performance Inc.