All MIBs › CPS-MIB › ePDUStatusOutletState
ePDUStatusOutletState
Module: CPS-MIB
OID (symbolic): CPS-MIB::ePDUStatusOutletState
OID (numeric): 1.3.6.1.4.1.3808.1.1.3.5.6.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Getting this OID will return the Outlet load state.
outletLoadNormal(1) indicates that the Outlet is operating properly within the ePDUOutletConfigMonitoredLowLoadThreshold and ePDUOutletConfigMonitoredNearOverloadThreshold OID values.
outletLoadLow(2) indicates that the Outlet load has dropped below the ePDUOutletConfigMonitoredLowLoadThreshold OID value. An SNMP trap will occur when this state is entered or cleared.
outletLoadNearOverload(3) indicates that the Outlet load is greater than or equal to the ePDUOutletConfigMonitoredNearOverloadThreshold OID value. An SNMP trap will occur when this state is entered or cleared.
outletLoadOverload(4) indicates that the Outlet load is greater than or equal to the ePDUOutletConfigMonitoredOverloadThreshold OID value. An SNMP trap will occur when this state is entered or cleared.
What is ePDUStatusOutletState?
This read-only enumerated integer reports an outlet's load state relative to its configured thresholds: outletLoadNormal(1), outletLoadLow(2), with a trap on entry and clear, outletLoadNearOverload(3), or outletLoadOverload(4). Admins use this field to identify exactly which monitored outlet, and thus which piece of equipment, is contributing to an alarm at the finest level of granularity available. Seeing outletLoadOverload(4) on one specific outlet, rather than just an overloaded bank, tells the admin exactly which device is driving the excess draw.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.3.5.6.1.3 snmpwalk -v2c -c public <target> CPS-MIB::ePDUStatusOutletState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.3.5.6.1.3.1 snmpget -v2c -c public <target> CPS-MIB::ePDUStatusOutletState.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::ePDUStatusOutletState 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.5 | ePDUStatus | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.5.6 | ePDUStatusOutletTable | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.5.6.1 | ePDUStatusOutletEntry | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.5.6.1.3 | ePDUStatusOutletState | CPS-MIB |