eoACPwrAttributesConfiguration
POWER-ATTRIBUTES-MIB ·
.1.3.6.1.2.1.230.1.1.1.1
Object
column Enumeration
Configuration describes the physical configurations of
the power supply lines:
* alternating current, single phase (SNGL)
* alternating current, three-phase delta (DEL)
* alternating current, three-phase Y (WYE)
Three-phase configurations can be either connected in a
triangular delta (DEL) or star Y (WYE) system. WYE
systems have a shared neutral voltage, while DEL systems
do not. Each phase is offset 120 degrees to each other.
Context
- MIB
- POWER-ATTRIBUTES-MIB
- OID
.1.3.6.1.2.1.230.1.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eoACPwrAttributesEntry
- Groups
- 1
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 'POWER-ATTRIBUTES-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'POWER-ATTRIBUTES-MIB::eoACPwrAttributesConfiguration'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'POWER-ATTRIBUTES-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'POWER-ATTRIBUTES-MIB::eoACPwrAttributesConfiguration.<entPhysicalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'POWER-ATTRIBUTES-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'POWER-ATTRIBUTES-MIB::eoACPwrAttributesConfiguration'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | sngl |
2 | del |
3 | wye |