Hello evrybody i would need some help please
I attach network diagram of what I would like to achive.
On ether 1 I would like to bring vlans 30, 40 tagged and VLAN 20 untagged (native vlan)
Then I would like to get vlan 20 untagged to ehter port 2, and VLAN 30 tagged
And on ether 3 VLAN 40 untagged
Please help me with these easy setup, I was reading something about trunk bridge, but i just cant figure out how to get two trunk ports with diffrent vlans.
Thank you very much. It realy is logical, i just couldn figure out how to have two ports with taged vlan, i didnt tought that you “have to create vlan 10 twice”. Thank you very much I will try this as soon as possible.
I have another question is this possible with switch function on RouterOS?
I followed tutorial on this site http://wiki.mikrotik.com/wiki/Manual:Switch_Chip_Features,
but this is just how to get untaged vlans to ports, i would like to get one taged one untaged vlan to some port.
/interface ethernet
set ether3 master-port=ether2
set ether4 master-port=ether2
set ether5 master-port=ether2
/interface ethernet switch port
set ether2 vlan-mode=secure vlan-header=always-strip default-vlan-id=200
set ether3 vlan-mode=secure vlan-header=always-strip default-vlan-id=300
set ether4 vlan-mode=secure vlan-header=always-strip default-vlan-id=400
set ether5 vlan-mode=secure vlan-header=add-if-missing