cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5860
Views
5
Helpful
5
Replies

WLC counters through SNMP

epasqualotto
Level 1
Level 1

Hi all, I'm searching for a OID for have the number of AP and client/user connected on a Cisco WLC 44XX.

Anyone know how to get this information?

Thanks

Enrico Pasqualotto

5 Replies 5

Federico Ziliotto
Cisco Employee
Cisco Employee

Ciao Enrico,

For the number of APs, there is not a specific OID, so you could for example do an SNMP walk to the status of each AP and count the number of results to see how many APs are registered to the WLC.

You could use for example

bsnAPOperationStatus

OID    1.3.6.1.4.1.14179.2.2.1.1.6

or

bsnAPName

OID    1.3.6.1.4.1.14179.2.2.1.1.3

For the number of clients per WLAN for example you can use

bsnDot11EssNumberOfMobileStations

OID    1.3.6.1.4.1.14179.2.1.1.1.38

http://tools.cisco.com/Support/SNMP/do/BrowseOID.do

Regards,

Fede

--

If  this helps you and/or answers your question please mark the question as  "answered" and/or rate it, so other users can easily find it.

ericgarnel
Level 7
Level 7

try .1.3.6.1.4.1.14179.2.1.4.1.27.0

also do a search for 4400  on forums.cacti.net.  there are lots of great templates for WLC monitoring under Cacti.  The scripts could be easily modified for MRTG as well.

hi.

Does anybody know OID for "Not Joined" AP?

I can see it here(WLC cli): grep include 'Not Joined' 'show ap join stats summary all'.  but  cannt find OID :(

thanks

There is a command on WLC to check the statistics of APs not joining:

grep include "Not Joined" "show ap join status summary all"

But the problem with this command is that old APs being substituted or retired are still appearing in the output of the command.

Therefore, is there any command to delete the stats in order for the old APs not appearing when launching the aforesaid command?

Kind Regards,

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: