Switches, Hubs, and Modems
1748019 Members
4500 Online
108757 Solutions
New Discussion юеВ

Chasis temprature monitoring via snmp 5412zl

 
SOLVED
Go to solution
Simple User
Occasional Advisor

Chasis temprature monitoring via snmp 5412zl

Hi,

I wonder if there is way to monitor 5412zl chassis temprature via snmp, i tryd mibs that can be downloaded from hp.com but none of them detected system temp (chassis ?).

------------
# show temperature
System Air Temperatures
Current Temp : Max Temp : Min Temp : Threshold : OverTemp
34 : 39 : 27 : 40 : NO
------------------

------------------
ProCurve J8698A Switch 5412zl
Software revision K.12.57
------------------
5 REPLIES 5
Matt Hobbs
Honored Contributor
Solution

Re: Chasis temprature monitoring via snmp 5412zl

You need to update to K.13.23 to get this feature:

First, the new CLI commands becomes:

ProCurve Switch 5406zl# show sys temp

System Air Temperatures
# |Current Temp | Max Temp | Min Temp | Threshold | OverTemp
-------+-------------+----------+----------+-----------+----------
Sys-1 | 31C | 34C | 29C | 40C | NO

ProCurve Switch 5406zl# walkmib entPhysicalName

entPhysicalName.11 = Chassis Temperature
entPhysicalName.14 = Fabric Module 1 Temperature
entPhysicalName.17 = Slot A Temperature
entPhysicalName.18 = Slot B Temperature
entPhysicalName.19 = Slot C Temperature
entPhysicalName.20 = Slot D Temperature

Then for the temp in Celsius:

ProCurve Switch 5406zl# walkmib entPhySensorValue

entPhySensorValue.11 = 31
entPhySensorValue.14 = 66
entPhySensorValue.17 = 61
entPhySensorValue.18 = 66
entPhySensorValue.19 = 66
entPhySensorValue.20 = 69



LuisMLG
Occasional Contributor

Re: Chasis temprature monitoring via snmp 5412zl

I'm the same problem, I need to know the OID Number of entPhySensorValue.11 to use in NAGIOS soft.

How can I find out that OID Code?

Thanks a lot.
Ken Tucker
Visitor

Re: Chasis temprature monitoring via snmp 5412zl

Is there any update on this?

How can we get SNMP values for the Chassis Temp on 5406? The CLI methods in this thread works but not the snmp value!!

entPhySensorValue.11 - what is the OID?
Where can we reference HP OID?

Thanks
Ken
EckerA
Respected Contributor

Re: Chasis temprature monitoring via snmp 5412zl

Hi,

the oid for entPhySensorValue.11 is:
.1.3.6.1.2.1.99.1.1.1.4.11

the mib is from RFC3433 and the oid can be found with a mib browser.

hth
alex
emad_banjar
New Member

Re: Chasis temprature monitoring via snmp 5412zl

Hey.

I have ProCurve Switch 5412zl (J8698A)
I'm using MRTG monitoring to view the temprature thing,
my quastion is: how can I get temprature OID value from the switch.
or any one can give me the steps to get it.

Many Regards,
Imad