The Cisco perimeter router must be configured to block all packets with any IP options.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-217006SRG-NET-000205-RTR-000015CISC-RT-000350SV-217006r945859_rule2024-08-223
Description
Packets with IP options are not fast switched and henceforth must be punted to the router processor. Hackers who initiate denial-of-service (DoS) attacks on routers commonly send large streams of packets with IP options. Dropping the packets with IP options reduces the load of IP options packets on the router. The end result is a reduction in the effects of the DoS attack on the router and on downstream routers.
ℹ️ Check
This requirement is not applicable for the DODIN Backbone. In Cisco IOS XR, all IPv4 packets with any header option other than the "source-route" header options are dropped. By default, ipv4 source routing is disabled. Verify that the following command is not configured: ipv4 source-route If the router is not configured to drop all packets with IP option source routing, this is a finding.
✔️ Fix
This requirement is not applicable for the DODIN Backbone. Configure the router to drop all packets with IP option source routing. RP/0/0/CPU0:R3(config)#no ipv4 source-route