All MIBs › ACC-STP › accStpForwardDelay
accStpForwardDelay
Module: ACC-STP
OID (symbolic): ACC-STP::accStpForwardDelay
OID (numeric): 1.3.6.1.4.1.5.1.1.2.15
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
The time (seconds) spent in the Listening state while moving from the Blocking state to the Learning state. The time (seconds) spent in the Learning state while moving from the Listening state to the Forwarding state. The value (seconds) used for the ageing time of dynamic entries in the Forwarding Database table wile the Topology Change flag is set in protocol messages received from the Root.
What is accStpForwardDelay?
This read-write OID (5-3600 seconds) controls how long a port waits in Listening and Learning states before forwarding frames, and how fast MAC entries age during topology changes. Network engineers adjust this to control convergence speed after a topology change, affecting how long new ports take to start forwarding. For example, setting this to 15 seconds means a newly activated port will take about 30 seconds total (15 seconds listening plus 15 seconds learning) before it forwards user traffic.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.2.15 snmpwalk -v2c -c public <target> ACC-STP::accStpForwardDelay
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.2.15.1 snmpget -v2c -c public <target> ACC-STP::accStpForwardDelay.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.2.15.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.2 | accStp | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.2.15 | accStpForwardDelay | ACC-STP |