Hi everyone,
is there solution for add BGP routes to address list or exclude BGP routes from routing mark?
Thanks…
Hi everyone,
is there solution for add BGP routes to address list or exclude BGP routes from routing mark?
Thanks…
In ROS v6 such feature is not implemented.
Depends on what exactly you need to achieve, maybe routing table matcher will do
http://wiki.mikrotik.com/wiki/Manual:Routing_Table_Matcher
I have two ISP. For example: I’m split upload via mangle/mark routing to both ISP.
192.168.0.0/24 to ISP1
192.168.1.0/24 to ISP2.
I want to exclude BGP routes from mangle. If I get BGP route 10.10.10.0/24 from ISP1, I want that all packets with destination 10.10.10.0/24 goes via ISP1, because, this is shortest path… I can make this with “exclude dst address list”, but i need solution for adding bgp routes to address list.
You can do that with route filter and set-bgp-local-pref in the filter, or by prepend path.