proTempScale
PROTEON-MIB ·
.1.3.6.1.4.1.1.6.3.1
Object
scalar mandatory
Enumeration
Indicates the scale used when reporting temperature values. If Celsius(1), all temperature values are in degrees Celsius. If Fahrenheit(2), all temperature values are in degrees Fahrenheit.
Context
- MIB
- PROTEON-MIB
- OID
.1.3.6.1.4.1.1.6.3.1- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- proTemp
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PROTEON-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PROTEON-MIB::proTempScale.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PROTEON-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PROTEON-MIB::proTempScale'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | celsius |
2 | fahrenheit |