All MIBs › HMPRIV-MGMT-SNMP-MIB › hmTemperature
hmTemperature
Module: HMPRIV-MGMT-SNMP-MIB
OID (symbolic): HMPRIV-MGMT-SNMP-MIB::hmTemperature
OID (numeric): 1.3.6.1.4.1.248.14.2.5.1
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
Description:
This signed integer is used to identify the temperature within the agent in units of centigrade (celsius).
What is hmTemperature?
This OID holds the current internal temperature of the device in degrees Celsius as a signed integer. It allows monitoring of equipment heat levels to prevent overheating. A data center administrator would set up alerting on this value to receive warnings if equipment starts running too hot, indicating cooling problems.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.248.14.2.5.1 snmpwalk -v2c -c public <target> HMPRIV-MGMT-SNMP-MIB::hmTemperature
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.248.14.2.5.1.1 snmpget -v2c -c public <target> HMPRIV-MGMT-SNMP-MIB::hmTemperature.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> hmTemperature.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.248 | hirschmann | HM2-TC-MIB |
| 1.3.6.1.4.1.248.14 | hmConfiguration | HMPRIV-MGMT-SNMP-MIB |
| 1.3.6.1.4.1.248.14.2 | hmAgent | HMPRIV-MGMT-SNMP-MIB |
| 1.3.6.1.4.1.248.14.2.5 | hmTempTable | HMPRIV-MGMT-SNMP-MIB |
| 1.3.6.1.4.1.248.14.2.5.1 | hmTemperature | HMPRIV-MGMT-SNMP-MIB |