STIGhubSTIGhub
STIGsSearchCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 5 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Dell OS10 Switch Router Security Technical Implementation Guide

V-269887

CAT II (Medium)

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

Rule ID

SV-269887r1052046_rule

STIG

Dell OS10 Switch Router Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-002385

Discussion

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.

Check Content

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

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