Howto setup RIP with redundant link

I’m trying to setup RIP between 2 MTs running routing-test-2.9.42


                 10.0.1.1/24   LK1     10.0.1.2/24
                 --------------------------------
--------  MT01                                       MT02 -----------   10.0.20
192.168.0.1/24                                       172.0.0.1/24
                 --------------------------------
                 10.0.2.1/24   LK2     10.0.2.2/24

If I add static routes at MT02, I would like to get the destination networks to be redistributed to MT01 and be accessible eaven if one of the links LK1 or LK2 drops.

Ex:

At MT02:
/ip rou add dst-add=10.0.20.0/24 gateway=172.0.0.20
/ip rou add dst-add=10.0.30.0/24 gateway=172.0.0.30

I would like that MT01 get the routes
172.0.0.0/24 gw 10.0.1.2
172.0.0.0/24 gw 10.0.2.2
10.0.20.0/24 gw 10.0.1.2
10.0.30.0/24 gw 10.0.2.2

In both routers:
I added at rip the interfaces involved with LK1 and LK2
allowed redistribut of conected and static routs
added in rip->networks 0.0.0.0/0

and saw in rip->routes at each MT0x the conected and static routes and for the rip->setings[time out] the remote network.
In /ip route print the remote route is introduced, but just thru one of the two LK1/LK2 links and dies after 3 min (time-out).
Adding new static routes at MT02 doesn’t make them appear at MT01, only if I remove the rip->network and re-introduce it.

Ist ther any documentation aboute how to use the RIP of routing-test, if possible with exampls including also the use of filters ?

Thanks,

Alexander