I have manged to implement VPLS link between two different Mikrotik routers. Now, i need to be able to pass VLAN tagged traffic in addition to native VLAN traffic. I have tried multiple configuration but it didn’t work. Could any one recommend the correct steps and configuration for achieving this?
The default layer 2 MTU of a VPLS tunnel is 1500 which is too small to admit a VLAN tag with a full size packet. You’ll need to increase your advertised L2MTU to at least 1504 from 1500.
Connection should be as the following, Server > Mikrotik CCR1036 > VPLS > Mikrotik CCR2004 > Server.
I am trying to make both server communicate through VLAN "2". I have added the VLAN and allowed it through the port towards the server and through VPLS link.
I have bridged both VPLS and Server's port as well.
You are using BGP signaled VPLS, these VPLS interfaces are created dynamically which makes assigning Vlans difficult as the VPLS interface will change as and when router reboots, etc.
I don’t know if there is a solution to this, have not worked much with BGP signaled VPLS
You are using BGP signaled VPLS, these VPLS interfaces are created dynamically which makes assigning Vlans difficult as the VPLS interface will change as and when router reboots, etc.
I don’t know if there is a solution to this, have not worked much with BGP signaled VPLS
[/quote]
Thank you for your feedback.
Can i know how to setup it at least? I will deal with VPLS tunnel changing after rebooting
If you want to pass all VLANs like a trunk over VPLS without specifying each VLAN, here is a blog article I wrote with config examples on how to use S-Tag for this.