I’ve an old RB750G that I’ve used as a NAT gateway and CAPsMAN manager, no problem with that for years. But now I’m trying to develop the setup by separating my devices to different networks with VLAN which is harder that I though. Since it’s an older device but still has a switch chip(atheros8316) I figured that I shall be able to use this guide as beginning https://wiki.mikrotik.com/wiki/Manual:Switch_Router.
I’ve basically copy pasted that guide but can’t get it to fly. I can get traffic to flow via different untagged ports but I can’t get traffic to or from the VLAN interfaces, it’s like they not connected to the bridge. So in the current setup devices connected to ether2 and ether3 doesn’t get DHCP, and I see no request coming in to the corresponding VLAN interface.
Thanks, pity I didn’t find that thread before I posted.
I’m a little concerned running everything on the CPU but I’ll give it a try and see how it preforms.
Using the switch chip only bypasses the CPU for traffic between ethernet ports within the same VLAN, traffic between VLANs and NAT will always be handled by the CPU. Unless you have significant traffic within the same VLAN on different ethernet ports it is much simpler to use a VLAN-aware bridge.
Unless you have significant traffic within the same VLAN on different ethernet ports it is much simpler to use a VLAN-aware bridge.
None of my routers have any traffic between different Ethernet ports on the same VLAN because there are none. Routers are used exclusively as routers and switches are used for switching functions. 4 of the 5 ports on both of my RB750 series routers immediately plug into ports on a CSS326 switch. The switch handles all the switching and VLAN splitting as needed.
And in case you are wondering why only 4 of the 5 ports of the two routers - the 5th port is a tie between the two routers for traffic that comes into one router and leaves via the other router. And I used to run that connection through the switch (even though it served no useful purpose), but I was running out of switch ports, so by running directly between the two routers, I freed up two switch ports…
It was easy to get going with the VLAN filtering bridge. Unfortunately it uses to much CPU, when I connect my Firewalla the RB750G more or less stops responding due to high CPU load with also takes down CAPsMAN I guess sinse the WiFi also goes down . Not really sure what the Firewalla does to trigger that but it does not happen when I’m using hardware offloading. Besides the Firewalla issue there will from time to time be large traffic in the same VLAN so I need it to perform decent. Not necessary line rate but at least half.
I was just about to call it the day and accept that the RB750G is an old pice and not up for the game when I tried to add a VLAN on top of the untagged bridge. Basically just adding this.
I shouldn’t be surprised since AFAIK it should work like that but I haven’t managed to get it to work before, and sound like more have been struggling with it. I’ll continue to build up the network based on this and see how it holds.