Hi there!
I’m currently getting started with Mikrotik but I’m have some troubles with RIP that I am unfortunately not able to resolve via some tutorials, as most still use the “old” ROS version.
My Situation:
As seen in the attchments my topology is mostly Cisco-based, with the exception for B4 which is a Mikrotik CHR. The Mikrotik Router should propagete the IPs of his tunnel-interfaces and its’ lo1 interface.
Here my configuration:
[admin@MikroTik] > routing/rip/export
Thanks for your quick answer!
From my understanding that way I would only be able to redistribute all connected/static/… routes. In my case I want to distribute just some of my connected routes. How would I go about this?
Thanks that would work for me. I only found one resource to do that in ROSv7 but unfortunately it didn’t work.
What would be a correct rule if for example I want to allow the distribution of the route for the network 192.168.2.0/24
From the example I found online I would do it like that:
/routing/filter/rule add chain=rip_out rule=“if (dst in 192.168.2.0/24 && dst-len==24 && protocol rip) { accept }”