All MIBs › ACC-MIB › accAtNetTabX25PktSize
accAtNetTabX25PktSize
Module: ACC-MIB
OID (symbolic): ACC-MIB::accAtNetTabX25PktSize
OID (numeric): 1.3.6.1.4.1.5.1.1.28.6.1.7
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
The desired packet size to be negotiated during X.25 call establishment. pktsize1(0), pktsize2(16), pktsize3(32), pktsize4(64), pktsize5(128), pktsize6(256), pktsize7(512), pktsize8(1024)
What is accAtNetTabX25PktSize?
This field sets the X.25 packet size (16, 32, 64, 128, 256, 512, or 1024 bytes) that the port will negotiate during circuit establishment with the X.25 switch. Network engineers choose the packet size based on the switch's capabilities and the type of traffic, balancing low overhead against payload efficiency. Setting this to 256 means the device requests 256-byte packets as a middle ground between minimizing protocol overhead and maximizing data transfer per packet.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.28.6.1.7 snmpwalk -v2c -c public <target> ACC-MIB::accAtNetTabX25PktSize
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.28.6.1.7.1 snmpget -v2c -c public <target> ACC-MIB::accAtNetTabX25PktSize.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.28.6.1.7.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.7 | accAtNetTabX25PktSize | ACC-MIB |