DISA STIGS Viewer

The RUCKUS ICX switch must implement Rapid Spanning Tree Protocol (STP) where VLANs span multiple switches with redundant links.

Overview

Finding ID Version Rule ID IA Controls Severity
V-273686 RCKS-L2S-000180 SV-273686r1110989_rule   Medium
Description
STP is implemented on bridges and switches to prevent layer 2 loops when a broadcast domain spans multiple bridges and switches and when redundant links are provisioned to provide high availability in case of link failures. Convergence time can be significantly reduced using Rapid STP (802.1w) instead of STP (802.1d), resulting in improved availability. Rapid STP should be deployed by implementing either Rapid Per-VLAN-Spanning-Tree (Rapid-PVST) or Multiple Spanning-Tree Protocol (MSTP), the latter scales much better when there are many VLANs.
STIG Date
RUCKUS ICX Layer 2 Switch Security Technical Implementation Guide 2025-06-03

Details

Check Text (C-77777r1110079_chk)
Review configuration for VLANs that are not set for 802.1w (Rapid Spanning Tree).

vlan 10 name testing by port
tagged ethernet 1/1/17
untagged ethernet 1/1/18
spanning-tree 802-1w
!

If 802.1w is not configured on VLANs that span multiple switches with redundant links, this is a finding.
Fix Text (F-77682r1110080_fix)
Configure Rapid STP at the access and distribution layers where VLANs span multiple switches.

VLAN:
Router# configure terminal
Router (config)# vlan 10
Router(config-vlan-10)#spanning-tree 802-1w
(config-vlan-10)# spanning-tree 802-1w priority 256

Optional Per Port:
Router#configure terminal
Router(config) interface ethernet 1/1/1
Router(config-if-e2500-1/1/1) spanning-tree 802-1w admin-pt2pt-mac
<OR>
spanning-tree 802-1w admin-edge-port