The RUCKUS ICX 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-273631 | SRG-NET-000362-RTR-000113 | RCKS-RTR-000640 | SV-273631r1110937_rule | 2025-06-03 | 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. show run verify "no ip icmp unreachable" is present If ICMP unreachable notifications are enabled on any external interfaces, this is a finding. |
| ✔️ Fix |
|---|
| Configure the ICX to not send ICMP unreachable messages. conf t no ip icmp unreachable wr mem |