lgpPduRcpEntryOperationCondition
OBS ✓
LIEBERT-GP-PDU-MIB ·
.1.3.6.1.4.1.476.1.42.3.8.50.20.1.210
Object
column Enumeration
Receptacle Operating Condition - indicates the condition of the receptacle.
The operating condition has the following:
Normal
Normal operation without any alarm or warning.
Alarm
An Alarm condition due to over/under current.
Warning
A Warning condition due to over/under current
Abnormal
A condition in which the outlet is in 'Power Off State' but still drawing current.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Sensors
Explore Observium network monitoring
Context
- MIB
- LIEBERT-GP-PDU-MIB
- OID
.1.3.6.1.4.1.476.1.42.3.8.50.20.1.210- Type
- column
- Access
- readonly
- Status
- current
- Parent
- lgpPduRcpEntry
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-PDU-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-PDU-MIB::lgpPduRcpEntryOperationCondition'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LIEBERT-GP-PDU-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-PDU-MIB::lgpPduRcpEntryOperationCondition.<lgpPduEntryIndex>.<lgpPduRbEntryIndex>.<lgpPduRcpEntryIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LIEBERT-GP-PDU-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LIEBERT-GP-PDU-MIB::lgpPduRcpEntryOperationCondition'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normalOperation |
2 | normalWithWarning |
3 | normalWithAlarm |
4 | abnormal |