cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2157
Views
0
Helpful
1
Replies

WLC management and monitoring.

fodmt
Level 1
Level 1

Hello

we are looking forward to monitoring the cpu, environment variables and the memory of a wireless lan controller via snmp. but we are not able to find in the mibs the right oid to manage this.

can the exact oid be given in order to monitor these three elements on a cisco WLC 5500 series.

thank you in advance

Mario

1 Reply 1

liswu
Cisco Employee
Cisco Employee

You'll probably find the objects in the CISCO-SYSTEM-EXT-MIB useful...

cseSysCPUUtilization OBJECT-TYPE
    SYNTAX          Gauge32 (0..100 )
    UNITS           "%"
    MAX-ACCESS      read-only
    STATUS          current
    DESCRIPTION
        "The average utilization of CPU on the active
        supervisor."
    ::= { ciscoSysInfoGroup 1 }
= 1.3.6.1.4.1.9.9.305.1.1.1

cseSysMemoryUtilization OBJECT-TYPE
    SYNTAX          Gauge32 (0..100 )
    UNITS           "%"
    MAX-ACCESS      read-only
    STATUS          current
    DESCRIPTION
        "The average utilization of memory on the active
        supervisor."
    ::= { ciscoSysInfoGroup 2 }
= 1.3.6.1.4.1.9.9.305.1.1.2

You can browse other objects on the MIB here:
http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?objectInput=1.3.6.1.4.1.9.9.305.1.1&translate=Translate&submitValue=SUBMIT&submitClicked=true
Review Cisco Networking for a $25 gift card