atsOutputVoltageOrientation
PowerNet-MIB ·
.1.3.6.1.4.1.318.1.1.8.5.4.2.1.3
Object
column mandatory
Enumeration
The output voltage orientation: 1: unknown for this ATS 2: singlePhase - phase 1 voltage is between Phase 1 and Neutral. 3: splitPhase - phase 1 voltage is between Phase 1 and Neutral; phase 2 voltage is between Phase 2 and Neutral; phase 3 voltage is between Phase 1 and Phase 2. 4: threePhasePhaseToNeutral - phase 1 voltage is between Phase 1 and Neutral; phase 2 voltage is between Phase 2 and Neutral; phase 3 voltage is between Phase 3 and Neutral. 5: threePhasePhaseToPhase - phase 1 voltage is between Phase 1 and Phase 2; phase 2 voltage is between Phase 2 and Phase 3; phase 3 voltage is between Phase 3 and Phase 1.
Context
- MIB
- PowerNet-MIB
- OID
.1.3.6.1.4.1.318.1.1.8.5.4.2.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- atsOutputEntry
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-MIB' -M '/opt/observium/mibs/apc:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PowerNet-MIB::atsOutputVoltageOrientation'
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::atsOutputVoltageOrientation.<atsOutputTableIndex>'
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::atsOutputVoltageOrientation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | singlePhase |
3 | splitPhase |
4 | threePhasePhaseToNeutral |
5 | threePhasePhaseToPhase |