tlpPduCircuitPhase

TRIPPLITE-PRODUCTS · .1.3.6.1.4.1.850.1.1.3.2.3.4.1.1.2

Object

column Enumeration
Indicates on which phase or phases the given circuit is
wired. For single phase devices, this object will always
return phase1(1). For 3-phase devices with outlets wired
to a single phase, this object will return phase1(1),
phase2(2) or phase3(3). For 3-phase devices with outlets
wired 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. Devices that do not report
phase connections will return unknown(0).

Context

MIB
TRIPPLITE-PRODUCTS
OID
.1.3.6.1.4.1.850.1.1.3.2.3.4.1.1.2
Type
column
Access
readonly
Status
current
Parent
tlpPduCircuitEntry

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 'TRIPPLITE-PRODUCTS' -M '/opt/observium/mibs/tripplite:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRIPPLITE-PRODUCTS::tlpPduCircuitPhase'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TRIPPLITE-PRODUCTS' -M '/opt/observium/mibs/tripplite:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TRIPPLITE-PRODUCTS::tlpPduCircuitPhase.<tlpDeviceIndex>.<tlpPduCircuitIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TRIPPLITE-PRODUCTS' -M '/opt/observium/mibs/tripplite:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TRIPPLITE-PRODUCTS::tlpPduCircuitPhase'

Syntax

Enumeration

Values & Constraints

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