Hi,
First my question, then my environment.
What is the best way to define these VLAN trunks and access point? What is the most flexible way? I will have a new switch what I want to add with the same VLANs but a new trunk cable. I’m not sure I did my configuration the best/easiest way.
So about my environment.
I have two Mikrotik device with Router OS:
- Mikrotik 951G-2HnD what I use as a WiFi access point
- Mikrotik CCR1009-7G-1C-1S+PC what is my core switch
There is a 3rd device as well, what is a TP-Link TL-SG1024DE smart switch.
I have two VLANs on top of these devices:
- VLAN ID 2 for internal network
- VLAN ID 3 for guest network
There is a VLAN trunk cable with the two VLANs between my WiFi AP and my core router.
There is another same VLAN trunk between my TP-Link switch and my core router.
Until now now, on my core switch (CCR1009), I just simply created two VLAN network interface per physical interface I want to use as a trunk.
There was the ‘master-slave’ interface configuration option before a RouterOS update months ago. Now it is already retired but it gave me an idea.
I though that I can create a bridge with ‘none’ protocol and use it as a ‘master’ interface for that two physical one I want to use as trunk with same configurations. When I made this now configuration for the VLANs, I experienced connectivity issues: wireless devices could reach wired once and vica versa but the internet. When I disabled one trunk physical interface inside the bridge, remained one could reach internet. What happened here?
I guess I did something wrong but then how I can create these kind of VLANs and then define firewall rules on the core router between them without creating separated VLAN interfaces for all the VLAN IDs per psychical trunk? I have seen bridge/VLAN to define tagged and access ports but it’s unclear how I can define firewall rules for them then.
Thanks for reading and for your advice in advance!