Cisco IOS Switch L2S Security Technical Implementation Guide
Pick two releases to diff their requirements.
Open a previous version of this STIG.
Digest of Updates +26 −26
Comparison against the immediately-prior release (V1R1). Rule matching uses the Group Vuln ID. Content-change detection compares the rule’s description, check, and fix text after stripping inline markup — cosmetic-only edits aren’t flagged.
Added rules 26
- V-220622 Medium The Cisco switch must be configured to disable non-essential capabilities.
- V-220623 High The Cisco switch must uniquely identify all network-connected endpoint devices before establishing any connection.
- V-220624 Medium The Cisco switch must authenticate all VLAN Trunk Protocol (VTP) messages with a hash function using the most secured cryptographic algorithm available.
- V-220625 Medium The Cisco switch must manage excess bandwidth to limit the effects of packet-flooding types of denial-of-service (DoS) attacks.
- V-220626 Medium The Cisco switch must be configured for authorized users to select a user session to capture.
- V-220627 Medium The Cisco switch must be configured for authorized users to remotely view, in real time, all content related to an established user session from a component separate from the Cisco switch.
- V-220628 Medium The Cisco switch must authenticate all endpoint devices before establishing any connection.
- V-220629 Low The Cisco switch must have Root Guard enabled on all switch ports connecting to access layer switches and hosts.
- V-220630 Medium The Cisco switch must have Bridge Protocol Data Unit (BPDU) Guard enabled on all user-facing or untrusted access switch ports.
- V-220631 Medium The Cisco switch must have Spanning Tree Protocol (STP) Loop Guard enabled.
- V-220632 Medium The Cisco switch must have Unknown Unicast Flood Blocking (UUFB) enabled.
- V-220633 Medium The Cisco switch must have DHCP snooping for all user VLANs to validate DHCP messages from untrusted sources.
- V-220634 Medium The Cisco switch must have IP Source Guard enabled on all user-facing or untrusted access switch ports.
- V-220635 Medium The Cisco switch must have Dynamic Address Resolution Protocol (ARP) Inspection (DAI) enabled on all user VLANs.
- V-220636 Low The Cisco switch must have Storm Control configured on all host-facing switchports.
- V-220637 Low The Cisco switch must have IGMP or MLD Snooping configured on all VLANs.
- V-220638 Medium The Cisco switch must implement Rapid Spanning Tree Protocol (STP) where VLANs span multiple switches with redundant links.
- V-220639 Medium The Cisco switch must enable Unidirectional Link Detection (UDLD) to protect against one-way connections.
- V-220640 Medium The Cisco switch must have all trunk links enabled statically.
- V-220641 Medium The Cisco switch must have all disabled switch ports assigned to an unused VLAN.
- V-220642 Medium The Cisco switch must not have the default VLAN assigned to any host-facing switch ports.
- V-220643 Medium The Cisco switch must have the default VLAN pruned from all trunk ports that do not require it.
- V-220644 Medium The Cisco switch must not use the default VLAN for management traffic.
- V-220645 Medium The Cisco switch must have all user-facing or untrusted ports configured as access switch ports.
- V-220646 Medium The Cisco switch must have the native VLAN assigned to an ID other than the default VLAN for all 802.1q trunk links.
- V-220647 Low The Cisco switch must not have any switchports assigned to the native VLAN.
Removed rules 26
- V-101111 Medium The Cisco switch must be configured to disable non-essential capabilities.
- V-101113 High The Cisco switch must uniquely identify all network-connected endpoint devices before establishing any connection.
- V-101115 Medium The Cisco switch must authenticate all VLAN Trunk Protocol (VTP) messages with a hash function using the most secured cryptographic algorithm available.
- V-101117 Medium The Cisco switch must manage excess bandwidth to limit the effects of packet-flooding types of denial-of-service (DoS) attacks.
- V-101119 Medium The Cisco switch must be configured for authorized users to select a user session to capture.
- V-101121 Medium The Cisco switch must be configured for authorized users to remotely view, in real time, all content related to an established user session from a component separate from the Cisco switch.
- V-101123 Medium The Cisco switch must authenticate all endpoint devices before establishing any connection.
- V-101125 Low The Cisco switch must have Root Guard enabled on all switch ports connecting to access layer switches and hosts.
- V-101127 Medium The Cisco switch must have Bridge Protocol Data Unit (BPDU) Guard enabled on all user-facing or untrusted access switch ports.
- V-101129 Medium The Cisco switch must have Spanning Tree Protocol (STP) Loop Guard enabled.
- V-101131 Medium The Cisco switch must have Unknown Unicast Flood Blocking (UUFB) enabled.
- V-101133 Medium The Cisco switch must have DHCP snooping for all user VLANs to validate DHCP messages from untrusted sources.
- V-101135 Medium The Cisco switch must have IP Source Guard enabled on all user-facing or untrusted access switch ports.
- V-101137 Medium The Cisco switch must have Dynamic Address Resolution Protocol (ARP) Inspection (DAI) enabled on all user VLANs.
- V-101139 Low The Cisco switch must have Storm Control configured on all host-facing switchports.
- V-101141 Low The Cisco switch must have IGMP or MLD Snooping configured on all VLANs.
- V-101143 Medium The Cisco switch must implement Rapid Spanning Tree Protocol (STP) where VLANs span multiple switches with redundant links.
- V-101145 Medium The Cisco switch must enable Unidirectional Link Detection (UDLD) to protect against one-way connections.
- V-101147 Medium The Cisco switch must have all trunk links enabled statically.
- V-101149 Medium The Cisco switch must have all disabled switch ports assigned to an unused VLAN.
- V-101151 Medium The Cisco switch must not have the default VLAN assigned to any host-facing switch ports.
- V-101153 Medium The Cisco switch must have the default VLAN pruned from all trunk ports that do not require it.
- V-101155 Medium The Cisco switch must not use the default VLAN for management traffic.
- V-101157 Medium The Cisco switch must have all user-facing or untrusted ports configured as access switch ports.
- V-101159 Medium The Cisco switch must have the native VLAN assigned to an ID other than the default VLAN for all 802.1q trunk links.
- V-101161 Low The Cisco switch must not have any switchports assigned to the native VLAN.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- CISC-L2-000010
- Vuln IDs
-
- V-220622
- V-101111
- Rule IDs
-
- SV-220622r539671_rule
- SV-110215
Checks: C-22337r507912_chk
Review the switch configuration to verify that the switch does not have any unnecessary or non-secure services enabled. For example, the following commands should not be in the configuration: boot network ip boot server ip bootp server ip dns server ip identd ip finger ip http server ip rcmd rcp-enable ip rcmd rsh-enable service config service finger service tcp-small-servers service udp-small-servers service pad Note: ip http server can be enabled provided that the "ip http active-session-modules none" command is configured for scenarios such as ISE sending URL redirects to the switch. If any unnecessary services are enabled, this is a finding.
Fix: F-22326r507913_fix
Disable the following services if enabled as shown in the example below: SW2(config)#no boot network SW2(config)#no ip boot server SW2(config)#no ip bootp server SW2(config)#no ip dns server SW2(config)#no ip identd SW2(config)#no ip finger SW2(config)#no ip http server SW2(config)#no ip rcmd rcp-enable SW2(config)#no ip rcmd rsh-enable SW2(config)#no service config SW2(config)#no service finger SW2(config)#no service tcp-small-servers SW2(config)#no service udp-small-servers SW2(config)#no service pad
- RMF Control
- IA-3
- Severity
- H
- CCI
- CCI-000778
- Version
- CISC-L2-000020
- Vuln IDs
-
- V-220623
- V-101113
- Rule IDs
-
- SV-220623r539671_rule
- SV-110217
Checks: C-22338r507915_chk
Verify that 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 Bypass (MAB) must be configured on switch ports connected to devices that do not support an 802.1x supplicant. Step 1: Verify that 802.1x is configured on all host-facing interfaces as shown in the example below: interface GigabitEthernet1/0 switchport access vlan 12 switchport mode access authentication port-control auto dot1x pae authenticator ! interface GigabitEthernet1/1 switchport access vlan 13 switchport mode access authentication port-control auto dot1x pae authenticator ! interface GigabitEthernet1/2 switchport access vlan 13 switchport mode access authentication port-control auto dot1x pae authenticator Step 2: Verify that 802.1x authentication is configured on the switch as shown in the example below: aaa new-model ! ! aaa group server radius RADIUS_SERVERS server name RADIUS_1 server name RADIUS_2 ! aaa authentication dot1x default group RADIUS_SERVERS … … … dot1x system-auth-control Step 3: Verify that the radius servers have been defined: SW1#show radius server-group RADIUS_SERVERS Note: Single-host is the default. Host-mode multi-domain (for VoIP phone plus PC) or multi-auth (multiple PCs connected to a hub) can be configured as alternatives. Host-mode multi-host is not compliant with this requirement. If 802.1x authentication or MAB 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-22327r507916_fix
Configure 802.1 x authentications on all host-facing access switch ports. To authenticate devices that do not support 802.1x, MAC Authentication Bypass must be configured. Step 1: Configure the radius servers as shown in the example below: SW1(config)#radius server RADIUS_1 SW1(config-radius-server)#address ipv4 10.1.22.3 SW1(config-radius-server)#key xxxxxx SW1(config-radius-server)#exit SW1(config)#radius server RADIUS_2 SW1(config-radius-server)#address ipv4 10.1.14.5 SW1(config-radius-server)#key xxxxxx SW1(config-radius-server)#exit Step 2: Enable 802.1x authentication on the switch: SW1(config)#aaa new-model SW1(config)#aaa group server radius RADIUS_SERVERS SW1(config-sg-radius)#server name RADIUS_1 SW1(config-sg-radius)#server name RADIUS_2 SW1(config-sg-radius)#exit SW1(config)#aaa authentication dot1x default group RADIUS_SERVERS SW1(config)#dot1x system-auth-control Step 3: Enable 802.1x on all host-facing interfaces as shown in the example below: SW1(config)#int range g1/0 - 8 SW1(config-if-range)#switchport mode access SW1(config-if-range)#authentication host-mode single-host SW1(config-if-range)#dot1x pae authenticator SW1(config-if-range)#authentication port-control auto SW1(config-if-range)#end Note: Single-host is the default. Host-mode multi-domain (for VoIP phone plus PC) or multi-auth (multiple PCs connected to a hub) can be configured as alternatives.
- RMF Control
- IA-7
- Severity
- M
- CCI
- CCI-000803
- Version
- CISC-L2-000030
- Vuln IDs
-
- V-220624
- V-101115
- Rule IDs
-
- SV-220624r539671_rule
- SV-110219
Checks: C-22339r507918_chk
Review the switch configuration to verify that VTP is enabled using the show vtp status command as shown in the example below: Switch#show vtp status VTP Version capable : 1 to 3 VTP version running : 1 VTP Domain Name : VTP Pruning Mode : Disabled VTP Traps Generation : Disabled Device ID : 5e00.0000.8000 Feature VLAN: -------------- VTP Operating Mode : Off Maximum VLANs supported locally : 1005 Number of existing VLANs : 5 Configuration Revision : 0 MD5 digest : 0x57 0xCD 0x40 0x65 0x63 0x59 0x47 0xBD 0x56 0x9D 0x4A 0x3E 0xA5 0x69 0x35 0xBC Switch# If mode is set to anything other than off, verify that a password has been configured using the show vtp password command. Note: VTP authenticates all messages using an MD5 hash that consists of the VTP version plus the VTP Password plus VTP Domain plus VTP Configuration Revision. If VTP is enabled on the switch and is not authenticating VTP messages with a hash function using a configured password, this is a finding.
Fix: F-22328r507919_fix
Configure the switch to authenticate all VTP messages with a hash function using a configured password as shown in the example below: SW1(config)#vtp password xxxxxxxxx
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-001095
- Version
- CISC-L2-000040
- Vuln IDs
-
- V-220625
- V-101117
- Rule IDs
-
- SV-220625r539671_rule
- SV-110221
Checks: C-22340r507921_chk
Review the switch configuration to verify QoS has been enabled as shown below: mls qos If QoS has not been enabled, this is a finding.
Fix: F-22329r507922_fix
Enable QoS on the switch: SW1(config)#mls qos
- RMF Control
- AU-14
- Severity
- M
- CCI
- CCI-001919
- Version
- CISC-L2-000060
- Vuln IDs
-
- V-220626
- V-101119
- Rule IDs
-
- SV-220626r539671_rule
- SV-110223
Checks: C-22341r507924_chk
Verify that the switch is capable of capturing ingress and egress packets from any designated switch port for the purpose of monitoring a specific user session. The example configuration below will capture packets from interface GigabitEthernet0/3 and replicate the packets to interface GigabitEthernet0/2: monitor session 1 source interface Gi0/3 monitor session 1 destination interface Gi0/2 If the switch is not capable of capturing ingress and egress packets from a designated switch port, this is a finding.
Fix: F-22330r507925_fix
Enable the feature or configure the switch so that it is capable of capturing ingress and egress packets from any designated switch port for the purpose of monitoring a specific user session. The example configuration below will capture packets from interface GigabitEthernet0/3 and replicate the packets to GigabitEthernet0/2: SW1(config)#monitor session 1 source int g0/3 SW1(config)#monitor session 1 destination int g0/2
- RMF Control
- AU-14
- Severity
- M
- CCI
- CCI-001920
- Version
- CISC-L2-000070
- Vuln IDs
-
- V-220627
- V-101121
- Rule IDs
-
- SV-220627r539671_rule
- SV-110225
Checks: C-22342r507927_chk
Verify that the switch is capable of capturing ingress and egress packets from any designated switch port for the purpose of remotely monitoring a specific user session. The example configuration below will capture packets from interface GigabitEthernet0/3 and replicate the packets to interface GigabitEthernet0/2: monitor session 1 source interface Gi0/3 monitor session 1 destination interface Gi0/2 If the switch is not capable of capturing ingress and egress packets from a designated switch port for the purpose of remotely monitoring a specific user session, this is a finding.
Fix: F-22331r507928_fix
Enable the feature or configure the switch so that it is capable of capturing ingress and egress packets from any designated switch port for the purpose of monitoring a specific user session. The example configuration below will capture packets from interface GigabitEthernet0/3 and replicate the packets to GigabitEthernet0/2: SW1(config)#monitor session 1 source int g0/3 SW1(config)#monitor session 1 destination int g0/2
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-001958
- Version
- CISC-L2-000080
- Vuln IDs
-
- V-220628
- V-101123
- Rule IDs
-
- SV-220628r539671_rule
- SV-110227
Checks: C-22343r507930_chk
Verify that 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 Bypass (MAB) must be configured on switch ports connected to devices that do not provide an 802.1x supplicant. Step 1: Verify that 802.1x is configured on all host-facing interfaces as shown in the example below: interface GigabitEthernet1/0 switchport access vlan 12 switchport mode access authentication port-control auto dot1x pae authenticator ! interface GigabitEthernet1/1 switchport access vlan 13 switchport mode access authentication port-control auto dot1x pae authenticator ! interface GigabitEthernet1/2 switchport access vlan 13 switchport mode access authentication port-control auto dot1x pae authenticator Step 2: Verify that 802.1x authentication is configured on the switch as shown in the example below: aaa new-model ! ! aaa group server radius RADIUS_SERVERS server name RADIUS_1 server name RADIUS_2 ! aaa authentication dot1x default group RADIUS_SERVERS … … … dot1x system-auth-control Step 3: Verify that the radius servers have been defined: SW1#show radius server-group RADIUS_SERVERS Note: Single-host is the default. Host-mode multi-domain (for VoIP phone plus PC) or multi-auth (multiple PCs connected to a hub) can be configured as alternatives. Host-mode multi-host is not compliant with this requirement. If 802.1x authentication or MAB 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-22332r507931_fix
Configure 802.1 x authentications on all host-facing access switch ports. To authenticate devices that do not support 802.1x, MAB must be configured. Step 1: Configure the radius servers as shown in the example below: SW1(config)#radius server RADIUS_1 SW1(config-radius-server)#address ipv4 10.1.22.3 SW1(config-radius-server)#key xxxxxx SW1(config-radius-server)#exit SW1(config)#radius server RADIUS_2 SW1(config-radius-server)#address ipv4 10.1.14.5 SW1(config-radius-server)#key xxxxxx SW1(config-radius-server)#exit Step 2: Enable 802.1x authentication on the switch: SW1(config)#aaa new-model SW1(config)#aaa group server radius RADIUS_SERVERS SW1(config-sg-radius)#server name RADIUS_1 SW1(config-sg-radius)#server name RADIUS_2 SW1(config-sg-radius)#exit SW1(config)#aaa authentication dot1x default group RADIUS_SERVERS SW1(config)#dot1x system-auth-control Step 3: Enable 802.1x on all host-facing interfaces as shown in the example below: SW1(config)#int range g1/0 - 8 SW1(config-if-range)#switchport mode access SW1(config-if-range)#authentication host-mode single-host SW1(config-if-range)#dot1x pae authenticator SW1(config-if-range)#authentication port-control auto SW1(config-if-range)#end Note: Single-host is the default. Host-mode multi-domain (for VoIP phone plus PC) or multi-auth (multiple PCs connected to a hub) can be configured as alternatives.
- RMF Control
- SC-5
- Severity
- L
- CCI
- CCI-002385
- Version
- CISC-L2-000090
- Vuln IDs
-
- V-220629
- V-101125
- Rule IDs
-
- SV-220629r539671_rule
- SV-110229
Checks: C-22344r507933_chk
Review the switch topology as well as the configuration to verify that Root Guard is enabled on all switch ports connecting to access layer switches and hosts. interface GigabitEthernet0/0 spanning-tree guard root ! interface GigabitEthernet0/1 spanning-tree guard root … … … interface GigabitEthernet0/9 spanning-tree guard root If the switch has not enabled Root Guard on all switch ports connecting to access layer switches and hosts, this is a finding.
Fix: F-22333r507934_fix
Configure the switch to have Root Guard enabled on all ports connecting to access layer switches and hosts: SW1(config)#int range g0/0 - 9 SW1(config-if-range)#spanning-tree guard root
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- CISC-L2-000100
- Vuln IDs
-
- V-220630
- V-101127
- Rule IDs
-
- SV-220630r539671_rule
- SV-110231
Checks: C-22345r507936_chk
Review the switch configuration to verify that BPDU Guard is enabled on all user-facing or untrusted access switch ports as shown in the configuration example below: interface GigabitEthernet0/0 spanning-tree bpduguard enable ! interface GigabitEthernet0/1 spanning-tree bpduguard enable … … … interface GigabitEthernet0/9 spanning-tree bpduguard enable If the switch has not enabled BPDU Guard, this is a finding.
Fix: F-22334r507937_fix
Enable BPDU Guard on all user-facing or untrusted access switch ports as shown in the configuration example below: SW1(config)#int range g0/0 - 9 SW1(config-if-range)#spanning-tree bpduguard enable Note: BPDU Guard can also be enabled globally on all Port Fast-enabled ports by using the spanning-tree portfast bpduguard default command.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- CISC-L2-000110
- Vuln IDs
-
- V-220631
- V-101129
- Rule IDs
-
- SV-220631r539671_rule
- SV-110233
Checks: C-22346r507939_chk
Review the switch configuration to verify that STP Loop Guard is enabled as shown in the configuration example below: hostname SW2 … … … spanning-tree mode pvst spanning-tree loopguard default If STP Loop Guard is not enabled, this is a finding.
Fix: F-22335r507940_fix
Configure the switch to have STP Loop Guard enabled via the spanning-tree loopguard default global command.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- CISC-L2-000120
- Vuln IDs
-
- V-220632
- V-101131
- Rule IDs
-
- SV-220632r539671_rule
- SV-110235
Checks: C-22347r507942_chk
Review the switch configuration to verify that UUFB is enabled on all access switch ports as shown in the configuration example below: interface GigabitEthernet0/0 switchport block unicast ! interface GigabitEthernet0/1 switchport block unicast … … … interface GigabitEthernet0/9 switchport block unicast If any access switch ports do not have UUFB enabled, this is a finding.
Fix: F-22336r507943_fix
Configure the switch to have UUFB enabled as shown in the configuration example below: SW1(config)#int range g0/0 - 9 SW1(config-if-range)#switchport block unicast
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- CISC-L2-000130
- Vuln IDs
-
- V-220633
- V-101133
- Rule IDs
-
- SV-220633r539671_rule
- SV-110237
Checks: C-22348r507945_chk
Review the switch configuration and verify that DHCP snooping is enabled on all user VLANs as shown in the example below: hostname SW2 … … … ip dhcp snooping vlan 2,4-8,11 ip dhcp snooping Note: Switchports assigned to a user VLAN would have drops in the area where the user community would reside; hence, the "untrusted" term is used. Server and printer VLANs would not be applicable. If the switch does not have DHCP snooping enabled for all user VLANs to validate DHCP messages from untrusted sources, this is a finding.
Fix: F-22337r507946_fix
Configure the switch to have DHCP snooping for all user VLANs to validate DHCP messages from untrusted sources as shown in the example below: SW2(config)#ip dhcp snooping SW2(config)#ip dhcp snooping vlan 2,4-8,11
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- CISC-L2-000140
- Vuln IDs
-
- V-220634
- V-101135
- Rule IDs
-
- SV-220634r539671_rule
- SV-110239
Checks: C-22349r507948_chk
Review the switch configuration to verify that IP Source Guard is enabled on all user-facing or untrusted access switch ports as shown in the example below: interface GigabitEthernet0/0 ip verify source ! interface GigabitEthernet0/1 ip verify source … … … interface GigabitEthernet0/9 ip verify source Note: The IP Source Guard feature depends on the entries in the DHCP snooping database or static IP-MAC-VLAN configuration commands to verify IP-to-MAC address bindings. If the switch does not have IP Source Guard enabled on all untrusted access switch ports, this is a finding.
Fix: F-22338r507949_fix
Configure the switch to have IP Source Guard enabled on all user-facing or untrusted access switch ports: SW2(config)#int range g0/0 - 9 SW2(config-if-range)#ip verify source
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- CISC-L2-000150
- Vuln IDs
-
- V-220635
- V-101137
- Rule IDs
-
- SV-220635r539671_rule
- SV-110241
Checks: C-22350r507951_chk
Review the switch configuration to verify that the DAI feature is enabled on all user VLANs: hostname SW2 … … … ip arp inspection vlan 2,4-8,11 Note: DAI depends on the entries in the DHCP snooping binding database to verify IP-to-MAC address bindings in incoming ARP requests and ARP responses. If DAI is not enabled on all user VLANs, this is a finding.
Fix: F-22339r507952_fix
Configure the switch to have DAI enabled on all user VLANs as shown in the example below: SW2(config)#ip arp inspection vlan 2,4-8,11
- RMF Control
- CM-6
- Severity
- L
- CCI
- CCI-000366
- Version
- CISC-L2-000160
- Vuln IDs
-
- V-220636
- V-101139
- Rule IDs
-
- SV-220636r648763_rule
- SV-110243
Checks: C-22351r648761_chk
Review the switch configuration to verify that storm control is enabled on all host-facing interfaces as shown in the example below: interface GigabitEthernet0/3 switchport access vlan 12 storm-control unicast level bps 62000000 storm-control broadcast level bps 20000000 Note: Bandwidth percentage thresholds (via level parameter) can be used in lieu of PPS rate. If storm control is not enabled at a minimum for broadcast traffic, this is a finding.
Fix: F-22340r648762_fix
Configure storm control for each host-facing interface as shown in the example below: SW1(config)#int range g0/2 - 8 SW1(config-if-range)#storm-control unicast bps 62000000 SW1(config-if-range)#storm-control broadcast level bps 20000000 Note: The acceptable range is 10000000 -1000000000 for a gigabit Ethernet interface, and 100000000-10000000000 for a 10-gigabit interface. Storm control is not supported on most FastEthernet interfaces.
- RMF Control
- CM-6
- Severity
- L
- CCI
- CCI-000366
- Version
- CISC-L2-000170
- Vuln IDs
-
- V-220637
- V-101141
- Rule IDs
-
- SV-220637r539671_rule
- SV-110245
Checks: C-22352r507957_chk
Review the switch configuration to verify that IGMP or MLD snooping has been configured for IPv4 and IPv6 multicast traffic respectively. The example below shows the steps to verify that IGMP snooping is enabled for each VLAN. Step 1: Verify that IGMP or MLD snooping is enabled globally. By default, IGMP snooping is enabled globally; hence, the following command should not be in the switch configuration: no ip igmp snooping Step 2: Verify that IGMP snooping is not disabled for any VLAN as shown in the example below: no ip igmp snooping vlan 11 Note: When IGMP snooping is globally enabled, it is also enabled by default on all VLANs but can be disabled on a per-VLAN basis. If global snooping is disabled, VLAN snooping cannot be enabled. If the switch is not configured to implement IGMP or MLD snooping for each VLAN, this is a finding.
Fix: F-22341r507958_fix
Globally configure IGMP or MLD snooping for IPv4 and IPv6 multicast traffic respectively: SW1(config)#ip igmp snooping
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- CISC-L2-000180
- Vuln IDs
-
- V-220638
- V-101143
- Rule IDs
-
- SV-220638r539671_rule
- SV-110247
Checks: C-22353r507960_chk
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 switch configuration to verify that Rapid STP has been implemented: hostname SW2 … … … spanning-tree mode rapid-pvst Note: MSTP can be configured as an alternate mode. MSTP uses RSTP for rapid convergence and enables multiple VLANs to be grouped into and mapped to the same spanning-tree instance, thereby reducing the number of spanning-tree instances needed to support a large number of VLANs. If either RSTP or MSTP has not been implemented where STP is required, this is a finding.
Fix: F-22342r507961_fix
Configure Rapid STP or MSTP to be implemented at the access and distribution layers where VLANs span multiple switches as shown in the examples below: SW2(config)#spanning-tree mode rapid-pvst or SW1(config)#spanning-tree mode mst
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- CISC-L2-000190
- Vuln IDs
-
- V-220639
- V-101145
- Rule IDs
-
- SV-220639r539671_rule
- SV-110249
Checks: C-22354r507963_chk
If any of the switch ports have fiber optic interconnections with neighbors, review the switch configuration to verify that UDLD is enabled globally or on a per-interface basis as shown in the examples below: hostname SW2 … … … udld enable or interface GigabitEthernet0/1 udld port Note: An alternative implementation when UDLD is not supported by connected device is to deploy a single member Link Aggregation Group (LAG) via IEEE 802.3ad Link Aggregation Control Protocol (LACP). If the switch has fiber optic interconnections with neighbors and UDLD is not enabled, this is a finding.
Fix: F-22343r507964_fix
Configure the switch to enable UDLD to protect against one-way connections: SW2(config)#udld enable or SW2(config)#int g0/1 SW2(config-if)#udld port
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- CISC-L2-000200
- Vuln IDs
-
- V-220640
- V-101147
- Rule IDs
-
- SV-220640r539671_rule
- SV-110251
Checks: C-22355r507966_chk
By default, DTP is enabled on all Cisco switches. Review the switch configuration to verify that trunk links will not form a trunk via negotiation as shown in the example below: SW2#show interfaces switchport Name: Gi0/0 Switchport: Enabled Administrative Mode: dynamic auto Operational Mode: static access Administrative Trunking Encapsulation: negotiate Operational Trunking Encapsulation: native Negotiation of Trunking: On If trunk negotiation is enabled on any interface, this is a finding.
Fix: F-22344r507967_fix
Configure the switch to enable trunk links statically as shown in the configuration below: SW2(config-if)#switchport trunk encapsulation dot1q SW2(config-if)#switchport mode trunk SW2(config-if)#switchport nonegotiate
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- CISC-L2-000210
- Vuln IDs
-
- V-220641
- V-101149
- Rule IDs
-
- SV-220641r539671_rule
- SV-110253
Checks: C-22356r507969_chk
Step 1: Review the switch configurations and examine all access switch ports. Each access switch port not in use should have membership to an inactive VLAN. interface GigabitEthernet0/0 switchport access vlan 999 shutdown ! interface GigabitEthernet0/1 switchport access vlan 999 shutdown … … … interface GigabitEthernet0/9 switchport access vlan 999 shutdown Step 2: Verify that traffic from the inactive VLAN is not allowed on any trunk links as shown in the example below: interface GigabitEthernet1/1 switchport trunk allowed vlan 1-998,1000-4094 switchport trunk encapsulation dot1q switchport mode trunk Note: Switch ports configured for 802.1x are exempt from this requirement. If any access switch ports are not in use and not in an inactive VLAN, this is a finding.
Fix: F-22345r507970_fix
Assign all switch ports not in use to an inactive VLAN. Step 1: Assign the disabled interfaces to an inactive VLAN: SW3(config)#int range g0/0 – 9 SW3(config-if-range)# switchport access vlan 999 Step 2: Configure trunk links to not allow traffic from the inactive VLAN: SW3(config)#int g1/1 SW3(config-if)#switchport trunk allowed vlan except 999
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- CISC-L2-000220
- Vuln IDs
-
- V-220642
- V-101151
- Rule IDs
-
- SV-220642r539671_rule
- SV-110255
Checks: C-22357r507972_chk
Review the switch configurations and verify that no access switch ports have been assigned membership to the default VLAN (i.e., VLAN 1). VLAN assignments can be verified via the show vlan command: SW1#show vlan VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1 default active 10 User VLAN active Gi0/3, Gi1/0, Gi1/1, Gi1/2 Gi1/3, Gi2/1 20 Management VLAN active Gi0/2 999 VLAN0999 active Gi2/0 If access switch ports are assigned to the default VLAN, this is a finding.
Fix: F-22346r507973_fix
Remove the assignment of the default VLAN from all access switch ports.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- CISC-L2-000230
- Vuln IDs
-
- V-220643
- V-101153
- Rule IDs
-
- SV-220643r539671_rule
- SV-110257
Checks: C-22358r507975_chk
Review the switch configuration and verify that the default VLAN is pruned from trunk links that do not require it: SW1#show interfaces trunk Port Mode Encapsulation Status Native vlan Gi0/1 on 802.1q trunking 1 Gi0/2 on 802.1q trunking 1 Port Vlans allowed on trunk Gi0/1 1-998,1000-4094 Gi0/2 1-4094 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-22347r507976_fix
Prune VLAN 1 from any trunk links as necessary: SW1(config)#int g0/2 SW1(config-if)#switchport trunk allowed vlan except 1 Verify that VLAN 1 is not allowed on the trunk link: SW1#show interfaces trunk Port Mode Encapsulation Status Native vlan Gi0/1 on 802.1q trunking 1 Gi0/2 on 802.1q trunking 1 Port Vlans allowed on trunk Gi0/1 1-998,1000-4094 Gi0/2 2-4094
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- CISC-L2-000240
- Vuln IDs
-
- V-220644
- V-101155
- Rule IDs
-
- SV-220644r539671_rule
- SV-110259
Checks: C-22359r507978_chk
Review the switch configuration and verify that the default VLAN is not used to access the switch for management: interface Vlan22 description Management VLAN ip address 10.1.22.3 255.255.255.0 If the default VLAN is being used for management access to the switch, this is a finding.
Fix: F-22348r507979_fix
Configure the switch for management access to use a VLAN other than the default VLAN: SW1(config)#int vlan 22 SW1(config-if)#ip add 10.1.22.3 255.255.255.0 SW1(config-if)#no shut
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- CISC-L2-000250
- Vuln IDs
-
- V-220645
- V-101157
- Rule IDs
-
- SV-220645r539671_rule
- SV-110261
Checks: C-22360r507981_chk
Review the switch configurations and examine all user-facing or untrusted switchports. The example below depicts both access and trunk ports: interface GigabitEthernet0/1 switchport trunk encapsulation dot1q switchport mode trunk negotiation auto ! interface GigabitEthernet0/2 switchport access vlan 11 negotiation auto ! interface GigabitEthernet0/3 switchport access vlan 12 negotiation auto If any of the user-facing switch ports are configured as a trunk, this is a finding.
Fix: F-22349r507982_fix
Disable trunking on all user-facing or untrusted switch ports: SW1(config)#int g0/6 SW1(config-if)#switchport mode access SW1(config-if)#end
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- CISC-L2-000260
- Vuln IDs
-
- V-220646
- V-101159
- Rule IDs
-
- SV-220646r539671_rule
- SV-110263
Checks: C-22361r507984_chk
Review the switch configurations and examine all trunk links. Verify the native VLAN has been configured to a VLAN ID other than the ID of the default VLAN (i.e., VLAN 1) as shown in the example below: interface GigabitEthernet0/1 switchport trunk encapsulation dot1q switchport trunk native vlan 44 switchport mode trunk negotiation auto Note: An alternative to configuring a dedicated native VLAN is to ensure that all native VLAN traffic is tagged. This will mitigate the risk of VLAN hopping because there will always be an outer tag for native traffic as it traverses an 802.1q trunk link. If the native VLAN has the same VLAN ID as the default VLAN, this is a finding.
Fix: F-22350r507985_fix
To ensure the integrity of the trunk link and prevent unauthorized access, the ID of the native VLAN of the trunk port must be changed from the default VLAN (i.e., VLAN 1) to its own unique VLAN ID. SW1(config)#int g0/1 SW1(config-if)#switchport trunk native vlan 44 Note: The native VLAN ID must be the same on both ends of the trunk link; otherwise, traffic could accidentally leak between broadcast domains.
- RMF Control
- CM-6
- Severity
- L
- CCI
- CCI-000366
- Version
- CISC-L2-000270
- Vuln IDs
-
- V-220647
- V-101161
- Rule IDs
-
- SV-220647r539671_rule
- SV-110265
Checks: C-22362r507987_chk
Review the switch configurations and examine all access switch ports. Verify that they do not belong to the native VLAN as shown in the example below: interface GigabitEthernet0/1 switchport trunk encapsulation dot1q switchport trunk native vlan 44 switchport mode trunk negotiation auto ! interface GigabitEthernet0/2 switchport access vlan 11 negotiation auto ! interface GigabitEthernet0/3 switchport access vlan 12 negotiation auto ! If any access switch ports have been assigned to the same VLAN ID as the native VLAN, this is a finding.
Fix: F-22351r507988_fix
Configure all access switch ports to a VLAN other than the native VLAN.