All MIBs › CPS-MIB › ePDUStatusBankState
ePDUStatusBankState
Module: CPS-MIB
OID (symbolic): CPS-MIB::ePDUStatusBankState
OID (numeric): 1.3.6.1.4.1.3808.1.1.3.5.2.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Getting this OID will return the bank load state.
bankLoadNormal(1) indicates that the bank is operating properly within the ePDULoadBankConfigLowLoadThreshold and ePDULoadBankConfigNearOverloadThreshold OID values.
bankLoadLow(2) indicates that the bank load has dropped below the ePDULoadBankConfigLowLoadThreshold OID value. An SNMP trap will occur when this state is entered or cleared.
bankLoadNearOverload(3) indicates that the bank load is greater than or equal to the ePDULoadBankConfigNearOverloadThreshold OID value. An SNMP trap will occur when this state is entered or cleared.
bankLoadOverload(4) indicates that the bank load is greater than or equal to the ePDULoadBankConfigOverloadThreshold OID value. An SNMP trap will occur when this state is entered or cleared.
What is ePDUStatusBankState?
This read-only enumerated integer reports a bank's overall load state relative to its configured thresholds: bankLoadNormal(1), bankLoadLow(2), below the low-load threshold with a trap fired on entry and clear, bankLoadNearOverload(3), or bankLoadOverload(4). Admins use this single summarized field as the go/no-go health indicator for a bank instead of comparing raw load figures to thresholds manually. Seeing bankLoadOverload(4) on bank 2 tells the admin that bank has already crossed its configured overload threshold and needs load reduced immediately.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.3.5.2.1.3 snmpwalk -v2c -c public <target> CPS-MIB::ePDUStatusBankState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.3.5.2.1.3.1 snmpget -v2c -c public <target> CPS-MIB::ePDUStatusBankState.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::ePDUStatusBankState 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.2 | ePDUStatusBankTable | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.5.2.1 | ePDUStatusBankEntry | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.3.5.2.1.3 | ePDUStatusBankState | CPS-MIB |