All MIBs › ACC-MIB › accStpFilterTime
accStpFilterTime
Module: ACC-MIB
OID (symbolic): ACC-MIB::accStpFilterTime
OID (numeric): 1.3.6.1.4.1.5.1.1.2.5
Node type: OBJECT-TYPE
Type: TimeTicks
Access: read-only
Description:
Minimum time period elapsing between the transmission of Hello frames through a given Bridge Port. No more than two Hello frames shall be transmitted in any brStpFilterTime period.
What is accStpFilterTime?
ACC-MIB::accStpFilterTime specifies the minimum time interval between consecutive hello BPDU transmissions from this bridge in centiseconds (hundredths of a second). This controls how often topology updates are broadcast and affects network convergence speed. For example, a value of 200 means hello frames are sent at least 2 seconds apart.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.2.5 snmpwalk -v2c -c public <target> ACC-MIB::accStpFilterTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.2.5.1 snmpget -v2c -c public <target> ACC-MIB::accStpFilterTime.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accStpFilterTime.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.2 | accStp | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.2.5 | accStpFilterTime | ACC-MIB |