Switching from PFSense to Mikrotik

At this moment i got this configuration:
Internet <<>> VDSL2 Modem <<>> PFSense 2.0.1 <<>> Switch HP2626

My PFSense 2.0.1 box does the PPPoE session to the VDSL2 Modem. On my HP2626 switch, there are multiple VLANS and ip ranges where pfsense acts as a dhcp server:

  • vlan 100 : lan (10.0.0.0/24)
  • vlan 101 : private wifi (10.101.0.0/24)
  • vlan 102 : trusted wifi (10.102.0.0/24)
  • vlan 103 : public wifi (10.103.0.0/24)
  • vlan 110 : VoIP (10.110.0.0/24)

Now i’ve bought a RB2011L-RM (http://routerboard.com/RB2011L-RM) that i want to use to replace the pfsense box… Can someone please guide me a bit how to do this?

  • I want to use port 10 (last 10/100mbit port) to connect to my vdsl2 modem
  • vlan 100 (LAN) should work on port 1 (first gigabit port), so i can connect a 24 ports gigabit unmanaged switch on it
  • vlan 110 (VoIP) shoudl work on port 2 (second gigabit port), so i can connect a 8 port gigabit unmanaged switch on it
  • vlan 101, 102, 103 (wifi) on port 5 (fifth gigabit port), to connect to a meraki wifi device

Port 2 (VoIP) should have 0.5mbit reserved at any time for the VoIP telephones.

Thanks for any kind of help!

On RouterOS you would add the VLANs by adding interfaces (In “Interfaces” - type VLAN) and assigning them to the relevant (existing) ethernet interfaces. DHCP servers for the VLANs would then be assigned to the relevant VLAN interfaces.

PPPoE is added in “PPP” by adding an interface - type PPPoE client.

That’s a start…