All MIBs › ADN-MIB › adnIfControlStatus
adnIfControlStatus
Module: ADN-MIB
OID (symbolic): ADN-MIB::adnIfControlStatus
OID (numeric): 1.3.6.1.4.1.637.3.1.4.2.2.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: This object provides a mechanism for controlling the status of the interface. Its value is a bitmap of controls that determine the value of ifAdminStatus. A value of 0 indicates that none of the status controls are in effect.
1 - reset 2 - reserve for test 4 - shutting down
What is adnIfControlStatus?
This OID is a writable bitmap that lets you control an interface's operational status, including reset, test mode, or shutdown. A network engineer writes to this object to perform maintenance tasks or emergency outages without a full device reboot. For example, writing a 1 performs a reset, while writing a 4 begins graceful shutdown.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.637.3.1.4.2.2.1.2 snmpwalk -v2c -c public <target> ADN-MIB::adnIfControlStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.637.3.1.4.2.2.1.2.1 snmpget -v2c -c public <target> ADN-MIB::adnIfControlStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.637.3.1.4.2.2.1.2.1 i <value>
Start monitoring Ascom Timeplex ADN multiplexers (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the ADN-MIB::adnIfControlStatus 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.4 | adnExtensions | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.4.2 | adnInterfaces | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.4.2.2 | adnIfTable | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.4.2.2.1 | adnIfEntry | ADN-MIB |
| 1.3.6.1.4.1.637.3.1.4.2.2.1.2 | adnIfControlStatus | ADN-MIB |