All MIBs › ACC-MIB › accBrPortOutQLen
accBrPortOutQLen
Module: ACC-MIB
OID (symbolic): ACC-MIB::accBrPortOutQLen
OID (numeric): 1.3.6.1.4.1.5.1.1.3.1.1.10
Node type: OBJECT-TYPE
Type: Gauge
Access: read-only
Description:
Length of port output queue
What is accBrPortOutQLen?
This gauge shows the current number of packets waiting in the output queue at this exact moment (not a cumulative counter but a snapshot). Engineers check this continuously to spot congestion patterns—sustained queue depths near the maximum indicate the port is consistently overloaded. A queue length of 45 packets in a 64-packet buffer means the port is 70% congested and approaching the point where tail drop will begin.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.3.1.1.10 snmpwalk -v2c -c public <target> ACC-MIB::accBrPortOutQLen
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.3.1.1.10.1 snmpget -v2c -c public <target> ACC-MIB::accBrPortOutQLen.1
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.3 | accBrPort | ACC-BRPORT |
| 1.3.6.1.4.1.5.1.1.3.1 | accBrPortInfo | ACC-BRPORT |
| 1.3.6.1.4.1.5.1.1.3.1.1 | accBrPortStats | ACC-BRPORT |
| 1.3.6.1.4.1.5.1.1.3.1.1.10 | accBrPortOutQLen | ACC-MIB |