RUCKUS ICX Layer 2 Switch Security Technical Implementation Guide
Pick two releases to diff their requirements.
Open a previous version of this STIG.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RCKS-L2S-000010
- Vuln IDs
-
- V-273672
- Rule IDs
-
- SV-273672r1110975_rule
Checks: C-77763r1110792_chk
Review the switch configuration to determine if services or functions not required for operation, or not related to switch functionality, are enabled. 1. Check that web authentication is enabled. Router#show webauth The result returned will be blank. 2. Check that web services are enabled. Router#show web HTTP server status: Disabled HTTPS server status: Disabled No web connection. 3. Check if the telnet service is enabled. Router#show telnet Telnet server status: Disabled Telnet connections: 4. Check if the tftp service is enabled. Router#show running-config | include tftp no tftp client enable tftp disable If unnecessary services and functions are enabled on the switch, this is a finding.
Fix: F-77668r1110038_fix
Remove unneeded services and functions from the switch. Router# configure terminal Router(config)# no telnet server enable vlan 1 Router(config)# no tftp-server Router(config)#web-management disable Router(config)# vlan xxx (xxx = vlan ID) Router(config-vlan-1)#no webauth Router(config)#write memory
- RMF Control
- IA-3
- Severity
- H
- CCI
- CCI-000778
- Version
- RCKS-L2S-000020
- Vuln IDs
-
- V-273673
- Rule IDs
-
- SV-273673r1110976_rule
Checks: C-77764r1110040_chk
Review configuration for RADIUS server configuration, FlexAuth configuration, and applicable port configuration (optional). aaa authentication dot1x default radius radius-server host 192.168.1.24 auth-port 1812 acct-port 1813 default key 2 $UGlkRGktdG5v dot1x mac-auth no-login authentication auth-order mac-auth dot1x auth-default-vlan 100 restricted-vlan 666 re-authentication reauth-timeout 60 auth-fail-action restricted-vlan dot1x enable dot1x enable ethernet 1/1/14 to 1/1/15 dot1x port-control auto ethernet 1/1/14 to 1/1/15 mac-authentication enable mac-authentication enable ethernet 1/1/13 mac-authentication password-format xxxx.xxxx.xxxx mac-authentication dot1x-override mac-authentication dot1x-disable interface ethernet 1/1/14 port-name dot1x-test use-radius-server 192.168.1.24 no inline power ! Note: Port configuration is only necessary when specifying which RADIUS server is to be used. If user ports are not configured to control LAN access via 802.1X, this is a finding.
Fix: F-77669r1110041_fix
Configure 802.1x to authenticate endpoint devices. 1. Configure RADIUS as the authentication method for 802.1x. ICX(config)#radius-server host x.x.x.x auth-port 1812 acct-port 1813 default key xxxxx dot1x mac-auth no-login 2. Configure the dot1x authentication. ICX(config)#authentication ICX(config-authen)# auth-default-vlan 100 ICX(config-authen)# re-authentication ICX(config-authen)# reauth-period 2000 ICX(config-authen)# dot1x enable ICX(config-authen)# dot1x enable ethernet 1/1/14 to 1/1/15 ICX(config-authen)# dot1x max-req 6 ICX(config-authen)# dot1x timeout tx-period 60 ICX(config-authen)# dot1x timeout quiet-period 30
- RMF Control
- IA-7
- Severity
- M
- CCI
- CCI-000803
- Version
- RCKS-L2S-000030
- Vuln IDs
-
- V-273674
- Rule IDs
-
- SV-273674r1110977_rule
Checks: 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: 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
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-001095
- Version
- RCKS-L2S-000040
- Vuln IDs
-
- V-273675
- Rule IDs
-
- SV-273675r1111323_rule
Checks: C-77766r1111056_chk
Review the switch configuration to verify QoS has been enabled to ensure that sufficient capacity is available for mission-critical traffic. Router# show running-config | include burst ip icmp attack-rate burst-normal 5000 burst-max 10000 lockup 300 ip tcp burst-normal 30 burst-max 100 lockup 300 If the switch is not configured to manage excess bandwidth to limit the effects of packet flooding types of DoS attacks, this is a finding.
Fix: F-77671r1110047_fix
Configure router for DoS: 1. Global config mode: Router# configure terminal 2. Apply configuration parameters: Route (config)#ip icmp attack-rate burst-normal 5000 burst-max 10000 lockup 300 3. Apply configuration parameters: Route (config)#ip tcp burst-normal 30 burst-max 100 lockup 300 4. Save: write memory
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-001958
- Version
- RCKS-L2S-000080
- Vuln IDs
-
- V-273676
- Rule IDs
-
- SV-273676r1111002_rule
Checks: C-77767r1110049_chk
Verify if the switch configuration has 802.1x authentication implemented for all access switch ports connecting to LAN outlets (i.e., RJ-45 wall plates) or devices not located in the telecom room, wiring closets, or equipment rooms. MAC Authentication must be configured on those switch ports connected to devices that do not provide an 802.1x supplicant. show running-config authentication auth-default-vlan 100 re-authentication reauth-period 2000 dot1x enable dot1x enable ethernet 1/1/1 to 1/1/3 dot1x max-req 6 dot1x timeout tx-period 60 dot1x timeout quiet-period 30 mac-authentication enable mac-authentication enable ethernet 1/1/18 to 1/1/19 If 802.1x authentication or MAC Authentication is not configured on all access switch ports connecting to LAN outlets or devices not located in the telecom room, wiring closets, or equipment rooms, this is a finding.
Fix: F-77672r1110050_fix
Configure dot1x: 1. Enter global config mode: Router#configure terminal 2. Authentication configuration settings: Router(config)#authentication Router(config-authen)#auth-default-vlan 600 (user preference) Router(config-authen)#re-authentication Router(config-authen)#reauth-period 2000 Router(config-authen)#dot1x enable Router(config-authen)#dot1x enable ethernet 1/1/14 to 1/1/15 Router(config-authen)#dot1x max-req 6 Router(config-authen)#dot1x timeout tx-period 60 Router(config-authen)#dot1x timeout quiet-period 30 Router(config-authen)#mac-authentication enable Router(config-authen)#mac-authentication enable ethernet 1/1/18 to 1/1/19 3. Save: Router#write memory
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-002385
- Version
- RCKS-L2S-000090
- Vuln IDs
-
- V-273677
- Rule IDs
-
- SV-273677r1111058_rule
Checks: C-77768r1111003_chk
Review port configuration to verify that Root Protect is enabled on ports connecting to access layer switches and hosts. interface ethernet x/x/x spanning-tree root-protect If Root Protect is not configured on ports connecting to access layer switches and hosts, this is a finding.
Fix: F-77673r1111004_fix
Configure ports connected to access switches and hosts to have Root Protect enabled. ICX(config--if-e1000-x/x/x)# spanning-tree root-protect
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RCKS-L2S-000100
- Vuln IDs
-
- V-273678
- Rule IDs
-
- SV-273678r1110981_rule
Checks: C-77769r1110055_chk
Review switch port configuration on all untrusted access ports. ! interface ethernet x/x/x spanning-tree root-protect stp-bpdu-guard ! If untrusted access switch ports are not configured for BPDU Guard, this is a finding.
Fix: F-77674r1110056_fix
Configure switch BPDU Guard enabled: 1. Global Config mode: Router# configure terminal 2. Interface level mode: Router(config)# interface ethernet 1/1/1 3. Implement stp-bpdu-guard: Router(config-if-e1000-1/1/1)# stp-bpdu-guard 4. Save: Router#write memory
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RCKS-L2S-000110
- Vuln IDs
-
- V-273679
- Rule IDs
-
- SV-273679r1110982_rule
Checks: C-77770r1110058_chk
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: F-77675r1110739_fix
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
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RCKS-L2S-000120
- Vuln IDs
-
- V-273680
- Rule IDs
-
- SV-273680r1110983_rule
Checks: C-77771r1110061_chk
Review configuration to verify ports are configured to block unknown unicast traffic. ! interface ethernet 1/1/8 block unknown-unicast ! If any access switch ports do not have UUFB enabled, this is a finding.
Fix: F-77676r1110062_fix
Configure switch to block unknown unicast by port: 1. Global config: Router# configure terminal 2. Designate port level configuration: Router(config)# interface ethernet 1/1/1 to 1/1/48 3. Enter command on interface: Router(config-mif-1/1/1-1/1/48)# block unknown-unicast 4. Save the configuration: Router# write memory
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RCKS-L2S-000130
- Vuln IDs
-
- V-273681
- Rule IDs
-
- SV-273681r1111008_rule
Checks: C-77772r1111006_chk
Review switch configuration for DHCP snooping on all user VLANs. ! ip dhcp snooping vlan 100 ! interface ethernet x/x/x port-name toward_dhcp_srvr dhcp snooping trust If DHCP Snooping is not configured on user VLANs to validate DHCP messages from untrusted sources, this is a finding.
Fix: F-77677r1111007_fix
Configure the switch to have DHCP snooping for all user VLANs to validate DHCP messages from untrusted sources. 1. Configure user VLANs for DHCP snooping. ICX#configure terminal ICX(config)#ip dhcp snooping vlan 100 to 101 150 2. Configure port(s) to be trusted. ICX(config)# interface ethernet x/x/x ICX(config-if-e1000-x/x/x) dhcp snooping trust
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RCKS-L2S-000140
- Vuln IDs
-
- V-273682
- Rule IDs
-
- SV-273682r1111010_rule
Checks: C-77773r1111009_chk
Review the configuration for source-guard enabled on user-facing or untrusted ports. interface ethernet 1/1/47 port-name FlexAuth_port authentication source-guard-protection enable ! interface ethernet 1/1/48 source-guard enable ! If all user-facing or untrusted switch ports are not configured for IP Source Guard, this is a finding.
Fix: F-77678r1110741_fix
Configure the switch to have source-guard enabled on all user-facing or untrusted access switch ports. 1. Interface only: device# configure terminal device(config)# interface ethernet 1/1/4 device(config-if-e10000-1/1/4)# source-guard enable Optional Step 2: Apply to range of interfaces: device# configure terminal device(config)# interface ethernet 1/1/1 device(config-if-e10000-1/1/1)# interface ethernet 1/1/21 to 1/1/25 device(config-mif-1/1/21-1/1/25)# source-guard enable Optional Step 2: Apply to VLAN single port: device# configure terminal device(config)# vlan 12 device(config-vlan-12)# untagged ethernet 1/1/5 to 1/1/8 device(config-vlan-12)# tagged ethernet 1/1/23 to 1/1/24 device(config-vlan-12)# source-guard enable ethernet 1/1/23 Optional Step 2: Apply to VLAN all ports: device# configure terminal device(config)# vlan 12 device(config-vlan-12)# untagged ethernet 1/1/5 to 1/1/8 device(config-vlan-12)# tagged ethernet 1/1/23 to 1/1/24 device(config-vlan-12)# source-guard enable Optional Step 2: Apply to VLAN LAG port: device# configure terminal device(config)# vlan 12 device(config-vlan-12)# tagged lag 9 device(config-vlan-12)# source-guard enable lag 9 Note: Ports with FlexAuth (802.1X/MAC Auth) will require the keyword "authentication source-guard-protection enable" to apply this feature.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RCKS-L2S-000150
- Vuln IDs
-
- V-273683
- Rule IDs
-
- SV-273683r1110986_rule
Checks: C-77774r1110070_chk
Review list of VLANs with ARP inspection configured. ICX#show ip arp inspection IP ARP inspection enabled on 1 VLAN(s): VLAN(s): 16 If ARP Inspection is not enabled on all user VLANs, this is a finding.
Fix: F-77679r1110071_fix
Configure the switch to have Dynamic Address Resolution Protocol (ARP) Inspection (DAI) enabled on all user VLANs. 1. Enter global configuration mode: device# configure terminal device(config)# ip arp inspection vlan 2 Optional Step 2: Apply to multiple VLANs: device# configure terminal device(config)# ip arp inspection vlan 100 to 150 160 170 to 200
- RMF Control
- CM-6
- Severity
- L
- CCI
- CCI-000366
- Version
- RCKS-L2S-000160
- Vuln IDs
-
- V-273684
- Rule IDs
-
- SV-273684r1110987_rule
Checks: C-77775r1110073_chk
Review the configuration for the desired storm control settings on host-facing ports. ! interface ethernet 1/1/5 broadcast limit 8787 multicast limit 777 unknown-unicast limit 888 ! If host facing ports are not configured for storm control protection, this is a finding.
Fix: F-77680r1110074_fix
Configure storm control on each host-facing switch ports. 1. Enter global configuration mode: device#configure terminal 2. Configure storm control: device (config-if-e2500-1/1/5)#broadcast limit 8787 device (config-if-e2500-1/1/5)#multicast limit 777 device (config-if-e2500-1/1/5)#unknown-unicast limit 888
- RMF Control
- CM-6
- Severity
- L
- CCI
- CCI-000366
- Version
- RCKS-L2S-000170
- Vuln IDs
-
- V-273685
- Rule IDs
-
- SV-273685r1110988_rule
Checks: C-77776r1110076_chk
Review the switch configuration for IGMP and MLD snooping. ! ip multicast ipv6 multicast ! If IGMP or MLD snooping are not configured for all VLANs, this is a finding.
Fix: F-77681r1110077_fix
Configure IGMP or MLD snooping for IPv4 and IPv6 multicast traffic respectively for each VLAN. Enable IGMP Globally: ICX# configure terminal ICX(config)# ip multicast active Note: If the active keyword is not specified, the default mode is passive. Optional: IGMP Version ICX(config)# ip multicast version 3 Other options: Configure by vlan: ICX(config)# vlan 20 ICX(config-vlan-20)# multicast active ICX(config-vlan-20)# multicast version 3 ICX(config-vlan-20)# multicast port-version 3 ethernet 1/2/4 to 1/2/6 Static group assignment: ICX(config-vlan-20)# multicast static-group 224.1.1.1 count 2 ethernet 1/1/3 ethernet 1/1/5 to 1/1/7
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- RCKS-L2S-000180
- Vuln IDs
-
- V-273686
- Rule IDs
-
- SV-273686r1110989_rule
Checks: 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: 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
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- RCKS-L2S-000190
- Vuln IDs
-
- V-273687
- Rule IDs
-
- SV-273687r1110990_rule
Checks: C-77778r1110082_chk
Review configuration for UDLD configuration ("link keep-alive"). Router# show link-keepalive Total link-keepalive enabled ports: 4 Keepalive Retries: 3 Keepalive Interval: 1 Sec. Port Physical Link Logical Link State Link-vlan 1/1/1 up up FORWARDING 3 1/1/2 up up FORWARDING 1/1/3 down down DISABLED 1/1/4 up down DISABLED If UDLD is not configured to protect against one-way connections, this is a finding.
Fix: F-77683r1110083_fix
Configure the switch to enable UDLD to protect against one-way connections. 1. On a port for untagged control packets: Router(config)# link-keepalive ethernet 1/1/1 2. Optional trunk group: Router(config)# link-keepalive ethernet 1/1/1 ethernet 1/1/2 Note: To receive and send UDLD control packets tagged with a specific VLAN ID: Router(config)# link-keepalive ethernet 1/1/18 vlan 22
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- RCKS-L2S-000210
- Vuln IDs
-
- V-273688
- Rule IDs
-
- SV-273688r1111017_rule
Checks: C-77779r1111017_chk
Review the switch configurations and examine all access switch ports. Each access switch port not in use must have membership to an inactive VLAN that is not used for any purpose and is not allowed on any trunk links. 1. Show the VLAN. Router#show vlan 888 PORT-VLAN 888, Name [None], Priority level0, Off Untagged Ports: (U1/M1) 5 6 7 8 9 10 11 12 13 14 15 16 Untagged Ports: (U1/M1) 17 18 19 20 Tagged Ports: None Mac-Vlan Ports: None Monitoring: Disabled SSH@ICX7550-48ZP-Router# 2. Confirm unused interfaces are disabled. Router#show interface br ethernet 1/1/5 to 1/1/20 Port Link State Dupl Speed Trunk Tag Pvid Pri MAC Name 1/1/5 Disable None None None None No 888 0 28b3.7129.8e5e 1/1/6 Disable None None None None No 888 0 28b3.7129.8e5f 1/1/7 Disable None None None None No 888 0 28b3.7129.8e60 1/1/8 Disable None None None None No 888 0 28b3.7129.8e61 ... If unused ports are not disabled and assigned to an unused VLAN, this is a finding.
Fix: F-77684r1111012_fix
Assign all switch ports not in use to an inactive VLAN. Create unused VLAN: 1. Configure the VLAN. ICX(config)#vlan 888 name Unused_ports 2. Add unused ports to VLAN. ICX(config-vlan-888)#untag ethernet 1/1/5 to 1/1/20 Added untagged port(s) ethernet 1/1/5 to 1/1/20 to port-vlan 888. 3. Shut down all unused ports. ICX(config)#interface ethernet 1/1/5 to 1/1/20 ICX(config)#interface ethernet 1/1/5 to 1/1/20 4. Disable unused ports. ICX(config-mif-1/1/5-1/1/20)#disable ICX(config-mif-1/1/5-1/1/20)# Alternative approach: 1. Configure default VLAN ID and view assigned ports. ICX(config)# default-vlan-id 4095 ICX(config)# show vlan 4095 Total PORT-VLAN entries: 20 Maximum PORT-VLAN entries: 1024 Legend: [Stk=Stack-Id, S=Slot] PORT-VLAN 4095, Name DEFAULT-VLAN, Priority level0, On Untagged Ports: (U1/M1) 5 6 7 8 9 10 11 12 13 14 15 16 Untagged Ports: (U1/M1) 17 18 19 20 Tagged Ports: None Mac-Vlan Ports: None Monitoring: Disabled 2. Disable displayed ports. ICX(config)# interface ethernet 1/1/5 to 1/1/20 ICX(config-mif-1/1/5-1/1/20)# disable
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- RCKS-L2S-000220
- Vuln IDs
-
- V-273689
- Rule IDs
-
- SV-273689r1111059_rule
Checks: C-77780r1111014_chk
Review the switch configurations and verify that no access switch ports have been assigned membership to the default VLAN. Router#show vlans PORT-VLAN 5, Name DEFAULT-VLAN], Priority level0, in single spanning tree domain Untagged Ports: None Tagged Ports: (U1/M1) 1 2 5 7 9 11 Mac-Vlan Ports: None Monitoring: Disabled If there are access switch ports assigned to the default VLAN, this is a finding.
Fix: F-77685r1110747_fix
Remove the assignment of the default VLAN from all access switch ports. 1. Remove the default VLAN. Router(config-vlan-5)#tag ethernet 1/1/48 Added tagged port(s) ethernet 1/1/48 to port-vlan 5. Router(config-vlan-5)# 2. Save the configuration. Router(config-vlan-5)# write memory Note: The Default VLAN ID can be configurable by the administrator.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- RCKS-L2S-000230
- Vuln IDs
-
- V-273690
- Rule IDs
-
- SV-273690r1110993_rule
Checks: C-77781r1110091_chk
Review the switch configuration and verify that the default VLAN is pruned from trunk links that do not require it. device#show vlan 888 PORT-VLAN 888, Name DEFAULT-VLAN, 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 16 17 18 19 20 21 22 23 24 Untagged Ports: (U1/M1) 25 26 27 28 29 30 31 32 33 34 35 36 Untagged Ports: (U1/M1) 37 38 39 40 41 43 44 45 46 47 48 Untagged Ports: (U1/M2) 1 2 3 4 5 6 7 8 Tagged Ports: None Mac-Vlan Ports: None Monitoring: Disabled device# If the default VLAN is not pruned from trunk links that should not be transporting frames for the VLAN, this is a finding.
Fix: F-77686r1110092_fix
Prune unnecessary trunk links from access to the default VLAN. 1. Review the default VLAN ports. device#show vlan 888 PORT-VLAN 888, Name DEFAULT-VLAN, 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 16 17 18 19 20 21 22 23 24 Untagged Ports: (U1/M1) 25 26 27 28 29 30 31 32 33 34 35 36 Untagged Ports: (U1/M1) 37 38 39 40 41 43 44 45 46 47 48 Untagged Ports: (U1/M2) 1 2 3 4 5 6 7 8 2. Remove any trunk ports (example 1/2/1 below) on the list. device(config-vlan-888)# no untag ethernet 1/2/1
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- RCKS-L2S-000240
- Vuln IDs
-
- V-273691
- Rule IDs
-
- SV-273691r1111060_rule
Checks: C-77782r1110094_chk
Review switch configuration to confirm the management VLAN is designated and is not VLAN 1. ! vlan 235 name mgmt-vlan tagged ethernet 1/2/1 ! If the management VLAN is the same as the default VLAN or VLAN 1, this is a finding.
Fix: F-77687r1110095_fix
Configure a VLAN specifically for management use: device(config)# vlan 235 name mgmt-vlan device(config-vlan-235)# tag ethernet 1/2/1 device(config-vlan-235)# interface ve 235 device(config-vif-235)# ip addr x.x.x.x/x Note: For L2 images prior to release 10.0, the management VLAN can be configured per the example below. The default-gateway statement sets a metric of 1. device(config)# vlan 235 name mgmt-vlan device(config-vlan-235)# tag ethernet 1/2/1 device(config-vlan-235)# management-vlan device(config-vlan-235)# default-gateway x.x.x.x 1 device(config-vlan-235)# exit device(config)# ip addr x.x.x.x/x
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- RCKS-L2S-000250
- Vuln IDs
-
- V-273692
- Rule IDs
-
- SV-273692r1110995_rule
Checks: C-77783r1110097_chk
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: F-77688r1110098_fix
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
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- RCKS-L2S-000260
- Vuln IDs
-
- V-273693
- Rule IDs
-
- SV-273693r1110996_rule
Checks: C-77784r1110100_chk
Examine the ports associated with the default VLAN. device#show vlans Total PORT-VLAN entries: 2 Maximum PORT-VLAN entries: 1024 Legend: [Stk=Stack-Id, S=Slot] PORT-VLAN 4505, Name DEFAULT-VLAN, Priority level0, On Untagged Ports: (U1/M1) Untagged Ports: (U1/M1) Untagged Ports: (U1/M1) Untagged Ports: (U1/M1) Untagged Ports: (U1/M2) Tagged Ports: None Mac-Vlan Ports: None Monitoring: Disabled device# If any 802.1q trunk interfaces (with tagged VLANs) also have the default VLAN assigned as the native VLAN (i.e., untagged), this is a finding.
Fix: F-77689r1110101_fix
If a trunk port (1/2/1 below) also has the default VLAN assigned as the native VLAN (i.e., untagged), remove that interface from the default VLAN. device# configure terminal device(config)# default-vlan-id 4505 device(config)# vlan 4505 device(config-vlan-4505)# no untag ethernet 1/2/1
- RMF Control
- CM-6
- Severity
- L
- CCI
- CCI-000366
- Version
- RCKS-L2S-000270
- Vuln IDs
-
- V-273694
- Rule IDs
-
- SV-273694r1110997_rule
Checks: C-77785r1110103_chk
Examine switch port configuration to determine whether a native VLAN (i.e., untagged) is assigned. ! vlan 4000 name DEFAULT-VLAN by port no untagged ethernet 1/2/1 spanning-tree ! ! vlan 10 by port tagged ethernet 1/2/1 untagged ethernet 1/1/1 ! ! vlan 20 by port tagged ethernet 1/2/1 untagged ethernet 1/1/2 ! If any switch ports have a native VLAN (i.e., untagged) also assigned, this is a finding.
Fix: F-77690r1110104_fix
Remove any native VLAN (i.e., untagged) from switch ports (1/2/1): device(config)# vlan 4000 device(config-vlan-4000)# no untag ethernet 1/2/1
- RMF Control
- Severity
- M
- CCI
- CCI-004891
- Version
- RCKS-L2S-000300
- Vuln IDs
-
- V-273696
- Rule IDs
-
- SV-273696r1110998_rule
Checks: C-77787r1110109_chk
Review the RUCKUS ICX switch configuration. Router# Show Vlans PORT-VLAN 5, Name Organization_A, Priority level0, in single spanning tree domain Untagged Ports: None 2 Tagged Ports: (U1/M1) 4 6 8 10 12 14 Mac-Vlan Ports: None Monitoring: Disabled PORT-VLAN 10, Name Organization_B, Priority level0, in single spanning tree domain Untagged Ports: None 20 21 22 Tagged Ports: (U1/M1) 1 3 5 7 9 11 Mac-Vlan Ports: None Monitoring: Disabled PORT-VLAN 12, Name IP_Phone, Priority level0, in single spanning tree domain Untagged Ports: None Tagged Ports: (U1/M1) 30 31 32 33 34 35 Mac-Vlan Ports: None Monitoring: Disabled If the RUCKUS ICX switch is not configured to implement physically or logically separate subnetworks to isolate organization-defined critical system components and functions, this is a finding.
Fix: F-77692r1110749_fix
Configure the layer 2 switch to implement physically or logically separate subnetworks to isolate organization-defined critical system components and functions. 1. Add appropriate VLAN by name. device# configure terminal Router(config)#vlan 5 Name Organization_A Router(config)#vlan 10 Name Organization_B Router(config)#vlan 10 Name IP_Phone 2. Add untagged Ports for the specific ports to the VLANs as needed. Router(config-vlan-5)#untag ethernet 1/1/2 3. Add tagged ports. Router(config-vlan-5)#tag ethernet 1/1/4 4. Save the configuration. Router(config-vlan-5)#write memory