SV-255979r882279_rule
V-255979
SRG-NET-000512-L2S-000005
ARST-L2-000160
CAT II
10
Configure static Ethernet interfaces for switchport trunk mode. Ensure required VLAN member tagged traffic is allowed and all other VLAN traffic will be dropped unless an associated untagged native VLAN for the Ethernet interface is allowed.
switch#configure
switch(config)#interface Ethernet6
description STIG Static Trunk
speed forced 10000full
switchport trunk native vlan 2102
switchport trunk allowed vlan 2100-2102
switchport mode trunk
!
switch(config)#interface Ethernet7
description STIG Static Trunk
speed forced 10000full
switchport trunk native vlan 3102
switchport trunk allowed vlan 3100-3102
switchport mode trunk
!
Review the Arista MLS switch configuration to verify that all Ethernet interfaces designated as trunk links are statically configured to specify only member tagged VLAN traffic is allowed and all nonmember VLAN traffic will be dropped unless untagged traffic is associated with the interface's native VLAN.
switch#show run | section trunk
!
interface Ethernet6
description STIG Static Trunk
speed forced 10000full
switchport trunk native vlan 2102
switchport trunk allowed vlan 2100-2102
switchport mode trunk
!
If trunk negotiation is enabled on any interface, this is a finding.
V-255979
False
ARST-L2-000160
Review the Arista MLS switch configuration to verify that all Ethernet interfaces designated as trunk links are statically configured to specify only member tagged VLAN traffic is allowed and all nonmember VLAN traffic will be dropped unless untagged traffic is associated with the interface's native VLAN.
switch#show run | section trunk
!
interface Ethernet6
description STIG Static Trunk
speed forced 10000full
switchport trunk native vlan 2102
switchport trunk allowed vlan 2100-2102
switchport mode trunk
!
If trunk negotiation is enabled on any interface, this is a finding.
M
5512