Hi Guys,
what is going on with mikrotik routing and distances?

preferred route was installed with 0.0.0.0/0 via 172.16.8.193 metric 10 but is not active.
route with metric 200 via 172.17.0.178 is active instead.
What i am doing wrong here?
Hi Guys,
what is going on with mikrotik routing and distances?

preferred route was installed with 0.0.0.0/0 via 172.16.8.193 metric 10 but is not active.
route with metric 200 via 172.17.0.178 is active instead.
What i am doing wrong here?
BGP uses BGP attributes to pick best routes:
https://help.mikrotik.com/docs/display/ROS/BGP#BGP-Best-PathSelection
Ah okay that seems legit. So i am not able to insert multiple bgp routes to the FIB, because BGP will do a preselection wich routes will be inserted in FIB. And this selection is prior then the metrics. So i need to change the MED / LOCAL-PREF values, to get the personally preferred route installed.