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 1 hour ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to RUCKUS ICX Layer 2 Switch Security Technical Implementation Guide

V-273679

CAT II (Medium)

The RUCKUS ICX switch must have Spanning Tree Protocol (STP) Loop Detect enabled on all nondesignated STP switch ports

Rule ID

SV-273679r1110982_rule

STIG

RUCKUS ICX Layer 2 Switch Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-002385

Discussion

The STP loop Detect feature provides additional protection against STP loops. An STP loop is created when an STP blocking port in a redundant topology erroneously transitions to the forwarding state. In its operation, STP relies on continuous reception and transmission of BPDUs based on the port role. The designated port transmits BPDUs, and the nondesignated port receives BPDUs. When one of the ports in a physically redundant topology no longer receives BPDUs, the STP conceives that the topology is loop-free. Eventually, the blocking port from the alternate or backup port becomes a designated port and moves to a forwarding state. This situation creates a loop. The loop detect feature makes additional checks. If BPDUs are not received on a nondesignated port and loop detect is enabled, that port is moved into the STP loop-inconsistent blocking state.

Check Content

Review the switch configuration to verify that STP Loop Detect is enabled.

Verify:
ICX7150-24P Switch#show run
!
vlan 10 by port
 tagged ethernet 1/1/1 to 1/1/2 ethernet 1/1/5 ethernet 1/1/7 ethernet 1/1/9 ethernet 1/1/11 
 spanning-tree
 loop-detection
!

If STP Loop Detect is not configured globally or on nondesignated STP ports, this is a finding.

Fix Text

Configure the switch to have STP Loop Detect enabled globally or at a minimum on all nondesignated STP switch ports.

1. Configure loop detect.
ICX7150-24P Switch#configure terminal
ICX7150-24P Switch(config)#vlan 10
ICX7150-24P Switch(config-vlan-10)#
ICX7150-24P Switch(config-vlan-10)#loop-detection

2. Save.
Router#write memory

Optional by Port Level:
Optionally Apply on Interface:
device(config)# interface ethernet 1/1/1
device(config-if-e1000-1/1/1)# loop-detection