boardExternalfeeding
OXO-HARDWARE-MIB ·
.1.3.6.1.4.1.6486.64.4200.1.1.2.1.12
Object
column Enumeration
External power supply state for Digital Interface board. Some boards can have their own external power supply -for example UAI16-1-. Indicates the state of the external power supply. 'powerOFF' is a transition state between powerOK and powerKO.
Context
- MIB
- OXO-HARDWARE-MIB
- OID
.1.3.6.1.4.1.6486.64.4200.1.1.2.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- boardEntry
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 'OXO-HARDWARE-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OXO-HARDWARE-MIB::boardExternalfeeding'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'OXO-HARDWARE-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OXO-HARDWARE-MIB::boardExternalfeeding.<boardControllerIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'OXO-HARDWARE-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'OXO-HARDWARE-MIB::boardExternalfeeding'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notPlugged |
1 | powerOK |
2 | powerKO |
3 | powerOFF |
254 | unknown |