All MIBs › CPS-MIB › eSwitchOutletState
eSwitchOutletState
Module: CPS-MIB
OID (symbolic): CPS-MIB::eSwitchOutletState
OID (numeric): 1.3.6.1.4.1.3808.1.1.2.2.2.1.3
Node type: OBJECT-TYPE
Type: DisplayString
Access: read-only
Description: Getting this OID will reply the status of all outlets in the switch. '0' for outlet off, '1' for outlet on. The index from left to right is outlet#8, #7, #6, #5, #4, #3, #2, #1. For Example: If the string is '01011010', it means the outlets status are the following: outlet #8 is off, outlet #7 is on, outlet #6 is off, outlet #5 is on, outlet #4 is on, outlet #3 is off, outlet #2 is on, outlet #1 is off.
What is eSwitchOutletState?
This read-only string reports the current on/off state of every outlet on the switch as a sequence of '0' and '1' characters, read left to right by outlet position. An admin uses it to get a quick snapshot of which outlets are currently powered without querying each outlet individually. A string like '11010000' tells the admin outlets 1, 2 and 4 are on while the rest are off.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.2.2.2.1.3 snmpwalk -v2c -c public <target> CPS-MIB::eSwitchOutletState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.2.2.2.1.3.1 snmpget -v2c -c public <target> CPS-MIB::eSwitchOutletState.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::eSwitchOutletState 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.2 | eswitch | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.2.2 | eSwitchBase | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.2.2.2 | eSwitchBaseTable | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.2.2.2.1 | eSwitchBaseEntry | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.2.2.2.1.3 | eSwitchOutletState | CPS-MIB |