The RUCKUS ICX switch must disable the Multiple VLAN Registration Protocol (MVRP).
Overview
Finding ID | Version | Rule ID | IA Controls | Severity |
V-273674 | RCKS-L2S-000030 | SV-273674r1110977_rule | Medium |
Description |
MVRP provides central management of VLAN domains, thus reducing administration in a switched network. When configuring a new VLAN in MVRP, the VLAN is distributed through all switches in the domain. This reduces the need to configure the same VLAN everywhere. MVRP pruning preserves bandwidth by preventing VLAN traffic (unknown MAC, broadcast, multicast) from being sent down trunk links when not needed, that is, there are no access switch ports in neighboring switches belonging to such VLANs. An attack could allow unauthorized access to previously blocked VLANs or allow the addition of unauthorized switches into the domain. There is no authentication method available for MVRP to reduce this risk. |
STIG | Date |
RUCKUS ICX Layer 2 Switch Security Technical Implementation Guide | 2025-06-03 |
Details
Check Text (C-77765r1110043_chk) |
Review the switch configuration to verify if MVRP is enabled. Router(config)#show mvrp No mvrp configuration found Router(config) If MVRP protocol response from show mvrp command indicates Enabled, this is a finding. |
Fix Text (F-77670r1110044_fix) |
Configure the switch to disable Multiple VLAN Registration Protocol (MVRP). 1. Enter configuration mode: device1# configure terminal 2. Disable MVRP: Router(config)#no mvrp enable |