All MIBs › ACC-ARP › accArpUnknownProtos
accArpUnknownProtos
Module: ACC-ARP
OID (symbolic): ACC-ARP::accArpUnknownProtos
OID (numeric): 1.3.6.1.4.1.5.1.1.11.10
Node type: OBJECT-TYPE
Type: Counter
Access: read-only
Description:
Number of address resolution requests for which this ARP implementation did not recognize the protocol.
What is accArpUnknownProtos?
This OIP counts how many address resolution requests the device received for protocols it does not support (e.g., protocols other than IP), stored as a counter. A network engineer might check this value to spot unusual protocol usage on the network or to verify that the device is correctly rejecting non-standard requests. For example, a value of 3 unknown protocol requests over a month is normal, but 500 in a day could mean someone is testing the network with unusual address resolution protocols or a misconfigured device is broadcasting requests for unsupported protocols.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.11.10 snmpwalk -v2c -c public <target> ACC-ARP::accArpUnknownProtos
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.11.10.1 snmpget -v2c -c public <target> ACC-ARP::accArpUnknownProtos.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.10 | accArpUnknownProtos | ACC-ARP |