Wired Intelligent Edge

 View Only
  • 1.  2930F Over-Temperature Sensor SNMP OID

    Posted May 02, 2025 05:02 AM

    Hi,

    I just want to add 2930F's over-temperature sensor OID to the OPManager for monitoring but I can't find it. Therefore I can't receive notifications from the switches in over-temperature situations. Could someone please share the OID?



  • 2.  RE: 2930F Over-Temperature Sensor SNMP OID

    Posted May 02, 2025 07:41 PM

    I am not sure if 2930s have temperature sensors.



    ------------------------------
    If my post was useful accept solution and/or give kudos.
    Any opinions expressed here are solely my own and not necessarily that of HPE or Aruba.
    ------------------------------



  • 3.  RE: 2930F Over-Temperature Sensor SNMP OID

    Posted May 03, 2025 11:37 AM

    Hi! try with the OID .1.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.6 (arubaWiredTempSensorState)

    As far as I know the Aruba 2930F provides only an over-Temperature status condition and not Temperature value(s).




  • 4.  RE: 2930F Over-Temperature Sensor SNMP OID

    Posted May 05, 2025 01:28 AM

    Hi, 2930F doesn't have the OID .1.3.6.1.4.1.47196.4.1.1.3.11.3.1.1.6. I know 2930F provides only an over-temperature status sensor thats why I wanted to know that OID that gives 0 or 1 but I can't find it.




  • 5.  RE: 2930F Over-Temperature Sensor SNMP OID

    Posted May 05, 2025 06:33 AM

    Yep, try with (example from a walkMIB on a fixed-port L3 switch such as the Aruba 2540) this walkMIB:

    switch# walkMIB 1.3.6.1.4.1.11.2.14.11.1.2.6.1

    hpicfSensorIndex.1 = 1
    hpicfSensorObjectId.1 = icfTemperatureSensor
    hpicfSensorNumber.1 = 1
    hpicfSensorStatus.1 = 5
    hpicfSensorWarnings.1 = 0
    hpicfSensorFailures.1 = 0
    hpicfSensorDescr.1 = Chassis Sensor

    Since the Aruba 2540 doesn't own an Air Temperature Sensor (no matter where it could be placed into the Chassis) then there aren't System Air (Over) Temperature OIDs to check, indeed the WalkMIB on the Aruba 2540 "Aruba JL357A Fixed 48G PoE+ 4SFP+ Module" (which is somewhat similar to 2930F) does not report any air-related OID but only a Chassis Temperature Sensor with its basic states.




  • 6.  RE: 2930F Over-Temperature Sensor SNMP OID

    Posted May 05, 2025 10:54 AM

    What does hpicfSensorStatus.1 =means? I have a stacked 2930F switches and non-stacked 2930F switch and both gives the same output but stacked have 2 switches but seems like it gives one of them.




  • 7.  RE: 2930F Over-Temperature Sensor SNMP OID

    Posted May 05, 2025 11:33 AM

    Hi, if I'm not mistaken 5 = not Present, indeed:

    hpicfSensorStatus OBJECT-TYPE
               SYNTAX     INTEGER {
                              unknown(1),
                              bad(2),
                              warning(3),
                              good(4),
                              notPresent(5)
                          }
               MAX-ACCESS read-only
               STATUS     current
               DESCRIPTION
                       "Actual status indicated by the sensor."
               ::= { hpicfSensorEntry 4 }

    Have a look here and search for the string "hpicfSensorStatus".