All MIBs › ACC-ARP › accArpReqRcvds
accArpReqRcvds
Module: ACC-ARP
OID (symbolic): ACC-ARP::accArpReqRcvds
OID (numeric): 1.3.6.1.4.1.5.1.1.11.4
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description:
Number of ARP Requests received.
What is accArpReqRcvds?
This OID tracks the total number of ARP requests your device has received from other systems on the network, stored as an incrementing counter. Network engineers monitor this metric to diagnose ARP broadcast storms or detect excessive address resolution traffic that might indicate misconfigured devices. For example, a value of 45,000 ARP requests over an hour suggests normal activity, but a jump to 500,000 in minutes could signal a subnet scanning attack or malfunctioning DHCP server.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.11.4 snmpwalk -v2c -c public <target> ACC-ARP::accArpReqRcvds
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.11.4.1 snmpget -v2c -c public <target> ACC-ARP::accArpReqRcvds.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.4 | accArpReqRcvds | ACC-ARP |