Untagged/Tagged port

Hi there,

Im facing a problem with tagged ports that I can’t solve on my own.
I have been looking on this example https://wiki.mikrotik.com/wiki/Manual:Switch_Chip_Features#Host_Table
VLAN 1 Example on Trunk ports.

My problem is the following, I got an connecting on ether1 with untagged traffic and tagged traffic with VLAN 400, I have also created VLAN 100 on my own on ether2.
So far so good.

But, how do I create a trunk port on ether5 with both this VLAN:s 400 and 100?
Ether5 is a trunkport to my other switch.
I am running model: 1100AH

Simplest solution is to create vlans on ether5, make bridges for 100 and 400 and add VLANs from both ports to corresponding bridges. If you activate fastpath, it should not eat cpu much.

Thank you!
Thats one solution to fix my problem, but that is exactly how I done it today.
I want to aviod bridges as much as I can, so I want to try to just switch everything with the chip instead of make a bridge.

Anyone who can give me some input here?