xvld
June 26, 2015, 1:01pm
1
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
/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
xvld
June 26, 2015, 4:39pm
3
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
xvld
June 29, 2015, 6:59pm
5
My problem is solved
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.