Moving from Quagga to Mikrotik

Hello
I looked for a similar question in previous posts and did not find an answer.
Our goal is migrate from Quagga to Mikrotik.
We are an ISP with AS number and we have two BGP links to our ISP.
We import from ISP Full Routing Table and we announce our /24 network.

This is the actual Quagga/BGP configuration, with sensitive data hidden.

router bgp LOCAL_AS
bgp router-id A.B.C.4
network A.B.C.0/24
neighbor E.F.G.H remote-as REMOTE_AS
neighbor E.F.G.H description ISP_CONNECTION_1
neighbor E.F.G.H ebgp-multihop 255
neighbor E.F.G.H update-source eth2
neighbor E.F.G.H next-hop-self
neighbor E.F.G.H route-map SHDSL in
neighbor E.F.G.H filter-list 1 out

neighbor P.Q.R.S remote-as REMOTE_AS
neighbor P.Q.R.S description ISP_CONNECTION_2
neighbor P.Q.R.S ebgp-multihop 255
neighbor P.Q.R.S update-source eth1
neighbor P.Q.R.S next-hop-self
neighbor P.Q.R.S route-map SHDSL8M in
neighbor P.Q.R.S filter-list 1 out
!
ip as-path access-list 1 permit ^$
ip as-path access-list 1 deny any
!
route-map SHDSL permit 10
set local-preference 300
!
route-map SHDSL8M permit 10
set local-preference 300

We correctly set neighbor data but we are in doubt how to configure in Mikrotik OS these settings:

ip as-path access-list 1 permit ^$
ip as-path access-list 1 deny any
!
route-map SHDSL permit 10
set local-preference 300
!
route-map SHDSL8M permit 10
set local-preference 300

Anyone knows how to configure it ?

Many thanks

Leo

How familar are you with MT ROS ?
How Familiar are you with BGP ?
Are you looking to hire someone to do this ?
or Are you stuck and looking for some hints ?

I am simply looking for a hint how to translate in MT ROS this Quagga statement.
I’m not so familiar with BGP, I can understand the difference between an active session and an established session.
I usually configure Routerboards as little router with load balancing and failover UMTS/LTE connections.
My only doubt is how to configure access-lists and route map preferences.
Thank you if you can help me.

Tell you what…

Take the first crack at it, and post your config, it will be easier to suggest corrections to it, than building you a full config from scratch.

Quagga Configuration is similar to Cisco’s… so you can use this a starting point:

http://wiki.mikrotik.com/wiki/BGP_CiscoToMT

Also look at these

http://wiki.mikrotik.com/wiki/Manual:BGP_Case_Studies
http://wiki.mikrotik.com/wiki/Manual:BGP_HowTo_%26_FAQ
http://wiki.mikrotik.com/wiki/Manual:Simple_BGP_Multihoming