SV-269970r1052296_rule
V-269970
SRG-NET-000512-L2S-000011
OS10-L2S-000250
CAT II
10
Disable trunking on all user-facing or untrusted switch ports:
OS10(conf-if-eth1/1/1)# interface ethernet 1/1/2
OS10(conf-if-eth1/1/2)# switchport mode access
OS10(conf-if-eth1/1/2)# switchport access vlan 201
Review the Dell OS10 Switch configurations and examine all user-facing or untrusted switch ports. The example below shows both trunk port and user-facing access ports:
interface ethernet 1/1/1
no shutdown
switchport mode trunk
switchport access vlan 99
switchport trunk allowed vlan 2100-2102
!
interface ethernet1/1/2
no shutdown
switchport access vlan 201
flowcontrol receive off
!
interface ethernet1/1/3
no shutdown
switchport access vlan 200
flowcontrol receive off
Note: The default switchport mode is access, so it will not be displayed when viewing the configuration of the user-facing ports.
If any of the user-facing switch ports are configured as a trunk, this is a finding.
V-269970
False
OS10-L2S-000250
Review the Dell OS10 Switch configurations and examine all user-facing or untrusted switch ports. The example below shows both trunk port and user-facing access ports:
interface ethernet 1/1/1
no shutdown
switchport mode trunk
switchport access vlan 99
switchport trunk allowed vlan 2100-2102
!
interface ethernet1/1/2
no shutdown
switchport access vlan 201
flowcontrol receive off
!
interface ethernet1/1/3
no shutdown
switchport access vlan 200
flowcontrol receive off
Note: The default switchport mode is access, so it will not be displayed when viewing the configuration of the user-facing ports.
If any of the user-facing switch ports are configured as a trunk, this is a finding.
M
5667