lgpEnvRemoteSensorMode
LIEBERT-GP-ENVIRONMENTAL-MIB ·
.1.3.6.1.4.1.476.1.42.3.4.9.10.1.3
Object
column r/w
Enumeration
Function assigned to remote sensor. When set to control(2) the sensor will be used in calculation of remote sensor temperature which may be used for heating and cooling control. When set to disable(0) the remote sensor reading is not available. When set to reference(1) the remote sensor reading is available but not used for control.
Context
- MIB
- LIEBERT-GP-ENVIRONMENTAL-MIB
- OID
.1.3.6.1.4.1.476.1.42.3.4.9.10.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- lgpEnvRemoteSensorEntry
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 'LIEBERT-GP-ENVIRONMENTAL-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-ENVIRONMENTAL-MIB::lgpEnvRemoteSensorMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LIEBERT-GP-ENVIRONMENTAL-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-ENVIRONMENTAL-MIB::lgpEnvRemoteSensorMode.<lgpEnvRemoteSensorIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LIEBERT-GP-ENVIRONMENTAL-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LIEBERT-GP-ENVIRONMENTAL-MIB::lgpEnvRemoteSensorMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disable |
1 | reference |
2 | control |