http://wiki.mikrotik.com/wiki/BGP_based_VPLS
When you get to the instructions for actually instantiating the service the page gives the example:
Code: Select all
[admin@R1] /interface vpls bgp-vpls> add bridge=A bridge-horizon=1 route-distinguisher=1:1 site-id=1 vpls-id=100:1 [admin@R1] /interface vpls bgp-vpls> add bridge=B bridge-horizon=1 route-distinguisher=2:2 site-id=1 vpls-id=100:2
Code: Select all
[admin@A] > /interface vpls bgp-vpls set customer1 ?
Change properties of one or several items.
<numbers> -- List of item numbers
bridge --
bridge-cost --
bridge-horizon --
comment -- Set comment for items
disabled --
export-route-targets --
import-route-targets --
name -- Interface name
route-distinguisher --
site-id --
Thanks