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".
Original Message:
Sent: May 05, 2025 10:54 AM
From: barisben
Subject: 2930F Over-Temperature Sensor SNMP OID
What does hpicfSensorStatus.1 = 5 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.
Original Message:
Sent: May 05, 2025 06:32 AM
From: parnassus
Subject: 2930F Over-Temperature Sensor SNMP OID
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.
Original Message:
Sent: May 05, 2025 01:28 AM
From: barisben
Subject: 2930F Over-Temperature Sensor SNMP OID
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.
Original Message:
Sent: May 03, 2025 11:37 AM
From: parnassus
Subject: 2930F Over-Temperature Sensor SNMP OID
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).
Original Message:
Sent: May 02, 2025 05:02 AM
From: barisben
Subject: 2930F Over-Temperature Sensor SNMP OID
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?