DISA STIGS Viewer

The Dell OS10 Router must be configured to have Gratuitous ARP disabled on all external interfaces.

Overview

Finding ID Version Rule ID IA Controls Severity
V-269887 OS10-RTR-000620 SV-269887r1052046_rule   Medium
Description
A gratuitous ARP is an ARP broadcast in which the source and destination MAC addresses are the same. It is used to inform the network about a host IP address. A spoofed gratuitous ARP message can cause network mapping information to be stored incorrectly, causing network malfunction.
STIG Date
Dell OS10 Switch Router Security Technical Implementation Guide 2024-12-11

Details

Check Text (C-73920r1052044_chk)
Review the Dell OS10 Switch configuration to determine if gratuitous ARP is disabled on all external interfaces.

Verify that gratuitous ARP has not been enabled on each external interface by checking that the following has not been configured:

ip arp gratuitous update

If gratuitous ARP is enabled on any external interface, this is a finding.
Fix Text (F-73821r1052045_fix)
Configure the Dell OS10 Switch to disable gratuitous arp on all external interfaces as shown in the example below:

OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# no ip arp gratuitous update