rPDU2OutletSwitchedPropertiesPhaseLayout
PowerNet-PDU ·
.1.3.6.1.4.1.318.1.1.26.9.2.2.1.5
Object
This OID describes the phase connections of
the referenced outlet as follows:
seqPhase1ToNeutral(1) indicates that the outlet is
wired from Phase 1 to Neutral.
seqPhase2ToNeutral(2) indicates that the outlet is
wired from Phase 2 to Neutral.
seqPhase3ToNeutral(3) indicates that the outlet is
wired from Phase 3 to Neutral.
seqPhase1ToPhase2(4) indicates that the outlet is
wired from Phase 1 to Phase 2.
seqPhase2ToPhase3(5) indicates that the outlet is
wired from Phase 2 to Phase 3.
seqPhase3ToPhase1(6) indicates that the outlet is
wired from Phase 3 to Phase 1.
Context
- MIB
- PowerNet-PDU
- OID
.1.3.6.1.4.1.318.1.1.26.9.2.2.1.5- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- rPDU2OutletSwitchedPropertiesEntry
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 'PowerNet-PDU' -M '/opt/observium/mibs/inova:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-PDU::rPDU2OutletSwitchedPropertiesPhaseLayout'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PowerNet-PDU' -M '/opt/observium/mibs/inova:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-PDU::rPDU2OutletSwitchedPropertiesPhaseLayout.<rPDU2OutletSwitchedPropertiesIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PowerNet-PDU' -M '/opt/observium/mibs/inova:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PowerNet-PDU::rPDU2OutletSwitchedPropertiesPhaseLayout'
Syntax
- Source
- Rpdu2OutletPhaseLayoutType
- Base type
Enumeration
Values & Constraints
Type Values
1 | seqPhase1ToNeutral |
2 | seqPhase2ToNeutral |
3 | seqPhase3ToNeutral |
4 | seqPhase1ToPhase2 |
5 | seqPhase2ToPhase3 |
6 | seqPhase3ToPhase1 |