SV-220671r539671_rule
V-220671
SRG-NET-000512-L2S-000011
CISC-L2-000250
CAT II
10
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
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.
V-220671
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 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.
M
4071