On Sat, Apr 28, 2018 at 5:16 PM, Andy Ruhl <acr...@gmail.com> wrote: > The other option which would have worked fine is if you made one of > the vlans native and just configured one vlan on NetBSD, and put the > other subnet on the "base" interface usmsc0. > > Cisco config would look like this: > > switchport mode trunk > switchport trunk allowed vlan 101,102 > switchport trunk native vlan 101
Replying to myself. Should have warned that this is vulnerable to a "Q in Q" attack but it's not a big deal if it's just local traffic. Andy