VLANs on WAN interface

Hello,

I have to configure an RB2011UiAS-2HnD to work with two VLANs.

The ISP has provided me with the following details:

  • Internet VLAN 973 with public IP address AAA.AAA.AAA.182/30
  • Voice VLAN 1973, IP address 10.176.2.44

Please help me to figure out how to get these both VLANs working on the WAN interface and to create two separate LANs.’

Thank you!

AT LEAST FOR INTERNET:

a. create vlan, with correct vlanID and use the ethernet port that the traffic is coming in on as the interface for the vlan. (lets say vlanXX and etherY and you name it vlanISP)

b. In interface list members
add interface=vlanXX list=WAN
add interface=etherY list=WAN

c. At IP DHCP CLIENT settings, create new client and ADD the name of the vlan as the interface (vlanISP). To make things simple you can ensure ADD Default Route is selected.

You can create as many LANS/subnets as you wish. You can also use vlans for all your subnets. It all depends upon the requirements.

It is a bit tricky configuring the bridge and different subnets, especially if attempting to move away from the default subnet of the MT device.
I recommend you use SAFE MODE during your configuring.

Also if interested check out this link which can provide a less reboot prone experience. SEE LINK A at this article - https://forum.mikrotik.com/viewtopic.php?t=182373

Hi,

I haven’t got the chance to try it yet but as soon as I do I will let you know how it works.

Many thanks!