This post is more than 5 years old

1 Rookie

 • 

17 Posts

30694

September 4th, 2015 13:00

N2000 Temperature SNMP

Is it possible to query for system temperature (what's seen in sh system temp) over snmp? 

212 Posts

September 8th, 2015 09:00

Try changing the last OID digit to a 5, and add a .1.  Performing an snmpwalk on my N3xxx running 6.2 firmware, I see

C:\SnmpWalk>snmpwalk -v2c -c public 192.168.1.1

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.8.1.5.1

iso.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.8.1.5.1.0 = INTEGER: 35

iso.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.8.1.5.1.1 = INTEGER: 33

which are the same temperatures displayed in the web UI OpenManage Switch Administrator, under System > General > Health > Temperature Sensors.  

-B

1 Rookie

 • 

17 Posts

September 4th, 2015 14:00

Are those available on the N2000? Currently running 6.2.0.5. 

 

# snmpget -c public -v 2c dn2024-test 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.8.1.2
SNMPv2-SMI::enterprises674.10895.5000.2.6132.1.1.43.1.8.1.2 = No Such Instance currently exists at this OID
# snmpget -c public -v 2c dn2024-test 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.8.1.3
SNMPv2-SMI::enterprises674.10895.5000.2.6132.1.1.43.1.8.1.3 = No Such Instance currently exists at this OID
# snmpget -c public -v 2c dn2024-test 1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.8.1.4
SNMPv2-SMI::enterprises674.10895.5000.2.6132.1.1.43.1.8.1.4 = No Such Instance currently exists at this OID

212 Posts

September 4th, 2015 14:00

Hi,

The temperature OIDs for N-Series are

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.8.1.2

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.8.1.3

.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.43.1.8.1.4

-B

1 Rookie

 • 

17 Posts

September 8th, 2015 09:00

Thank you!

1 Message

March 27th, 2020 06:00

Hi! I´m trying to get the temperature of N1548 to monitor it in ZABBIX, but I´cant find those OIDS mentioned above. I also tried snmpwalk and grep for the current temperature in order to get the OID, but I had no success until now... Any clues will help! Thanks

No Events found!

Top