All MIBs › CPS-MIB › ePDU2Role
ePDU2Role
Module: CPS-MIB
OID (symbolic): CPS-MIB::ePDU2Role
OID (numeric): 1.3.6.1.4.1.3808.1.1.6.1
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Get this oid shows the role the PDU played on Daisy Chain Group. The PDU as a Host can access whole ePDU2 content, and the PDU be standalong or a Slave can access itself instead.
What is ePDU2Role?
This read-only enumeration reports the role a given Rack PDU plays within a daisy-chained group: standalone(1), host(2), or slave(3), where the host can access data for the whole chain while a standalone or slave unit can only access its own data. An admin checks it before deciding which unit's IP address to poll if they want visibility into the entire daisy chain rather than just one PDU. For example, discovering a PDU reports slave(3) tells the admin to instead query the chain's host(2) unit to see aggregate data across all linked PDUs.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.6.1 snmpwalk -v2c -c public <target> CPS-MIB::ePDU2Role
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.3808.1.1.6.1.1 snmpget -v2c -c public <target> CPS-MIB::ePDU2Role.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> ePDU2Role.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::ePDU2Role 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.6 | ePDU2 | CPS-MIB |
| 1.3.6.1.4.1.3808.1.1.6.1 | ePDU2Role | CPS-MIB |