All MIBs › APPLIC-MIB › topDiscoveryTimeOut
topDiscoveryTimeOut
Module: APPLIC-MIB
OID (symbolic): APPLIC-MIB::topDiscoveryTimeOut
OID (numeric): 1.3.6.1.4.1.81.23.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
The value of this item defines the maximal time (in seconds) that an agent can remain in the non-idle toplogy discovery mode. When the agent is set to the topology mode (TopDiscovery=topoDiscovery(2) or macFind(3)) the counter is started. If the manager doesn't return the agent back to normal operation mode within the timeOut, the agent will automatically return to normal operation (TopDiscovery=idle(1)) and stop searching for the special messages. The value of this item can be changed only when TopDiscovery=idle(1).
What is topDiscoveryTimeOut?
This read-write integer limits discovery operation duration in seconds. Network engineers set this to prevent indefinite discovery runs that consume resources. A value of 300 limits discovery to 5 minutes.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.81.23.2 snmpwalk -v2c -c public <target> APPLIC-MIB::topDiscoveryTimeOut
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.81.23.2.1 snmpget -v2c -c public <target> APPLIC-MIB::topDiscoveryTimeOut.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.81.23.2.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.81 | lannet | GEN-MIB |
| 1.3.6.1.4.1.81.23 | lntTopology | APPLIC-MIB |
| 1.3.6.1.4.1.81.23.2 | topDiscoveryTimeOut | APPLIC-MIB |