SV-110363r1_rule
V-101259
SRG-NET-000512-L2S-000011
CISC-L2-000250
CAT II
10
Disable trunking on all user-facing or untrusted switch ports.
SW1(config)# int e1/3-128
SW1(config-if)# switchport mode access
SW1(config-if)# end
Review the switch configurations and examine all user-facing or untrusted switchports. The example below depicts both access and trunk ports.
interface Ethernet1/1
switchport
switchport mode trunk
switchport trunk allowed vlan 1-998,1000-4094
interface Ethernet1/2
switchport
switchport mode trunk
switchport trunk allowed vlan 2-998,1000-4094
interface Ethernet1/3
interface Ethernet1/4
switchport access vlan 10
Note: switchport mode access is the default and hence will not be shown in the configuration.
If any of the user-facing switch ports are configured as a trunk, this is a finding.
V-101259
False
CISC-L2-000250
Review the switch configurations and examine all user-facing or untrusted switchports. The example below depicts both access and trunk ports.
interface Ethernet1/1
switchport
switchport mode trunk
switchport trunk allowed vlan 1-998,1000-4094
interface Ethernet1/2
switchport
switchport mode trunk
switchport trunk allowed vlan 2-998,1000-4094
interface Ethernet1/3
interface Ethernet1/4
switchport access vlan 10
Note: switchport mode access is the default and hence will not be shown in the configuration.
If any of the user-facing switch ports are configured as a trunk, this is a finding.
M
3551