All MIBs › ACC-AT › accAtNetTabX25Idle
accAtNetTabX25Idle
Module: ACC-AT
OID (symbolic): ACC-AT::accAtNetTabX25Idle
OID (numeric): 1.3.6.1.4.1.5.1.1.28.6.1.6
Node type: OBJECT-TYPE
Type: TimeTicks
Access: read-write
Description:
The interval which governs how long an X.25 circuit can be idle before it is cleared.
What is accAtNetTabX25Idle?
This OID stores the idle timeout duration for X.25 circuits, measured in hundredths of a second (ranging from 6000 to 6480000 units, roughly 1 to 18 hours). You'd configure this to automatically disconnect X.25 connections that haven't transferred data, saving bandwidth and preventing stale circuits from consuming resources. For example, setting it to 36000 means a circuit will close after 6 minutes of inactivity, which is useful for intermittent connections.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.28.6.1.6 snmpwalk -v2c -c public <target> ACC-AT::accAtNetTabX25Idle
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.28.6.1.6.1 snmpget -v2c -c public <target> ACC-AT::accAtNetTabX25Idle.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.28.6.1.6.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.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.28 | accAt | ACC-AT |
| 1.3.6.1.4.1.5.1.1.28.6 | accAtNetTable | ACC-AT |
| 1.3.6.1.4.1.5.1.1.28.6.1 | accAtNetEntry | ACC-AT |
| 1.3.6.1.4.1.5.1.1.28.6.1.6 | accAtNetTabX25Idle | ACC-AT |