All MIBs › ACC-ARP › accArpOutErrs
accArpOutErrs
Module: ACC-ARP
OID (symbolic): ACC-ARP::accArpOutErrs
OID (numeric): 1.3.6.1.4.1.5.1.1.11.9
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description:
Number of ARP output errors encountered.
What is accArpOutErrs?
This OID tracks the number of errors that occur when your device tries to send outbound ARP packets, recorded as a counter. Network engineers monitor this to identify if the device has problems generating ARP responses or if there are buffer exhaustion issues preventing normal ARP operation. For instance, a steady count of 0 outbound errors is normal, but a jump to 1,200 errors suggests the device is running out of memory or experiencing hardware faults that prevent ARP responses from being sent.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.11.9 snmpwalk -v2c -c public <target> ACC-ARP::accArpOutErrs
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.11.9.1 snmpget -v2c -c public <target> ACC-ARP::accArpOutErrs.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.9 | accArpOutErrs | ACC-ARP |