Controller Based WLANs

 View Only
last person joined: one year ago 

APs, Controllers, VIA

ArubaOS - How to Query the Fan Status Using SNMP 

Oct 14, 2018 05:10 PM

Requirement:

This article discusses how to query the controller fan status.



Solution:

In the following example the fan status OID sysExtFanStatus is queried using SNMPwalk.



Configuration:

   sysExtFanStatus OBJECT-TYPE
         SYNTAX      ArubaActiveState
         MAX-ACCESS   read-only
         STATUS       current
         DESCRIPTION
            "
            Status of the Fan.
            "
        ::= { wlsxSysExtFanEntry 2 }



Verification

C:\Users\Administrator>snmpwalk -sn:switch-admin -v:3 -r:10.10.10.2 -ap:sha -aw:sha-password -pp:des -pw:des-password -os:1.3.6.1.4.1.14823.2.2.1.2.1.17.1.2.1 -op:1.3.6.1.4.1.14823.2.2.1.2.1.17.1.2.2

OID=.1.3.6.1.4.1.14823.2.2.1.2.1.17.1.2.2, Type=Integer, Value=1
Total: 1

Statistics
0 Favorited
5 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.