All MIBs › ACC-AT › accAtAarpTabStatus
accAtAarpTabStatus
Module: ACC-AT
OID (symbolic): ACC-AT::accAtAarpTabStatus
OID (numeric): 1.3.6.1.4.1.5.1.1.28.2.1.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
The status of the entry. A status of dynamic(1) indicates the entry can be deleted when the expiration interval expires, a status of static(1) indicates the entry contains the address of a local port, and a status of pending(3) indicates the entry is not complete (i.e., the hardware or protocol address is unknown).
What is accAtAarpTabStatus?
This OID indicates whether each AARP table entry is dynamically learned (can be aged out), statically configured (for local ports), or still pending (waiting for address resolution to complete). Understanding the status helps diagnose whether entries are stable or still being resolved. A value of 'dynamic(1)' means the entry will be forgotten after the expiration timer fires; 'static(1)' means it's permanently configured; 'pending(3)' means the device hasn't yet fully resolved the address.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.28.2.1.4 snmpwalk -v2c -c public <target> ACC-AT::accAtAarpTabStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.28.2.1.4.1 snmpget -v2c -c public <target> ACC-AT::accAtAarpTabStatus.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accAtAarpTabStatus.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.2 | accAtAarpTable | ACC-AT |
| 1.3.6.1.4.1.5.1.1.28.2.1 | accAtAarpEntry | ACC-AT |
| 1.3.6.1.4.1.5.1.1.28.2.1.4 | accAtAarpTabStatus | ACC-AT |