ePDUOutletStatusOutletPhase
CPS-MIB ·
.1.3.6.1.4.1.3808.1.1.3.3.5.1.1.3
Object
column mandatory
Enumeration
The phase/s associated with this outlet.
For single phase devices, this object will always
return phase1(1).
For 3-phase devices, this object will return phase1 (1),
phase2 (2), or phase3 (3) for outlets tied to a single
phase. For outlets tied to two phases, this object will
return phase1-2 (4) for phases 1 and 2, phase2-3 (5) for
phases 2 and 3, and phase3-1 (6) for phases 3 and 1.
Context
- MIB
- CPS-MIB
- OID
.1.3.6.1.4.1.3808.1.1.3.3.5.1.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ePDUOutletStatusEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPS-MIB::ePDUOutletStatusOutletPhase'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPS-MIB::ePDUOutletStatusOutletPhase.<ePDUOutletStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPS-MIB::ePDUOutletStatusOutletPhase'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | phase1 |
2 | phase2 |
3 | phase3 |
4 | phase1-2 |
5 | phase2-3 |
6 | phase3-1 |