All MIBs › ACC-AT › accAtNetTabX25WinSize
accAtNetTabX25WinSize
Module: ACC-AT
OID (symbolic): ACC-AT::accAtNetTabX25WinSize
OID (numeric): 1.3.6.1.4.1.5.1.1.28.6.1.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
The desired window size to be negotiated during X.25 call establishment.
What is accAtNetTabX25WinSize?
This OID sets the window size (sliding-window flow control parameter) for X.25 calls, with values from 0 to 127 packets that can be sent before waiting for acknowledgment. This controls how many unacknowledged packets can be in flight at once—a larger window improves throughput on high-latency links but requires more memory, while a smaller window reduces buffer requirements. Setting it to 8 means the system can send 8 packets and then must wait for an acknowledgment before sending more.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.28.6.1.8 snmpwalk -v2c -c public <target> ACC-AT::accAtNetTabX25WinSize
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.28.6.1.8.1 snmpget -v2c -c public <target> ACC-AT::accAtNetTabX25WinSize.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.28.6.1.8.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.8 | accAtNetTabX25WinSize | ACC-AT |