STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to Cisco NX OS Switch RTR Security Technical Implementation Guide

V-221128

CAT II (Medium)

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

Rule ID

SV-221128r999737_rule

STIG

Cisco NX OS Switch RTR Security Technical Implementation Guide

Version

V3R4

CCIs

CCI-002403

Discussion

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.

Check Content

In Cisco NX-OS, all packets with any header option other than the “source-route” header option are dropped. By default, ipv4 source routing is enabled. Verify that source routing is disabled via the following command: 

no ip source-route

If the switch is not configured to drop all packets with IP option source routing, this is a finding.

Fix Text

Configure the switch to drop all packets with IP option source routing.

SW1(config)# no ip source-route 
SW1(config)# end