All MIBs › ACC-MIB › accArpPromiscuous
accArpPromiscuous
Module: ACC-MIB
OID (symbolic): ACC-MIB::accArpPromiscuous
OID (numeric): 1.3.6.1.4.1.5.1.1.11.11
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
When operating promiscuously, the device will learn ARP information from all ARP packets received. When non-promiscuous, the device will learn information only from ARP packets addressed to the IP address of the device.
What is accArpPromiscuous?
This setting determines whether the device learns ARP entries from all ARP packets on the network (promiscuous mode) or only from packets addressed to the device's own IP address. Engineers enable promiscuous mode on bridging or monitoring devices to build a complete ARP table of all network activity, useful for network diagnosis but increases CPU usage. Enabling promiscuous ARP mode would cause the device to add entries for every ARP request and reply heard on the wire, regardless of destination.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.11.11 snmpwalk -v2c -c public <target> ACC-MIB::accArpPromiscuous
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.11.11.1 snmpget -v2c -c public <target> ACC-MIB::accArpPromiscuous.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.11.11.1 i <value>
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.11 | accArpPromiscuous | ACC-MIB |