Community discussions

MikroTik App
 
razortas
newbie
Topic Author
Posts: 40
Joined: Tue Nov 20, 2012 1:07 am

CRS125-Simple lab - Documentation

Wed Nov 05, 2014 6:55 am

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.
You do not have the required permissions to view the files attached to this post.
 
becs
MikroTik Support
MikroTik Support
Posts: 499
Joined: Thu Jul 07, 2011 8:26 am

Re: CRS125-Simple lab - Documentation

Wed Nov 05, 2014 8:26 am

Here is suitable example from wiki: http://wiki.mikrotik.com/wiki/Manual:CR ... 8Q-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
 
razortas
newbie
Topic Author
Posts: 40
Joined: Tue Nov 20, 2012 1:07 am

Re: CRS125-Simple lab - Documentation

Thu Nov 06, 2014 12:11 am

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.
 
razortas
newbie
Topic Author
Posts: 40
Joined: Tue Nov 20, 2012 1:07 am

Re: CRS125-Simple lab - Documentation

Thu Nov 06, 2014 12:38 am

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.
 
razortas
newbie
Topic Author
Posts: 40
Joined: Tue Nov 20, 2012 1:07 am

Re: CRS125-Simple lab - Documentation

Thu Nov 06, 2014 2:32 am

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.
 
becs
MikroTik Support
MikroTik Support
Posts: 499
Joined: Thu Jul 07, 2011 8:26 am

Re: CRS125-Simple lab - Documentation

Thu Nov 06, 2014 9:18 am

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

Who is online

Users browsing this forum: bananaboy1101, emunt6, mbovenka, sjdurand and 86 guests