SV-217039r639663_rule
V-217039
SRG-NET-000205-RTR-000005
JUNI-RT-000340
CAT II
10
This requirement is not applicable for the DoDIN Backbone.
Configure the router to use an inbound filter on all internal interfaces as shown in the example below.
[edit interfaces ge-0/1/0 unit 0 family inet]
set filter input OUTBOUND_FILTER
This requirement is not applicable for the DoDIN Backbone.
Review the router configuration to verify that the egress ACL is bound to the internal interface in an inbound direction.
interfaces {
ge-0/1/0 {
description "LAN link";
unit 0 {
family inet {
filter {
input OUTBOUND_FILTER;
}
address x.x.x.x/24;
}
}
}
If the router is not configured to filter traffic leaving the network at the internal interface in an inbound direction, this is a finding.
V-217039
False
JUNI-RT-000340
This requirement is not applicable for the DoDIN Backbone.
Review the router configuration to verify that the egress ACL is bound to the internal interface in an inbound direction.
interfaces {
ge-0/1/0 {
description "LAN link";
unit 0 {
family inet {
filter {
input OUTBOUND_FILTER;
}
address x.x.x.x/24;
}
}
}
If the router is not configured to filter traffic leaving the network at the internal interface in an inbound direction, this is a finding.
M
4032