SV-269968r1052290_rule
V-269968
SRG-NET-000512-L2S-000009
OS10-L2S-000230
CAT II
10
Best practice for VLAN-based networks is to prune unnecessary trunk links from gaining access to the default VLAN, and to ensure that frames belonging to the default VLAN do not traverse trunks not requiring frames from the VLAN:
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# switchport access vlan 99
OS10(conf-if-eth1/1/1)# switchport trunk allowed vlan 2100-2102
Review the OS10 switch configuration and verify that the default VLAN is pruned from the allowed VLANs on trunk links that do not require it:
interface ethernet 1/1/1
no shutdown
switchport mode trunk
switchport access vlan 99
switchport trunk allowed vlan 2100-2102
If the default VLAN is not pruned from trunk links that should not be transporting frames for the VLAN, this is a finding.
V-269968
False
OS10-L2S-000230
Review the OS10 switch configuration and verify that the default VLAN is pruned from the allowed VLANs on trunk links that do not require it:
interface ethernet 1/1/1
no shutdown
switchport mode trunk
switchport access vlan 99
switchport trunk allowed vlan 2100-2102
If the default VLAN is not pruned from trunk links that should not be transporting frames for the VLAN, this is a finding.
M
5667