Information About Device Analytics
The Device Analytics feature enhances the enterprise Wi-Fi experience for client devices to ensure seamless connectivity. This feature provides a set of data analytics tools for analyzing wireless client device behavior. With device profiling enabled on the controller, information is exchanged between the client device and the controller and AP. This data is encrypted using AES-256-CBC to ensure device security.
![]() Note |
|
![]() Note |
Apple clients such as iPhones and iPads use 802.11k action frames to send device information to the controller. When they fail to send 802.11k action frames, the controller will not perform device classification based on the 802.11 protocol. Hence, this falls back to legacy device classification which is based on HTTP and DHCP protocols. |
Restrictions for Device Analytics
-
This feature is applicable only for Cisco device ecosystem partners.
-
This feature is supported only on the 802.11ax and Wave 2 APs.
-
This feature is supported using central authentication in either local mode or FlexConnect mode.
Configuring Device Analytics (GUI)
Procedure
|
Step 1 |
Choose Configuration > Tags & Profiles > WLANs. |
|
Step 2 |
On the WLANs page, click the name of the WLAN. |
|
Step 3 |
In the Edit WLAN window, click the Advanced tab. |
|
Step 4 |
In the Device Analytics section, select the Advertise Support check box. |
|
Step 5 |
(Optional) In the Device Analytics section, select the Share Data with Client check box. |
|
Step 6 |
Click Update & Apply to Device. |
Configuring Device Analytics (CLI)
Procedure
| Command or Action | Purpose | |||
|---|---|---|---|---|
|
Step 1 |
configure terminal Example:
|
Enters global configuration mode. |
||
|
Step 2 |
wlan wlan-name wlan-id SSID-name Example:
|
Enters the WLAN configuration sub-mode.
|
||
|
Step 3 |
client association limit {clients-per-wlan | apclients-per-ap-per-wlan | radio clients-per-ap-radio-per-wlan} Example:
|
Sets the maximum number of clients, clients per AP, or clients per AP radio that can be configured on a WLAN. |
||
|
Step 4 |
[no] device-analytics Example:
|
This is enabled by default. Enables or disables device analytics. WLANs advertise analytics capability in beacons & probe responses. |
||
|
Step 5 |
[no] device-analytics [export] Example:
|
When export option is set, the information from Cisco devices are shared with compatible clients (such as, Samsung devices). Here, information from Cisco devices refer to the Cisco controller details, AP version, and model number. This configuration is disabled by default. |
||
|
Step 6 |
no shutdown Example:
|
Enables the WLAN. |
||
|
Step 7 |
end Example:
|
Returns to privileged EXEC mode. |
Verifying Device Analytics Configuration
To view the status of device analytics export, use the following command:
Device# show wlan 1 test-wlan
WLAN Profile Name : test-wlan
================================================
Identifier : 1
Description :
Network Name (SSID) : test-open-ssid
Status : Enabled
Broadcast SSID : Enabled
Advertise-Apname : Disabled
Universal AP Admin : Disabled
Device Analytics
Advertise Support : Enabled
Share Data with Client : Disabled
To view client device information, use the following command:
Device# show device classifier mac-address 0040.96ae.xxx detail
Client Mac: 0040.96ae.xxxx
Device Type: Samsung Galaxy S10e(Phone)
Confidence Level: 40
Device Name: android-dhcp-9
Software Version(Carrier Code): SD7(TMB)
Device OS: Android 9
Device Vendor: android-dhcp-9
Country: US
To view the last disconnect reason, use the following command:
Device# show device classifier mac-address 0040.96ae.xxxx detail
Client MAC Address : 0040.96ae.xxxx
Client IPv4 Address : 12.1.0.52
Client IPv6 Addresses : fe80::631b:5b4f:f9b6:53cc
Client Username: N/A
AP MAC Address : 7069.5a51.53c0
AP Name: AP4C77.6D9E.61B2
AP slot : 1
Client State : Associated
Assisted Roaming Neighbor List
Nearby AP Statistics:
EoGRE : No/Simple client
Last Disconnect Reason : User initiated disconnection - Device was powered off or Wi-Fi turned off

Feedback