Community discussions

MikroTik App
 
fivestar
newbie
Topic Author
Posts: 29
Joined: Wed Jul 05, 2017 7:46 pm

Migrate BGP VPN4 from v6 to v7

Mon Nov 27, 2023 4:51 pm

Hello everyone, I want to connect these two Mikrotiks through BGP and pass through VRF those routes from a hotspot that my ISP ETECSA gives me for the other Mikrotik, but I don't know how to do it, I did it previously in version 6 perfectly but when I updated the Both teams stopped working, everything stopped working, I tried to fix as much as I could but there was no way, any tips on how to achieve it?

This is my config on v6, and i want to migrate to v7, trying to doit but no luck
/interface bridge
add name=Lo
/interface gre
add local-address=192.168.16.254 name=SQ5AC_x86 remote-address=10.28.209.1
/ip address
add address=10.28.100.1/30 interface=SQ5AC_x86 network=10.28.100.0
/ip route vrf
add export-route-targets=65520:1 import-route-targets=65520:1 \
    route-distinguisher=65520:1 routing-mark=SQ5AC_CHR_wlan01
add export-route-targets=65520:2 import-route-targets=65520:2 \
    route-distinguisher=65520:2 routing-mark=SQ5AC_CHR_wlan02
add export-route-targets=65520:3 import-route-targets=65520:3 \
    route-distinguisher=65520:3 routing-mark=SQ5AC_CHR_wlan03
add export-route-targets=65520:4 import-route-targets=65520:4 \
    route-distinguisher=65520:4 routing-mark=SQ5AC_CHR_wlan04
add export-route-targets=65520:5 import-route-targets=65520:5 \
    route-distinguisher=65520:5 routing-mark=SQ5AC_CHR_wlan05
/mpls ldp
set enabled=yes lsr-id=10.255.255.1 transport-address=10.255.255.1
/routing bgp peer
add address-families=ip,vpnv4 multihop=yes name="SQ5AC Quijote" \
    remote-address=10.28.100.2 remote-as=65530 ttl=default update-source=\
    SQ5AC_x86
This is the config in v6, but in v7 there is no way that work any tips
You do not have the required permissions to view the files attached to this post.
 
User avatar
mrz
MikroTik Support
MikroTik Support
Posts: 7056
Joined: Wed Feb 07, 2007 12:45 pm
Location: Latvia
Contact:

Re: Migrate BGP VPN4 from v6 to v7

Tue Nov 28, 2023 2:09 pm

Here you can find a basic example to start with
https://help.mikrotik.com/docs/pages/vi ... LSVPNsetup

Who is online

Users browsing this forum: No registered users and 3 guests