The Nokia layer 2 switch must implement Rapid Spanning Tree Protocol (RSTP) where virtual local area networks (VLANs) span multiple switches with redundant links.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-283688SRG-NET-000512-L2S-000003NOKI-L2-000160SV-283688r1204092_rule2026-06-151

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 reduced significantly using RSTP (802.1w) instead of STP (802.1d), resulting in improved availability. RSTP 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.

ℹ️ Check

In cases where VLANs do not span multiple switches, it is a best practice to not implement STP. Avoiding the use of STP will provide the most deterministic and highly available network topology. If STP is required, review the router virtual private local area network service (VPLS) configuration to verify RSTP has been implemented. Use the command below and verify STP mode is set to RSTP for VPLS, where RSTP should be implemented. - show service id 10 stp | match Mode Mode : Rstp Last Top. Change : 0d 00:00:00 If RSTP has not been implemented where STP is required, this is a finding.

✔️ Fix

Configure RSTP to be implemented at the access and distribution layers where VLANs span multiple switches. For VPLS services where RSTP should be implemented, use the command below to enable RSTP for an already-created VPLS service: - configure service vpls <vpls id> - stp mode rstp - no shutdown