Ok so i am attempting to setup a simple lab to test operability with extreme switch. Documentation crs.example.wiki information doesnt appear to reflect the menu items available in switch menu using version 6.20.
Lab is setup as per picture, can anyone help out with correct config. Have been able to get simple vlan to traverse switch without translation but would like to be able to use vman on extreme which is connected to switch.

Here is suitable example from wiki: http://wiki.mikrotik.com/wiki/Manual:CRS_examples#VLAN_Tunneling_.28Q-in-Q.29
The CRS configuration for setup from image:
/interface ethernet
set [ find default-name=ether3 ] master-port=ether9
/interface ethernet switch ingress-vlan-translation
add customer-vid=88 new-service-vid=2000 ports=ether3 sa-learning=yes
/interface ethernet switch egress-vlan-tag
add tagged-ports=ether9 vlan-id=2000
/interface ethernet switch
set bridge-type=service-vid-used-as-lookup-vid
Thanks support for answering, Tried that config probably days ago didnt work. Reset configuration carried out, setup switch from terminal with only your commands - it still does not work.
Thanks again Mikrotik Support, Realized that you guys know what your talking about and that the problem would obviously be related to the other parts of the lab.
Its now working using your commands. i needed to add the vlan tagged to the outfacing interface of the ex440 switch.
So ok its working at present because i put the vlan 88 tagged on the ports of the extreme switch.
Issue here is that as per scenario above customer vlans are not known therefore cannot put them on the crs config.
Is there a way to use a CRS switch where the incoming packets from backhaul are tagged and the outgoing packets to client are untagged.
client vlans are encapsulated within the packet. This is the way it normally works but have not been able to get it to work using CRS switch.
Any replies welcome.
If you disable “customer-vid” setting in Ingress VLAN Translation rule, it won’t match specific “customer-vid” on that port.
/interface ethernet switch ingress-vlan-translation
add !customer-vid new-service-vid=2000 ports=ether3 sa-learning=yes