All MIBs › ACC-ARP › accArpReqSents
accArpReqSents
Module: ACC-ARP
OID (symbolic): ACC-ARP::accArpReqSents
OID (numeric): 1.3.6.1.4.1.5.1.1.11.5
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description:
Number of ARP Requests sent.
What is accArpReqSents?
This OID counts how many ARP request packets your device has sent out to resolve IP addresses to MAC addresses, recorded as an incrementing counter. A network engineer would check this to verify that the device is actively trying to locate other hosts or to detect if a device is sending an unusual number of requests. For instance, a value of 8,200 requests might be normal for a busy router, but if it suddenly spikes to 50,000 in a short time, it could indicate a problem with cached ARP entries or a routing loop.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.11.5 snmpwalk -v2c -c public <target> ACC-ARP::accArpReqSents
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.11.5.1 snmpget -v2c -c public <target> ACC-ARP::accArpReqSents.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.11 | accArp | ACC-ARP |
| 1.3.6.1.4.1.5.1.1.11.5 | accArpReqSents | ACC-ARP |