SV-217024r639663_rule
V-217024
SRG-NET-000362-RTR-000115
JUNI-RT-000190
CAT II
10
Disable ICMP redirects on all external interfaces as shown in the example below.
[edit interfaces]
set ge-1/0/0 unit 0 family inet no-redirects
set ge-1/1/0 unit 0 family inet no-redirects
Review the device configuration to determine if it has been configured to ensure the router does not send ICMP Redirect messages out to any external interface.
interfaces {
ge-1/0/0 {
unit 0 {
family inet {
no-redirects;
address 11.1.12.2/24;
}
}
}
ge-1/1/0 {
unit 0 {
family inet {
no-redirects;
address 11.1.23.2/24;
}
}
}
If ICMP Redirect messages are enabled on any external interfaces, this is a finding.
V-217024
False
JUNI-RT-000190
Review the device configuration to determine if it has been configured to ensure the router does not send ICMP Redirect messages out to any external interface.
interfaces {
ge-1/0/0 {
unit 0 {
family inet {
no-redirects;
address 11.1.12.2/24;
}
}
}
ge-1/1/0 {
unit 0 {
family inet {
no-redirects;
address 11.1.23.2/24;
}
}
}
If ICMP Redirect messages are enabled on any external interfaces, this is a finding.
M
4032