sbTempFixedThresholdStatus
AT-SYSINFO-MIB ·
allied-old variant
·
.1.3.6.1.4.1.207.8.4.4.3.4.2.1.1.3
Object
column Enumeration
The temperature status with regard to the fixed temperature threshold. The value of the fixed temperature threshold is set at 90 degrees C. This variable represents whether the actual temperature is above the threshold (value is crossover(2)) or below the threshold (value is normal(1)). If the temperature is exactly the same as the fixed temperature threshold, the value of this variable reads as normal(1).
Context
- MIB
- AT-SYSINFO-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.3.4.2.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sbTempEntry
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 'AT-SYSINFO-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-SYSINFO-MIB::sbTempFixedThresholdStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-SYSINFO-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-SYSINFO-MIB::sbTempFixedThresholdStatus.<sbTempIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-SYSINFO-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-SYSINFO-MIB::sbTempFixedThresholdStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normal |
2 | crossover |