All MIBs › ADN-MIB › adnIpRouteConfigOperState
adnIpRouteConfigOperState
Module: ADN-MIB
OID (symbolic): ADN-MIB::adnIpRouteConfigOperState
OID (numeric): 1.3.6.1.4.1.637.3.1.5.23.1.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: This object indicates the current state of the IP Routing (GateD) component. There are typically only two states possible, Up(1) or Down(2).
What is adnIpRouteConfigOperState?
This OID reports the current operational state (up or down) of the IP routing component, showing whether routing is actually running. You would monitor this to confirm that routing is working after you enable it, or to troubleshoot if routing fails unexpectedly. A value of 1 means routing is up and operational; a value of 2 means routing is down.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.637.3.1.5.23.1.1.4 snmpwalk -v2c -c public <target> ADN-MIB::adnIpRouteConfigOperState
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.637.3.1.5.23.1.1.4.1 snmpget -v2c -c public <target> ADN-MIB::adnIpRouteConfigOperState.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.637.3.1.5.23.1.1.4.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> adnIpRouteConfigOperState.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::adnIpRouteConfigOperState 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.23 | adnIprtMIB | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.23.1 | adnIpRouteNodeTable | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.23.1.1 | adnIpRouteNodeEntry | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.5.23.1.1.4 | adnIpRouteConfigOperState | ADN-MIB |