The Dell OS10 Router must be configured to have Internet Control Message Protocol (ICMP) unreachable notifications disabled on all external interfaces.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
---|---|---|---|---|---|---|
medium | V-269889 | SRG-NET-000362-RTR-000113 | OS10-RTR-000640 | SV-269889r1052052_rule | 2024-12-11 | 1 |
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. |
ℹ️ Check |
---|
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 |
---|
Disable ICMP unreachable notifications on all external interfaces. OS10(config)# interface ethernet 1/1/4 OS10(conf-if-eth1/1/4)# no ip unreachables |