Hi, MikroTik router can separate a tagged VLAN to another VLAN untagged?
more precisely on eth1 enter a vlan vlan tagged and an untagged
on eth2 and eth3 should be removed and the untagged VLAN ports and eth5 eth4 should be removed VLAN tagged. can someone help me with configuration?
It can be solved with the switching chip configuration or bridging interfaces.
Do you need wire speed switching?
Do you need routing and bridging?
Does the native traffic belongs to the same vlan (bridge) or should the traffic be routed between them?
bridging example:
int bri add name=br-vl100
int vlan add name=vl100-eth1 vlan-id=100 int=ether1
int vlan add name=vl100-eth4 vlan-id=100 int=ether4
int vlan add name=vl100-eth5 vlan-id=100 int=ether5
int bri po add int=vl100-eth1 bridge=br-vl100
int bri po add int=vl100-eth4 bridge=br-vl100
int bri po add int=vl100-eth5 bridge=br-vl100
VLANS are supported through virtual interfaces on RouterOS - each virtual interface belongs to one physical interface. What you do with the virtual interfaces is largely up to you - you can assign IPs and route them or bridge them to other interfaces or…
eth1-master port of switch |
eth2-slave port of eth1 master | -----|
eth3-slave port of eth1 master |
eth4-none -----------------------|
eth5-none -----------------------|
I read the article but does not say whether the port eth1 can be master for eth2 and eth3.
When setting the port eth1 as master for eth2 ,say eth1 can not be master.