Hi,
I have WPA+TKIP and WPA2+AES security encryption enabled on the SSIDs.
I need to get a list of clients associated with WPA+TKIP so that we can go ahead and disable it as it is no longer safer mechanism.
Can this report be pulled from WLC? Also we have a prime setup. Can this details be pulled from Prime. If yes is there any document that tells how to pull this report?
Thanks in advance!
Solved! Go to Solution.
Using Prime:
Reports> Report Launch Pad> Client > New Client Session report
Customise it and add encryption cypher into it.
Select the time period and run.
The CSV will have every client connection so you will have to do some filtering to see what is TKIP only and what devices are flapping between TKIP and AES
Since you have to check each individual client details, you can get all your client mac addresses using "show client summary" output and then use "show client detail <mac_addr>" as shown below. I know it is not straight forward, but you will get what you want.
(WLC) >grep include "Cipher" "show client detail 1c:9e:46:98:b3:c7"
Press any key to continue.
Encryption Cipher................................ CCMP-128 (AES)
HTH
Rasika
Using Prime:
Reports> Report Launch Pad> Client > New Client Session report
Customise it and add encryption cypher into it.
Select the time period and run.
The CSV will have every client connection so you will have to do some filtering to see what is TKIP only and what devices are flapping between TKIP and AES