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-273692

CAT II (Medium)

The RUCKUS ICX switch must have all user-facing or untrusted ports configured as access switch ports.

Rule ID

SV-273692r1110995_rule

STIG

RUCKUS ICX Layer 2 Switch Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-000366

Discussion

Double encapsulation can be initiated by an attacker who has access to a switch port belonging to the native VLAN of the trunk port. Knowing the victim's MAC address and with the victim attached to a different switch belonging to the same trunk group, thereby requiring the trunk link and frame tagging, the malicious user can begin the attack by sending frames with two sets of tags. The outer tag that will have the attacker's VLAN ID (probably the well-known and omnipresent default VLAN) is stripped off by the switch, and the inner tag that will have the victim's VLAN ID is used by the switch as the next hop and sent out the trunk port.

Check Content

Review the switch configurations and examine all user-facing or untrusted switch ports.

device#show vlans
Total PORT-VLAN entries: 2
Maximum PORT-VLAN entries: 1024

Legend: [Stk=Stack-Id, S=Slot]

PORT-VLAN 222, Name Access, Priority level0, On
 Untagged Ports: (U1/M1)   1   2   3   4   5   6   7   8   9  10  11  12 
 Untagged Ports: (U1/M1)  13  14  15  17  18  19  20  21  22  23  24  25 
 Untagged Ports: (U1/M1)  26  27  28  29  30  31  32  33  34  35  36  37 
 Untagged Ports: (U1/M1)  38  39  40  41  43  44  45  46  47  48 
 Untagged Ports: (U1/M2)   1   2   3   4   5   6   7   8 
 Tagged Ports: (U1/M2) 1  
 Mac-Vlan Ports: None
     Monitoring: Disabled

PORT-VLAN 333, Name trunk, Priority level0, Off
 Untagged Ports: None
   Tagged Ports: (U1/M2) 1   
 Mac-Vlan Ports: None
     Monitoring: Disabled
device#

If all user-facing or untrusted ports are not configured as access (i.e., untagged) ports, this is a finding.

Fix Text

Disable trunking on all user-facing or untrusted switch ports.

1. Access Ports:
device(config)# vlan 222 name access
device(config-vlan-222)# untagged ethernet 1/1/2 to 1/1/48

2. Trunk Port:
device(config-vlan-222)# tagged ethernet 1/2/1