ePDULoadStatusLoadState
OBS ✓
CPS-MIB ·
.1.3.6.1.4.1.3808.1.1.3.2.3.1.1.3
Object
column mandatory
Enumeration
Getting this OID will return the phase/bank load state.
loadNormal(1) indicates that the phase/bank is operating
properly within the ePDULoadConfigLowLoadThreshold
and ePDULoadConfigNearOverloadThreshold OID values.
loadLow(2) indicates that the phase/bank load has dropped
below the ePDULoadConfigLowLoadThreshold OID value.
An SNMP trap will occur when this state is entered or cleared.
loadNearOverload(3) indicates that the phase/bank load is
greater than or equal to the ePDULoadConfigNearOverloadThreshold OID value.
An SNMP trap will occur when this state is entered or cleared.
loadOverload(4) indicates that the phase/bank load is greater
than or equal to the ePDULoadConfigOverloadThreshold
OID value.
An SNMP trap will occur when this state is entered or cleared.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- CPS-MIB
- OID
.1.3.6.1.4.1.3808.1.1.3.2.3.1.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ePDULoadStatusEntry
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 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPS-MIB::ePDULoadStatusLoadState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPS-MIB::ePDULoadStatusLoadState.<ePDULoadStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPS-MIB::ePDULoadStatusLoadState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | loadNormal |
2 | loadLow |
3 | loadNearOverload |
4 | loadOverload |