CRS125 egress-vlan-translation does not work

This is my little example with one VLAN
tagged VLAN100 ↔ ether5 ↔ ether4 ↔ untagged VLAN100

/interface ethernet switch egress-vlan-tag
add tagged-ports=ether5 vlan-id=100

/interface ethernet switch egress-vlan-translation
add customer-vid=100 new-customer-vid=0 ports=ether4

/interface ethernet switch ingress-vlan-translation
add customer-vid=0 new-customer-vid=100 ports=ether4 sa-learning=yes

/interface ethernet switch vlan
add ports=ether4,ether5 vlan-id=100

Traffic goes out from ether 4 still tagged :frowning:

/interface ethernet switch egress-vlan-translation
add customer-vid=100 new-customer-vid=0 ports=ether4

does not work

Thanks for help

in my experience with vlan setup on CRS i dont have used egress vlan translation to do it.

in fact the guides on wiki do not use that feature in any of configuration examples

Without egress-vlan-translation traffic still gets tagged.

Take a look at this presentation from USA MUM 2015…it successfully does ingress/egress VLAN translations on a CRS 125 :

http://www.mikrotik.com/download/share/Mikrotik_VLAN_Rewrites_MUM_2015_KevinMyers_4_by_3.pdf

My problem is solved :slight_smile:

Note: Multiple master-port configuration is designed as fast and simple port isolation solution, but it limits part of VLAN functionality supported by CRS switch-chip. For advanced configurations use one master-port within CRS switch chip for all ports, configure VLANs and isolate port groups with port isolation profile configuration.