All MIBs › ADN-MIB › adnBrdConfigState
adnBrdConfigState
Module: ADN-MIB
OID (symbolic): ADN-MIB::adnBrdConfigState
OID (numeric): 1.3.6.1.4.1.637.3.1.5.12.2.5.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: This object notifies the NMS of the `state' of configuration update processing. The values mean: committed -- This board is not currently loading configuration tables. Its configuration tables are from the committed version. actInProgWaitingForLoadInd -- An Activate command is in progress. For this board, the state machine is waiting for an indication that all requests to load tables have been received, so that the loading can begin. actInProgMiddleTransaction -- An Activate command is in progress, and for this board, the state machine is waiting for the response to a middle message within a configuration transaction. actInProgEndTransaction -- An Activate command is in progress, and for this board, the state machine is waiting for the response to a null message that signals the end of a configuration transaction. uncommitted -- This board is using uncommitted configuration tables. loadingCommittedNextFile -- This board is in the process of loading uncommitted configuration tables. The state machine is waiting for a response to a null message that signals the end of a transaction, and will then send the next configuration file, which will be the rollback file. loadingCommittedMiddleTrans -- This board is in the process of loading committed configuration tables. The state machine is waiting for a response to a middle message within the configuration transaction. loadingCommittedEndTrans -- This board is in the process of loading committed configuration tables. The state machine is waiting for a response to a null message that signals the end of a transaction. pending -- An Activate command is in progress, and this board is currently down. When the board comes up, it will be loaded with the uncommitted configuration file.
What is adnBrdConfigState?
This read-only value shows the board's configuration state, indicating whether it's running a stable committed config or actively loading and testing a new one. A network engineer uses this to monitor board-level config updates and detect rollbacks. For example, 'committed' means the board is using proven configuration, while 'actInProgWaitingForLoadInd' means it's in the middle of activating a new config set.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.637.3.1.5.12.2.5.1.4 snmpwalk -v2c -c public <target> ADN-MIB::adnBrdConfigState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.637.3.1.5.12.2.5.1.4.1 snmpget -v2c -c public <target> ADN-MIB::adnBrdConfigState.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::adnBrdConfigState 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.12 | adnUpdateCntlMIB | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.12.2 | adnUpdateCntl | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.12.2.5 | adnBrdConfigUpdateCntlTable | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.12.2.5.1 | adnBrdConfigUpdateCntlEntry | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.12.2.5.1.4 | adnBrdConfigState | ADN-MIB |