SV-217040r639663_rule
V-217040
SRG-NET-000205-RTR-000015
JUNI-RT-000350
CAT II
10
This requirement is not applicable for the DoDIN Backbone.
Configure the router to drop all packets with IP options.
[edit firewall family inet filter INBOUND_FILTER]
set term DROP_IPOPTIONS from ip-options any
set term DROP_IPOPTIONS then discard
insert term DROP_IPOPTIONS before term BLOCK_BOGONS
This requirement is not applicable for the DoDIN Backbone.
Review the router configuration to determine if it will block all packets with IP options.
firewall {
family inet {
filter INBOUND_FILTER {
term DROP_IPOPTIONS {
from {
ip-options any;
}
then {
syslog;
discard;
}
}
term BLOCK_BOGONS {
from {
source-prefix-list {
BOGON_PREFIXES;
}
}
then {
syslog;
discard;
}
}
term ALLOW_ABC {
…
…
…
term DENY_ALL_OTHER {
then {
log;
syslog;
reject;
}
}
}
If the router is not configured to drop all packets with IP options, this is a finding.
V-217040
False
JUNI-RT-000350
This requirement is not applicable for the DoDIN Backbone.
Review the router configuration to determine if it will block all packets with IP options.
firewall {
family inet {
filter INBOUND_FILTER {
term DROP_IPOPTIONS {
from {
ip-options any;
}
then {
syslog;
discard;
}
}
term BLOCK_BOGONS {
from {
source-prefix-list {
BOGON_PREFIXES;
}
}
then {
syslog;
discard;
}
}
term ALLOW_ABC {
…
…
…
term DENY_ALL_OTHER {
then {
log;
syslog;
reject;
}
}
}
If the router is not configured to drop all packets with IP options, this is a finding.
M
4032