VLAN tag On Mikrotik router

Hi All,

i want to configure multiple VLANs on Mikrotik.

One link is coming to Mikrotik with multiple VLAN.

how can i tag VLANs on Mikrotik router.

please see attached

regards
Presentation1.jpg

Create VLAN interfaces on the ethernet port, with the required vlan IDs

hi nick,

i tried, but only one VLAN is working

please assist

Let assume that your incoming interface called ether1. Then you need:

/interface vlan add disabled=no vlan-id=20 interface=ether1 name=vlan20
/interface vlan add disabled=no vlan-id=30 interface=ether1 name=vlan30

If you put ether1 to the bridge you must specify that bridge as value of “interface” instead. If something is not working after this then check if vlans that coming to you is really properly configured.