eqptBoardAvailStatus
ASAM-EQUIP-MIB ·
.1.3.6.1.4.1.637.61.1.23.3.1.8
Object
column mandatory
Enumeration
This attribute provides further information regarding the state
of the board. It is set to available after a successfull selftest
of the board (if applicable).
This attribute is supported for all type of boards: NT, EXT, LSM,
ACU, CTRL, applique.
ALCATEL NOTE:
SUPPORT: YES INSRVMOD: NA RANGE: 1..7
PERSIST: NO DEFVALUE: NA UNITS: -
Context
- MIB
- ASAM-EQUIP-MIB
- OID
.1.3.6.1.4.1.637.61.1.23.3.1.8- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- eqptBoardEntry
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 'ASAM-EQUIP-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-EQUIP-MIB::eqptBoardAvailStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASAM-EQUIP-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-EQUIP-MIB::eqptBoardAvailStatus.<eqptSlotId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASAM-EQUIP-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASAM-EQUIP-MIB::eqptBoardAvailStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | available |
2 | inTest |
3 | failed |
4 | powerOff |
5 | notInstalled |
6 | offLine |
7 | dependency |