STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 5 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Cisco NX OS Switch L2S Security Technical Implementation Guide

V-220685

CAT II (Medium)

The Cisco switch must have IP Source Guard enabled on all user-facing or untrusted access switch ports.

Rule ID

SV-220685r1156799_rule

STIG

Cisco NX OS Switch L2S Security Technical Implementation Guide

Version

V3R3

CCIs

CCI-002385

Discussion

IP Source Guard provides source IP address filtering on a layer 2 port to prevent a malicious host from impersonating a legitimate host by assuming the legitimate host's IP address. The feature uses dynamic DHCP snooping and static IP source binding to match IP addresses to hosts on untrusted layer 2 access ports. Initially, all IP traffic on the protected port is blocked except for DHCP packets. After a client receives an IP address from the DHCP server, or after static IP source binding is configured by the administrator, all traffic with that IP source address is permitted from that client. Traffic from other hosts is denied. This filtering limits a host's ability to attack the network by claiming a neighbor host's IP address.

Check Content

Review the switch configuration to verify IP Source Guard is enabled on all user-facing or untrusted access switch ports as shown in the example below:

interface Ethernet1/1
 ip verify source dhcp-snooping-vlan

interface Ethernet1/2
 ip verify source dhcp-snooping-vlan
…
…
…
interface Ethernet1/32
 ip verify source dhcp-snooping-vlan

Note: The IP Source Guard feature depends on the entries in the DHCP snooping database or static IP-MAC-VLAN configuration commands to verify IP-to-MAC address bindings.

Note: This requirement is not applicable for switch ports configured for 802.1x or Mac Address Bypass.

If the switch does not have IP Source Guard enabled on all untrusted access switch ports, this is a finding.

Fix Text

Configure the switch to have IP Source Guard enabled on all user-facing or untrusted access switch ports.

SW1(config)# int e1/1-32
SW1(config-if-range)# ip verify source dhcp-snooping-vlan