The Juniper router must be configured to have Internet Control Message Protocol (ICMP) redirects disabled on all external interfaces.
An XCCDF Rule
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. Redirect ICMP messages are commonly used by attackers for network mapping and diagnosis.
- ID
- SV-254036r844141_rule
- Version
- JUEX-RT-000640
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
Disable ICMP redirects on all external interfaces.
set system no-redirects
set interfaces <external interface name> unit <number> family inet no-redirects
set interfaces <external interface name> unit <number> family inet6 no-redirects