In this scenario, how to set the trunk ports on the RB? I will have 3 VLANs on Dell and one trunk. The goal is all the 3 VLANs to have Internet access, but different ip range.
Add VLAN interfaces to the same physical interface on the router. Configure IP addresses on VLAN interfaces. Connect switch to router. That’s pretty much it.
I ordered my RB750, hopefully I will have it tomorrow.
My first need is to create 2 separate VLANs to be used with 2 different SSIDs of one Unifi AP.
With the code provided, is there anything else to do for the VLANs to have internet access? Do I have to set the ports of the VLANs to have as master port the main network port? Do I have to setup NAT?
I did not quite understand how the VLANs will get internet access. I will read the doc.
VLAN’s in Mikrotik are simply another interface, and as such they are treated just like any “normal” interface as far as routing traffic is concerned.
A lot of people get caught up with the idea of “trunk ports” and other Cisco or HP terminology. For clarity, I typically name my VLAN subinterfaces with both the VLAN and physical interface they are on. To use the above example:
The reason I do this is because VLAN’s don’t magically move through the router, they are treated just like any normal interface. If I want VLAN 20 to “pass through” from port 1 to port 3, I need to make a bridge with both V20-E1 and V20-E3, just like I would with normal Ethernet ports.
So in the example provided:
untagged traffic coming in Ether1 would show up on “Ether1”
VLAN10 tagged traffic coming in Ether1 would show up on “V10-E1”
VLAN20 tagged traffic coming in Ether1 would show up on “Br-VL20” and pass through to VLAN20 on Ether3.