All MIBs › ACC-ARP › accArpPromiscuous
accArpPromiscuous
Module: ACC-ARP
OID (symbolic): ACC-ARP::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 read-write setting controls whether the device learns ARP information from all packets it sees or only from packets specifically addressed to it. A network engineer would enable promiscuous mode to allow the device to learn ARP entries from sniffed traffic, which is useful for transparent network monitoring or on a network segment where the device needs to know all MAC-to-IP mappings. For example, setting this to 'promiscuous(1)' makes the device remember every ARP packet it overhears, while 'nonPromiscuous(2)' means it only learns about addresses when someone explicitly contacts the device.
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-ARP::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-ARP::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-ARP |