temperatureState
WRI-TEMPERATURE-MIB ·
.1.3.6.1.4.1.3807.1.8012.1.6.2.1.6
Object
column Enumeration
temperature state.
Context
- MIB
- WRI-TEMPERATURE-MIB
- OID
.1.3.6.1.4.1.3807.1.8012.1.6.2.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- temperatureEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'WRI-TEMPERATURE-MIB' -M '/opt/observium/mibs/fiberhome:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WRI-TEMPERATURE-MIB::temperatureState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WRI-TEMPERATURE-MIB' -M '/opt/observium/mibs/fiberhome:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WRI-TEMPERATURE-MIB::temperatureState.<temperatureIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WRI-TEMPERATURE-MIB' -M '/opt/observium/mibs/fiberhome:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WRI-TEMPERATURE-MIB::temperatureState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | normal |
1 | lowtrap |
2 | hightrap |