SV-254053r950991_rule
V-254053
SRG-NET-000364-RTR-000200
JUEX-RT-000810
CAT II
10
Configure the router to drop first-fragment IPv6 packets without the entire header chain.
There is no configurable CLI option to prevent EX devices from dropping nonconformant fragmented IPv6 packets destined to the device.
Configure the router to drop fragmented transit IPv6 packets.
set firewall family inet6 filter <name> term <name> from next-header fragment
set firewall family inet6 filter <name> term <name> then syslog
set firewall family inet6 filter <name> term <name> then discard
This requirement is not applicable for the DODIN Backbone.
There is no check for dropping RFC 7112 nonconformant fragmented IPv6 packets because Juniper EX switches drop these packets without offering or requiring a configurable option in the CLI.
Review the router configuration to determine if it is configured to drop fragmented transit IPv6 traffic.
[edit firewall family inet6]
filter <filter name> {
term <name> {
from {
next-header fragment;
}
then {
syslog;
discard;
}
}
}
Note: Some platforms also support "is-fragment" or "fragment-flags is-fragment" in addition to "next-header fragment" as shown in the example.
If the router is not configured to drop first-fragment IPv6 packets without the entire header chain, this is a finding.
V-254053
False
JUEX-RT-000810
This requirement is not applicable for the DODIN Backbone.
There is no check for dropping RFC 7112 nonconformant fragmented IPv6 packets because Juniper EX switches drop these packets without offering or requiring a configurable option in the CLI.
Review the router configuration to determine if it is configured to drop fragmented transit IPv6 traffic.
[edit firewall family inet6]
filter <filter name> {
term <name> {
from {
next-header fragment;
}
then {
syslog;
discard;
}
}
}
Note: Some platforms also support "is-fragment" or "fragment-flags is-fragment" in addition to "next-header fragment" as shown in the example.
If the router is not configured to drop first-fragment IPv6 packets without the entire header chain, this is a finding.
M
5479