SV-217077r639663_rule
V-217077
SRG-NET-000205-RTR-000008
JUNI-RT-000720
CAT II
10
Configure uRPF loose mode on all CE-facing interfaces as shown in the example.
[edit interfaces ge-0/1/0 unit 0 family inet]
set rpf-check mode loose
Review the router configuration to determine if uRPF loose mode is enabled on all CE-facing interfaces.
interfaces {
ge-0/1/0 {
description "link to Customer 2";
unit 0 {
family inet {
rpf-check {
mode loose;
}
address x.x.x.x/30;
}
}
}
If uRPF loose mode is not enabled on all CE-facing interfaces, this is a finding.
V-217077
False
JUNI-RT-000720
Review the router configuration to determine if uRPF loose mode is enabled on all CE-facing interfaces.
interfaces {
ge-0/1/0 {
description "link to Customer 2";
unit 0 {
family inet {
rpf-check {
mode loose;
}
address x.x.x.x/30;
}
}
}
If uRPF loose mode is not enabled on all CE-facing interfaces, this is a finding.
M
4032