CISCOSB-BRIDGE-SECURITY :: rlIpArpInspectValidation

MIB Reference — IPNetwork Monitor · Updated September 14, 2026

All MIBsCISCOSB-BRIDGE-SECURITYrlIpArpInspectValidation

rlIpArpInspectValidation

Module: CISCOSB-BRIDGE-SECURITY

OID (symbolic): CISCOSB-BRIDGE-SECURITY::rlIpArpInspectValidation

OID (numeric): 1.3.6.1.4.1.9.6.1.101.112.3.4

Node type: OBJECT-TYPE

Type: INTEGER

Access: read-write

Description: Defined a specific check on incoming ARP packets: Source MAC: Compare the source MAC address in the Ethernet header against the sender MAC address in the ARP body. This check is performed on both ARP requests and responses. Destination MAC: Compare the destination MAC address in the Ethernet header against the target MAC address in ARP body. This check is performed for ARP responses. IP addresses: Compare the ARP body for invalid and unexpected IP addresses. Addresses include 0.0.0.0, 255.255.255.255, and all IP multicast addresses.

What is rlIpArpInspectValidation?

This read-write INTEGER (enable(1)/disable(2)) turns on a specific set of checks against incoming ARP packets: comparing the source MAC in the Ethernet header against the sender MAC in the ARP body for both requests and responses, comparing the destination MAC against the target MAC in the ARP body for responses, and checking the IP addresses in the ARP body for invalid or unexpected values. An admin cares because these checks catch specific forms of ARP spoofing that a basic IP/MAC binding check alone might miss. For example, an admin concerned about an attacker crafting ARP packets with mismatched Ethernet and ARP-body addresses would enable this validation to have those packets detected and dropped.

Examples

Walk all instances (SNMPv2c):

snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.6.1.101.112.3.4
snmpwalk -v2c -c public <target> CISCOSB-BRIDGE-SECURITY::rlIpArpInspectValidation

Get a specific instance (index 1):

snmpget -v2c -c public <target> 1.3.6.1.4.1.9.6.1.101.112.3.4.1
snmpget -v2c -c public <target> CISCOSB-BRIDGE-SECURITY::rlIpArpInspectValidation.1

Set instance 1 (SNMPv2c):

snmpset -v2c -c private <target> 1.3.6.1.4.1.9.6.1.101.112.3.4.1 i <value>

SNMPv3 example:

snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> rlIpArpInspectValidation.1

Start monitoring Cisco Small Business managed switch with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCOSB-BRIDGE-SECURITY::rlIpArpInspectValidation OID value, configure state conditions and alerts, and monitor any Cisco Small Business managed switch from a single console.

OID Breakdown

Upper-level ancestors (10 from the standard OID tree / other modules)
Numeric OIDNameModule
1isoLANART-AGENT
1.3orgAirPair-MIB
1.3.6dodAirPair-MIB
1.3.6.1internetAirPair-MIB
1.3.6.1.4privateAirPair-MIB
1.3.6.1.4.1enterprisesAirPair-MIB
1.3.6.1.4.1.9ciscoCAT2600-MIB
1.3.6.1.4.1.9.6otherEnterprisesCISCO-SMI
1.3.6.1.4.1.9.6.1ciscoSBCISCO-SMI
1.3.6.1.4.1.9.6.1.101switch001CISCOSB-MIB
Numeric OIDNameModule
1.3.6.1.4.1.9.6.1.101.112rlBridgeSecurityCISCOSB-BRIDGE-SECURITY
1.3.6.1.4.1.9.6.1.101.112.3rlIpArpInspectCISCOSB-BRIDGE-SECURITY
1.3.6.1.4.1.9.6.1.101.112.3.4rlIpArpInspectValidationCISCOSB-BRIDGE-SECURITY