On 2021-01-25, Kaya Saman <kayasa...@gmail.com> wrote: > Thanks a lot Tom for your response. > > > Perhaps I wasn't quite clear in what I am trying to achieve? > > > When I say trunk, I meant from a switch perspective as in a 802.1Q trunk > port on a switch. > > > I think I got mixed up with the OpenBSD terminology since it is slightly > different:
yes. > So now I just need to find out how the switch interface works in OpenBSD > and see if I can get it working with 802.1q tagging and the rest of the > L2 networking protocols. You do not want the "switch" interface type. "bridge" is the one you need for what you're asking to do, but... >> Of course an alternate would be to link the 1GbE switch to the 10GbE >> switch and do things that way, but the above would be more practical >> from a cabling sense. ...that alternative is the real answer. Using bridge for this will be a mess (you haven't mentioned PF yet but configuring that will be a pain) and won't perform particularly well. With bridge, I *think* you will want to bridge the vlan interfaces together, not the trunk interfaces.