atsOutletStatusOutletPhase

CPS-MIB · .1.3.6.1.4.1.3808.1.1.5.6.3.1.5

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.5.6.3.1.5
Type
column
Access
readonly
Status
mandatory
Parent
atsOutletStatusEntry

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 'CPS-MIB' -M '/opt/observium/mibs/cyberpower:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPS-MIB::atsOutletStatusOutletPhase'
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::atsOutletStatusOutletPhase.<atsOutletStatusTableIndex>'
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::atsOutletStatusOutletPhase'

Syntax

Enumeration

Values & Constraints

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