dot1Q tag native on EOS
I’m trying to replicate some functionality cisco has on an arista switch. The global command “vlan dot1Q tag native” is a common command found on ciscos devices which makes the native vlan on trunk ports require a tag or its dropped (essentially drops all untagged traffic on trunk ports). I’m not seeing this command in EOS. I see that you can enact this command on a per port basis “switchport trunk native vlan tag”, but how do I accomplish this globally on an arista?