DISA STIGS Viewer

The Dell OS10 Router must be configured to have Internet Control Message Protocol (ICMP) unreachable notifications disabled on all external interfaces.

Overview

Finding ID Version Rule ID IA Controls Severity
V-269889 OS10-RTR-000640 SV-269889r1052052_rule   Medium
Description
The ICMP supports IP traffic by relaying information about paths, routes, and network conditions. Routers automatically send ICMP messages under a wide variety of conditions. Host unreachable ICMP messages are commonly used by attackers for network mapping and diagnosis.
STIG Date
Dell OS10 Switch Router Security Technical Implementation Guide 2024-12-11

Details

Check Text (C-73922r1052050_chk)
Review the device configuration to determine if controls have been defined to ensure the router does not send ICMP unreachable notifications out to any external interfaces.

Verify the "ip unreachables" command is not configured on any external interfaces. Note: the default setting has ICMP unreachable notifications disabled, so if "ip unreachables" is not present in the interface configuration then it is disabled.
!
interface ethernet1/1/4
ip unreachables

If ICMP unreachable notifications are enabled on any external interfaces, this is a finding.
Fix Text (F-73823r1052051_fix)
Disable ICMP unreachable notifications on all external interfaces.

OS10(config)# interface ethernet 1/1/4
OS10(conf-if-eth1/1/4)# no ip unreachables