SV-217038r639663_rule
V-217038
SRG-NET-000205-RTR-000004
JUNI-RT-000330
CAT II
10
This requirement is not applicable for the DoDIN Backbone.
Configure the router to use an inbound filter on all external interfaces as shown in the example below.
[edit interfaces ge-0/0/0 unit 0 family inet]
set filter input INBOUND_FILTER
This requirement is not applicable for the DoDIN Backbone.
Review the router configuration to verify that an inbound filter is configured on all external interfaces as shown in the example below.
interfaces {
description "NIPRNet";
ge-0/0/0 {
unit 0 {
family inet {
filter {
input INBOUND_FILTER;
}
address x.x.x.x/24;
}
}
}
If the router is not configured to filter traffic entering the network at all external interfaces in an inbound direction, this is a finding.
V-217038
False
JUNI-RT-000330
This requirement is not applicable for the DoDIN Backbone.
Review the router configuration to verify that an inbound filter is configured on all external interfaces as shown in the example below.
interfaces {
description "NIPRNet";
ge-0/0/0 {
unit 0 {
family inet {
filter {
input INBOUND_FILTER;
}
address x.x.x.x/24;
}
}
}
If the router is not configured to filter traffic entering the network at all external interfaces in an inbound direction, this is a finding.
M
4032