ACC-MIB :: accArpPromiscuous

MIB Reference — IPNetwork Monitor

All MIBsACC-MIBaccArpPromiscuous

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 OIDNameModule
1isoLANART-AGENT
1.3orgBIANCA-BRICK-PPP-MIB
1.3.6dodBIANCA-BRICK-PPP-MIB
1.3.6.1internetBIANCA-BRICK-PPP-MIB
1.3.6.1.4privateBIANCA-BRICK-PPP-MIB
1.3.6.1.4.1enterprisesANIROOT-MIB
1.3.6.1.4.1.5accACC-MIB
1.3.6.1.4.1.5.1accSBARACC-MIB
1.3.6.1.4.1.5.1.1accBRGACC-MIB
1.3.6.1.4.1.5.1.1.11accArpACC-ARP
1.3.6.1.4.1.5.1.1.11.11accArpPromiscuousACC-MIB