UCF STIG Viewer Logo

The Cisco PE switch must be configured to ignore or drop all packets with any IP options.


Overview

Finding ID Version Rule ID IA Controls Severity
V-220473 CISC-RT-000750 SV-220473r856252_rule Medium
Description
Packets with IP options are not fast-switched and therefore must be punted to the switch processor. Hackers who initiate denial-of-service (DoS) attacks on switches commonly send large streams of packets with IP options. Dropping the packets with IP options reduces the load of IP options packets on the switch. The end result is a reduction in the effects of the DoS attack on the switch and on downstream switches.
STIG Date
Cisco IOS Switch RTR Security Technical Implementation Guide 2022-09-14

Details

Check Text ( C-22188r508492_chk )
Review the switch configuration to determine if it will ignore or drop all packets with IP options as shown in the examples below:

ip options drop
or
ip options ignore

If the switch is not configured to drop or block all packets with IP options, this is a finding.
Fix Text (F-22177r508493_fix)
Configure the switch to ignore or drop all packets with IP options as shown in the examples below:

SW1(config)#ip options ignore

or

SW1(config)#ip options drop