rPDUOutletConfigOutletPhase

PowerNet-MIB · .1.3.6.1.4.1.318.1.1.12.3.4.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
PowerNet-MIB
OID
.1.3.6.1.4.1.318.1.1.12.3.4.1.1.3
Type
column
Access
readonly
Status
mandatory
Parent
rPDUOutletConfigEntry

Walk 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 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-MIB::rPDUOutletConfigOutletPhase'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-MIB::rPDUOutletConfigOutletPhase.<rPDUOutletConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PowerNet-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PowerNet-MIB::rPDUOutletConfigOutletPhase'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1phase1
2phase2
3phase3
4phase1-2
5phase2-3
6phase3-1