Hello,
I want to complain and exchange experiences about Mikrotik BGP and OSPF support - I am struggling with them for quite some time.
Fistly - OSPF support with is very unstable, what was also mentioned in several posts. In ROS 2.9.42, for example. my OSPF routes are dissapearing after some time without any reason ! I reported this to support twice and I got two different responses - first was that I shall stay with 2.9.37 and wait for v3 becouse OSPF is buggy, second that I may use 2.9.42 becouse there are no bugs and problems with OSPF. Funny, isn't it ? I must use 2.9.37 and for example my BGP may suffer becouse of this.
Secondly - BGP. It seems to work better that OSPF (at least no breaking sessions one hour after end of work, when you are drinking a beer with your pals and thiking far away from BGP but I have problem with internal BGP. I can't force advertised routes to prepend my AS x times.
Routes are summerized and I make Cisco-like loopback trick mentioned on http://wiki.mikrotik.com:3280/wiki/Routing_Questions - everything ok but filter with prepend seemed not working at all.
Here are my filters :
0 chain=bgp_crowley_out prefix=193.21.34.0/24 prefix-length=24
invert-match=no action=accept set-bgp-prepend=4 set-bgp-med=15
1 chain=bgp_crowley_out prefix=193.41.162.0/23 prefix-length=23
invert-match=no action=accept set-bgp-prepend=4 set-bgp-med=15
2 chain=bgp_crowley_out invert-match=no action=reject
Chain bpg_crowley is set as an out filter of my BGP peer. I have a 193.21.34.254/24 and 193.41.163.254/23 addresses assigned to my "loopback" bridge. Maybe I am doing something wrong ? I don't have anything in "/routing bgp network". Please help.
Regards,
Nick