11-22-2016 09:04 PM - edited 07-05-2021 06:09 AM
we have wireless service module ,how to check the client connection throughput for bulk users ,we may have around 1500 concurrent users.
is there any command to see all the users connection speed at once.it is difficult for me to check individually (show client detail) for all client and make report..
PID: WS-SVC-WISM2-K9
Product Version:8.0.121.0
Solved! Go to Solution.
11-23-2016 05:21 AM
No bro, I dont have any script and there is no straight way to collect this:
But if you can then try this way by using this command:
grep include Current "show client detail mac address"
Prepare a excel sheet and then copy all in a notepad and then paste in WLC:
You will like this:
(WLC1)>grep include Current "sh client detail 52:43:7c:33:9d:15"
Press any key to continue..k
Current Rate..................................... m7
There are 1 lines matching the pattern Current
(WLC1)>
(WLC1)>grep include Current "sh client detail 52:43:7c:8b:c3:92"
Press any key to continue..k
Current Rate..................................... m7
There are 1 lines matching the pattern Current
(WLC1)>
(WLC1)>grep include Current "sh client detail 6c:c5:d4:99:5c:32"
Press any key to continue..k
Current Rate..................................... 54.0
There are 1 lines matching the pattern Current
(WLC1)>
(WLC1)>grep include Current "sh client detail 48:7a:88:0e:0b:92"
Press any key to continue..k
Current Rate..................................... 54.0
There are 1 lines matching the pattern Current
(WLC1)>
(WLC1)>grep include Current "sh client detail 84:43:7c:33:9d:15"
Press any key to continue..k
Current Rate..................................... m7
There are 1 lines matching the pattern Current
Regards
Dont forget to rate helpful posts
11-23-2016 12:30 AM
Hi,
I don't think you can check via WLC but if you want you can run a report from Prime infrastructure about client traffic.
You can also calculate throughput by using iPerf:
https://supportforums.cisco.com/discussion/12260046/wireless-lan-cisco-wlc-and-client-throughput
https://mrncciew.com/2014/08/08/how-fast-is-your-network-iperf/
Regards
Dont forget to rate helpful posts
11-23-2016 01:27 AM
hello,
Thank you sending the url.
I am looking for the Current Rate for each clients.we don't have prime infrastructure.
11-23-2016 01:49 AM
Hi Renjith,
May be you can try to use this command for each client:
(WLC1) >show client detail <mac address of client>
Client MAC Address............................... <Mac address>
Client Username ................................. N/A
AP MAC Address................................... <Mac address>
AP Name.......................................... AP001
.......Skip
Power Save....................................... ON
Current Rate..................................... m7
Supported Rates.................................. 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
Audit Session ID................................. 0a635001000002e15835397e
AAA Role Type.................................... none
Hope it helps
Regards
Dont forget to rate helpful posts
11-23-2016 03:16 AM
This command i have mentioned in the description.
I hope this won't happened without tool.
11-23-2016 03:34 AM
I don't think there is way without any tool or script.
Regards
Dont forget to rate helpful posts
11-23-2016 04:54 AM
can you give if you are having any script with you.
11-23-2016 05:21 AM
No bro, I dont have any script and there is no straight way to collect this:
But if you can then try this way by using this command:
grep include Current "show client detail mac address"
Prepare a excel sheet and then copy all in a notepad and then paste in WLC:
You will like this:
(WLC1)>grep include Current "sh client detail 52:43:7c:33:9d:15"
Press any key to continue..k
Current Rate..................................... m7
There are 1 lines matching the pattern Current
(WLC1)>
(WLC1)>grep include Current "sh client detail 52:43:7c:8b:c3:92"
Press any key to continue..k
Current Rate..................................... m7
There are 1 lines matching the pattern Current
(WLC1)>
(WLC1)>grep include Current "sh client detail 6c:c5:d4:99:5c:32"
Press any key to continue..k
Current Rate..................................... 54.0
There are 1 lines matching the pattern Current
(WLC1)>
(WLC1)>grep include Current "sh client detail 48:7a:88:0e:0b:92"
Press any key to continue..k
Current Rate..................................... 54.0
There are 1 lines matching the pattern Current
(WLC1)>
(WLC1)>grep include Current "sh client detail 84:43:7c:33:9d:15"
Press any key to continue..k
Current Rate..................................... m7
There are 1 lines matching the pattern Current
Regards
Dont forget to rate helpful posts
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide