1753347 Members
5155 Online
108792 Solutions
New Discussion юеВ

A5120 Temperature

 
RicardoMedeiros
Occasional Contributor

A5120 Temperature

I would be very grateful if someone could tell me the oids for temperature and cpu of an A5120-24G PoE for monitoring via mrtg.

Thanks in advance.

Ricardo.

2 REPLIES 2
Manfred M.
Advisor

Re: A5120 Temperature

Hope this helps:

 

.1.3.6.1.4.1.2011.2.23.1.18.1.17
hwLswSysTemperature OBJECT-TYPE
  -- FROM HUAWEI-LSW-DEV-ADM-MIB
  SYNTAX Integer32
  MAX-ACCESS read-only
  STATUS current
  DESCRIPTION "The temperature of system.

        For the distributed device, it represents the temperature on the
        master slot."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) huawei(2011) products(2) lanSw(23) lswCommon(1) hwLswDeviceAdmin(18) hwLswSystemPara(1) 17 }

 

.1.3.6.1.4.1.2011.2.2.4.17
hwFansStatus OBJECT-TYPE
  -- FROM HUAWEI-MLSR-DEV-ADM-MIB
  SYNTAX INTEGER {running(0), stopping(1), nofan(2)}
  MAX-ACCESS read-only
  STATUS mandatory
  DESCRIPTION "The current status of system fan: running(0) indicates
                the fan is running;stopping(1) indicates the fan is stopping;
                nofan(2) indicates no fan in the device. "
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) huawei(2011) products(2) router(2) huaweiMixinfo(4) 17 }

.1.3.6.1.4.1.2011.2.23.1.18.1.3
hwLswSysCpuRatio OBJECT-TYPE
  -- FROM HUAWEI-LSW-DEV-ADM-MIB
  SYNTAX Integer32 (0..100)
  MAX-ACCESS read-only
  STATUS current
  DESCRIPTION "CPU usage of the system in accuracy of 1%, and the range of value is
        1 to 100."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) huawei(2011) products(2) lanSw(23) lswCommon(1) hwLswDeviceAdmin(18) hwLswSystemPara(1) 3 }

 

.1.3.6.1.4.1.2011.2.2.4.12
hwCpuCostRatePer5Sec OBJECT-TYPE
  -- FROM HUAWEI-MLSR-DEV-ADM-MIB
  SYNTAX INTEGER
  MAX-ACCESS read-only
  STATUS mandatory
  DESCRIPTION "The system CPU average busy percentage in the last 5 seconds period."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) huawei(2011) products(2) router(2) huaweiMixinfo(4) 12 }

 

.1.3.6.1.4.1.2011.2.2.4.13
hwCpuCostRatePer5Minute OBJECT-TYPE
  -- FROM HUAWEI-MLSR-DEV-ADM-MIB
  SYNTAX INTEGER
  MAX-ACCESS read-only
  STATUS mandatory
  DESCRIPTION "The system CPU average busy percentage in the last 5 minutes period."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) huawei(2011) products(2) router(2) huaweiMixinfo(4) 13 }

 

Good luck

Manfred

 

elvisplatini
Occasional Visitor

Re: A5120 Temperature

Hi,

This OID seems to work with my A5120:

 

.1.3.6.1.4.1.25506.2.6.1.1.1.1.12
hh3cEntityExtTemperature OBJECT-TYPE
-- FROM HH3C-ENTITY-EXT-MIB
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "The temperature for the entity."
::= { iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hh3c(25506) hh3cCommon(2) hh3cEntityExtend(6) hh3cEntityExtObjects(1) hh3cEntityExtState(1) hh3cEntityExtStateTable(1) hh3cEntityExtStateEntry(1) 12 }

 

Best regards