tagged and untagged vlans

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?


eth1<(in) vlan native(untagged)+vlan100(tagged)
eth2>(out) vlan native(untagged)
eth3>(out) vlan native(untagged)
eth4>(out) vlan 100 (tagged)
eth5>(out) vlan 100 (tagged

thanks

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…

on eth ports eth4 and 5 shall be removed vlan ID header . must vlan 100 without header.

but how do you place on ports eth2 and eth3 at the same time the native VLAN that comes all the trunk eth1?

restoring scheme :
eth1<(in) vlan native(untagged)+vlan100(tagged) (HYBRID PORT)
eth2>(out) vlan native(untagged) (ACCESS PORT)
eth3>(out) vlan native(untagged) (ACCESS PORT
eth4>(out) vlan 100 (tagged) (ACCESS PORT) -NOT TRUNK
eth5>(out) vlan 100 (ACCESS PORT)-NOT TRUNK

hi , it is posible this configurationon RB450G?

eth1-master port of switch |
eth2-slave port of eth1 master | -----|
eth3-slave port of eth1 master |
eth4-none -----------------------|
eth5-none -----------------------|

please help me with a solution of code .
thanks

If it is a 450G you have the 8316 switch chip which has its own VLAN header functions - see the following link:

http://wiki.mikrotik.com/wiki/Manual:Switch_Chip_Features

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.

how to set eth1 as master?