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
# apr/19/2022 12:22:18 by RouterOS 7.2.1
# software id =
#
/routing rip instance
add disabled=no name=default
/routing rip interface-template
add disabled=no instance=default interfaces=tun1,tun2,tun3,lo1
The Router receives RIP routes from the neighbors but does not send any.
Now my question: How can I specify the neworks it shoudl distribute?
Best Regards,
Fabio