All MIBs › CPS-MIB › ePDULoadStatusLoadState
ePDULoadStatusLoadState
Module: CPS-MIB
OID (symbolic): CPS-MIB::ePDULoadStatusLoadState
OID (numeric): 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: 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.
What is ePDULoadStatusLoadState?
This read-only enumerated integer reports whether a phase or bank's load is loadNormal(1), loadLow(2), loadNearOverload(3), or loadOverload(4) relative to its configured thresholds, and an SNMP trap fires when the low or overload states are entered or cleared. Admins rely on this as the summarized health signal for that phase or bank rather than manually comparing load figures to thresholds. Seeing loadOverload(4) on a bank means that bank has already breached its configured overload threshold and risks tripping its breaker.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.3 snmpwalk -v2c -c public <target> CPS-MIB::ePDULoadStatusLoadState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.3.1 snmpget -v2c -c public <target> CPS-MIB::ePDULoadStatusLoadState.1
Start monitoring UPS product line (vendor unclear, enterprise OID 3808) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CPS-MIB::ePDULoadStatusLoadState OID value, configure state conditions and alerts, and monitor any UPS product line (vendor unclear, enterprise OID 3808) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.3808 | cps | CPS-MIB |
| 1.3.6.1.4.1.3808.1 | products | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1 | hardware | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3 | ePDU | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.2 | ePDULoad | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.2.3 | ePDULoadStatus | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.2.3.1 | ePDULoadStatusTable | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.2.3.1.1 | ePDULoadStatusEntry | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.2.3.1.1.3 | ePDULoadStatusLoadState | CPS-MIB |