boardPresence
OXO-HARDWARE-MIB ·
.1.3.6.1.4.1.6486.64.4200.1.1.2.1.6
Object
column Enumeration
Presence of the board. - 'absent' means no board is plugged, or it was not detected. - 'refused' means the board was detected but rejected (eg: license or power budget problem) - 'present' means the board was detected and accepted.
Context
- MIB
- OXO-HARDWARE-MIB
- OID
.1.3.6.1.4.1.6486.64.4200.1.1.2.1.6- 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::boardPresence'
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::boardPresence.<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::boardPresence'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | absent |
1 | present |
3 | refused |