08-16-2012 08:39 PM
May I know how to monitor temperature status of below device by SNMP
How to find the exact oid of those devices??
I can only find the mib file of Nexus 5000 at ftp://ftp.cisco.com/pub/mibs/v2/CISCO-ENTITY-SENSOR-MIB.my
But no oid was find?
Please help
Cisco Nexus 5010P |
Cisco UCS 6120XP |
Cisco ASR 1002F |
08-18-2012 10:13 PM
Hi,
you can try
Object: ciscoEnvMonTemperatureStatusValue
OID: 1.3.6.1.4.1.9.9.13.1.3.1.3
Description: The current measurement of the testpoint being instrumented.
10-30-2023 09:22 PM
Nexus doesn't support CISCO-ENVMON-MIB, we need to use the CISCO-ENTITY-SENSOR MIB.
03-01-2018 09:50 PM
Information to capture the output "show environment temperature" using SNMP in Nexus devices.
Note: You must be in enable mode in order to issue the show environment temperaturecommand.
sh environment temperature
Temperature:
--------------------------------------------------------------------
Module Sensor MajorThresh MinorThres CurTemp Status
(Celsius) (Celsius) (Celsius)
--------------------------------------------------------------------
1 FRONT 60 42 37 Ok
1 BACK 80 70 46 Ok
1 CPU 90 80 49 Ok
1 TD2 105 90 61 Ok
1 DONNER 105 90 51 Ok
SNMP Output :
entPhysicalDescr (1.3.6.1.2.1.47.1.1.1.1.2)
SNMPv2-SMI::mib-2.47.1.1.1.1.2.21590 = STRING: "module-1 FRONT"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.21591 = STRING: "module-1 BACK"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.21592 = STRING: "module-1 CPU"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.21593 = STRING: "module-1 TD2"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.21594 = STRING: "module-1 DONNER"
entSensorThresholdValue (1.3.6.1.4.1.9.9.91.1.2.1.1.4)
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21590.1 = INTEGER: 42
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21590.2 = INTEGER: 60
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21591.1 = INTEGER: 70
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21591.2 = INTEGER: 80
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21592.1 = INTEGER: 80
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21592.2 = INTEGER: 90
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21593.1 = INTEGER: 90
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21593.2 = INTEGER: 105
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21594.1 = INTEGER: 90
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21594.2 = INTEGER: 105
entSensorValue (1.3.6.1.4.1.9.9.91.1.1.1.1.4)
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.4.21590 = INTEGER: 37
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.4.21591 = INTEGER: 46
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.4.21592 = INTEGER: 52
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.4.21593 = INTEGER: 62
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.4.21594 = INTEGER: 51
entSensorStatus (1.3.6.1.4.1.9.9.91.1.1.1.1.5)
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.5.21590 = INTEGER: 1 (ok)
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.5.21591 = INTEGER: 1
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.5.21592 = INTEGER: 1
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.5.21593 = INTEGER: 1
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.5.21594 = INTEGER: 1
Note: This document uses these MIBs:
CISCO-ENTITY-SENSOR-MIB
ENTITY-MIB
Information to capture the output "show environment temperature" using SNMP in Nexus devices.
Note: You must be in enable mode in order to issue the show environment temperaturecommand.
sh environment temperature
Temperature:
--------------------------------------------------------------------
Module Sensor MajorThresh MinorThres CurTemp Status
(Celsius) (Celsius) (Celsius)
--------------------------------------------------------------------
1 FRONT 60 42 37 Ok
1 BACK 80 70 46 Ok
1 CPU 90 80 49 Ok
1 TD2 105 90 61 Ok
1 DONNER 105 90 51 Ok
SNMP Output :
entPhysicalDescr (1.3.6.1.2.1.47.1.1.1.1.2)
SNMPv2-SMI::mib-2.47.1.1.1.1.2.21590 = STRING: "module-1 FRONT"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.21591 = STRING: "module-1 BACK"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.21592 = STRING: "module-1 CPU"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.21593 = STRING: "module-1 TD2"
SNMPv2-SMI::mib-2.47.1.1.1.1.2.21594 = STRING: "module-1 DONNER"
entSensorThresholdValue (1.3.6.1.4.1.9.9.91.1.2.1.1.4)
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21590.1 = INTEGER: 42
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21590.2 = INTEGER: 60
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21591.1 = INTEGER: 70
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21591.2 = INTEGER: 80
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21592.1 = INTEGER: 80
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21592.2 = INTEGER: 90
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21593.1 = INTEGER: 90
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21593.2 = INTEGER: 105
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21594.1 = INTEGER: 90
SNMPv2-SMI::enterprises.9.9.91.1.2.1.1.4.21594.2 = INTEGER: 105
entSensorValue (1.3.6.1.4.1.9.9.91.1.1.1.1.4)
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.4.21590 = INTEGER: 37
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.4.21591 = INTEGER: 46
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.4.21592 = INTEGER: 52
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.4.21593 = INTEGER: 62
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.4.21594 = INTEGER: 51
entSensorStatus (1.3.6.1.4.1.9.9.91.1.1.1.1.5)
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.5.21590 = INTEGER: 1 (ok)
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.5.21591 = INTEGER: 1
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.5.21592 = INTEGER: 1
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.5.21593 = INTEGER: 1
SNMPv2-SMI::enterprises.9.9.91.1.1.1.1.5.21594 = INTEGER: 1
Note: This document uses these MIBs:
CISCO-ENTITY-SENSOR-MIB
ENTITY-MIB
11-01-2023 07:52 AM
You will need to use CISCO-ENTITY-SENSOR-MIB
The starting point OID would be 1.3.6.1.4.1.9.9.91.1.1.1.1
Something that is really helpful is the Cisco SNMP object navigator. It provides exact OIDs and descriptions and possible values.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide