All MIBs › ADN-MIB › adnAtmBoardASEStatus
adnAtmBoardASEStatus
Module: ADN-MIB
OID (symbolic): ADN-MIB::adnAtmBoardASEStatus
OID (numeric): 1.3.6.1.4.1.637.3.1.5.15.21.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: This variable indicates the processor status. It is a bit map represented as a sum; therefore it can represent multiple failures. This variable is only significant for the matrix boards.
The bit positions are :
16384 : adnAtmBoardErQRP0RAMP BGQRP-0 chip RAM parity error 65536 : adnAtmBoardErQRP0FIFO BGQRP-0 chip extraction FIFO overflow 131072 : adnAtmBoardErQRP1RAMP BGQRP-1 chip RAM parity error 524288 : adnAtmBoardERQRP1FIFO BGQRP-1 chip extraction FIFO overflow 1048576 : adnAtmBoardErQRP2RAMP BGQRP-2 chip RAM parity error 4194304 : adnAtmBoardErQRP2FIFO BGQRP-2 chip extraction FIFO overflow 8388608 : adnAtmBoardErQRP3RAMP BGQRP-3 chip RAM parity error 33554432 : adnAtmBoardErQRP3FIFO BGQRP-3 chip extraction FIFO overflow 67108864 : adnAtmBoardErHMPLLPC loss of low priority cells 134217728 : adnAtmBoardErHMPLHPC loss of high priority cells 268435456 : adnAtmBoardErHMP0SYNC BGHMP-0 chip synchronization fault 2147483648: adnAtmBoardErHMP1SYNC BGHMP-1 chip synchronization fault
N.B.: This variable is significant when the operational state of the processor is enabled. When there is no processor error, this variable has the value 0.
What is adnAtmBoardASEStatus?
This read-only bitmapped register shows active failures on matrix-board processors, particularly related to QRP chip RAM parity errors and FIFO buffer overflows, and can represent multiple simultaneous failures. Network engineers use this to diagnose matrix board hardware degradation and decide if a board needs swapping. For example, a value of 655360 (binary combination of bit 16 and 20) indicates both QRP-0 RAM parity errors and QRP-1 FIFO overflows happening together.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.637.3.1.5.15.21.1.2 snmpwalk -v2c -c public <target> ADN-MIB::adnAtmBoardASEStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.637.3.1.5.15.21.1.2.1 snmpget -v2c -c public <target> ADN-MIB::adnAtmBoardASEStatus.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> adnAtmBoardASEStatus.1
Start monitoring Ascom Timeplex ADN multiplexers (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ADN-MIB::adnAtmBoardASEStatus OID value, configure state conditions and alerts, and monitor any Ascom Timeplex ADN multiplexers (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.637 | alcatel | ADN-MIB |
| 1.3.6.1.4.1.637.3 | adn | ADN-MIB |
| 1.3.6.1.4.1.637.3.1 | adnMIB | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5 | adnProprietary | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.15 | adnNodeSupervisionMIB | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.15.21 | adnAtmBoardErCounterTable | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.15.21.1 | adnAtmBoardErCounterEntry | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.15.21.1.2 | adnAtmBoardASEStatus | ADN-MIB |