All MIBs › ACC-ARP › accArpInErrs
accArpInErrs
Module: ACC-ARP
OID (symbolic): ACC-ARP::accArpInErrs
OID (numeric): 1.3.6.1.4.1.5.1.1.11.8
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description:
Number of ARP input errors encountered.
What is accArpInErrs?
This OID records the number of errors encountered when receiving and processing inbound ARP packets, stored as a counter. A network engineer would investigate this metric when experiencing intermittent connectivity issues, as corrupted or malformed ARP packets can cause legitimate requests to be discarded. For example, a value of 42 inbound ARP errors over a week is typically acceptable, but a spike to 5,000 errors in a day suggests corrupted packets, hardware issues, or a network attack sending malicious ARP frames.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.11.8 snmpwalk -v2c -c public <target> ACC-ARP::accArpInErrs
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.11.8.1 snmpget -v2c -c public <target> ACC-ARP::accArpInErrs.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.8 | accArpInErrs | ACC-ARP |