All MIBs › ACC-AT › accAtRdbStatsDeletes
accAtRdbStatsDeletes
Module: ACC-AT
OID (symbolic): ACC-AT::accAtRdbStatsDeletes
OID (numeric): 1.3.6.1.4.1.5.1.1.28.10.6
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description:
The number of times a route was deleted from the routing database.
What is accAtRdbStatsDeletes?
This counter tracks how many times routes are removed from the routing database, typically when a network segment becomes unreachable or the route expires. High delete rates during network outages are expected, but they should be minimal during stable operation. For example, during a controlled maintenance window, you might see this counter increase by 30 as affected routes are purged from the database.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.28.10.6 snmpwalk -v2c -c public <target> ACC-AT::accAtRdbStatsDeletes
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.28.10.6.1 snmpget -v2c -c public <target> ACC-AT::accAtRdbStatsDeletes.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accAtRdbStatsDeletes.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.28 | accAt | ACC-AT |
| 1.3.6.1.4.1.5.1.1.28.10 | accAtRdbStats | ACC-AT |
| 1.3.6.1.4.1.5.1.1.28.10.6 | accAtRdbStatsDeletes | ACC-AT |