Looking at the block diagram for the RB1100AHx4:
I can see that Ether 1-5 and Ether6-10 and Ether 11-13 are on their own switch chips respectively.
After noting that:
I am trying to setup VLANs in such a way that I can utilise all ports without compromising going through the CPU if at all possible.Bridge HW vlan-filtering was added in the RouterOS 7.1rc1 (for RTL8367) and 7.1rc5 (for MT7621) versions. The switch does not support other ether-type 0x88a8 or 0x9100 (only 0x8100 is supported) and no tag-stacking. Using these features will disable HW offload.
Would I have to create three seperate bridges, with each group of ether ports assigned to each bridge? (e.g. Ether 1-5 on vlan_bridge1, Ether 6-11 to vlan_bridge2, Ether 12-13 to vlan_bridge3)
I understand that in order to bypass, we can use a cat6 jumper between ports physically to keep VLAN filtering in hardware. However, how would I configure this aspect? Would you set a single port on each group and configure each as trunks which you then physically connect with an ethernet cable?
I note that specifically for the RB1100AHx4, in the switch menu there doesn't seem to be any obivous way to do anything with VLANs so I assume that we have to use the bridging way?
Also, if it is indeed the way to create separate bridges, since it isn't possible to assign a single Interface/VLAN to multiple bridges, how would you carry out this aspect? Would you create multiple VLANs with different names but the same VLAN ID and assign them to each individual bridge?
e,g,
Management VLAN name MGMT_1 with ID 99 assigned to vlan_bridge1
Management VLAN name MGMT_2 with ID 99 assigned to vlan_bridge2
Management VLAN name MGMT_3 with ID 99 assigned to vlan_bridge3
Perhaps I'm overcomplicating this but any guidance would be greatly appreciated. Many thanks in advance.