lgpSrcDevOperatingMode
LIEBERT-GP-SRC-MIB ·
.1.3.6.1.4.1.476.1.42.3.10.1.1.10
Object
column r/w
Enumeration
The present operating mode of the SRC device. This object will be one of the valid operating mode: cooling(0), dehumidify(1), fan(2), ai(3) or heating(4) if the value of lgpSrcDevState object is set to enabled(1). The value of this object will be set to unknown(2147483647) if the value of lgpSrcDevState object is set to one of the following values: standbyOffline(2), unavailableOffline(3) or absent(4).
Context
- MIB
- LIEBERT-GP-SRC-MIB
- OID
.1.3.6.1.4.1.476.1.42.3.10.1.1.10- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- lgpSrcEntry
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-SRC-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-SRC-MIB::lgpSrcDevOperatingMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LIEBERT-GP-SRC-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-SRC-MIB::lgpSrcDevOperatingMode.<lgpSrcDevId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LIEBERT-GP-SRC-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LIEBERT-GP-SRC-MIB::lgpSrcDevOperatingMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | cooling |
1 | dehumidify |
2 | fan |
3 | ai |
4 | heating |
2147483647 | unknown |