How to check for heavy wireless users in WLC?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2016 04:07 PM - edited 07-05-2021 04:34 AM
Is there a way to see who is consuming the bandwidth most using the GUI or CLI in Wireless Controller, without enabling Netflow? Either finding the IP add or MAC add will work.
On a switch, I can easily do this by using "show interface summary" and it can tell which port is the busiest and then get the MAC add associated for that port. Is there a similar command for WLC?
- Labels:
-
Wireless LAN Controller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2016 05:24 PM
What model of WLC and what software version you run ?
In 8.1.x onward I think you have nice dashboard, so you can see top users in a dashlet, but I do not think you can filter it by time base and identify a top user in particular time period though. Here is an example of my WLC running on 8.1.x code.
Netflow is the best for those sort of use.
HTH
Rasika
*** Pls rate all useful responses ***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2016 02:46 PM
Thanks for the reply. Ours is a 2504 WLC and older FW 7.6. It doesn't have that feature yet.
Any CLI commands that I can use as a work-around?
In our version, I can open all the connected clients but it doesn't say the usage on the columns. Although I'm curious on how they sort the users on this? Is it by volume?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2016 01:09 PM
Any CLI commands that I can use as a work-around?
No. Upgrade to the latest 8.1.X and this feature is available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2016 03:03 AM
Hi Robert,
you can configure AVC (Application visibility) in WLC, follow this link:
http://www.cisco.com/c/en/us/support/docs/wireless/5500-series-wireless-controllers/115756-avc-guide-00.html
After configured you can see by WLAN, application or client the consuming bandwith. Also if you prefer you can check by CLI:
http://www.cisco.com/c/en/us/td/docs/wireless/controller/7-5/command/reference/cr75/cr75_chapter_010.html
For example:
(Cisco Controller) > show avc statistics client 00:0a:ab:15:00:01 application http
Description Upstream Downstream
=========== ======== ==========
Number of Packtes(n secs) 5059 6369
Number of Bytes(n secs) 170144 8655115
Average Packet size(n secs) 33 1358
Total Number of Packtes 131878 150169
Total Number of Bytes 6054464 205239972
DSCP Incoming packet 16 0
DSCP Outgoing Packet 16 0

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2016 02:41 PM
Thanks will take a look.
