sensorTempMonitorAdminStatus
SIAE-SENSOR-TEMP-MIB ·
.1.3.6.1.4.1.3373.1103.77.7.1.1
Object
column r/w
Enumeration
The desired state of the temperatuure monitor.
When a managed system initializes, all the temperature
monitors start with sensorTempMonitorAdminStatus in the
down(2) state, it's a default state also. As a result
of either explicit management action or per configuration
information retained by the managed system,
sensorTempMonitorAdminStatus is then changed to the up(1)
state (or remains in the down(2) state).
Context
- MIB
- SIAE-SENSOR-TEMP-MIB
- OID
.1.3.6.1.4.1.3373.1103.77.7.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- sensorTempMonitorEntry
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 'SIAE-SENSOR-TEMP-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-SENSOR-TEMP-MIB::sensorTempMonitorAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIAE-SENSOR-TEMP-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-SENSOR-TEMP-MIB::sensorTempMonitorAdminStatus.<sensorTempIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIAE-SENSOR-TEMP-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIAE-SENSOR-TEMP-MIB::sensorTempMonitorAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |