ROSv7 RIP doesn't distribute routes

Hi!

I use RIPv2 for distribute large number of routes in HUB&Spoke setups with RoSv6. It is very scalable, easily fits thousands of Spokes on a HUB.
I testing it with RoSv7.2rc3 but I see that RoSv7 HUB doesn’t send out received RIPv2 routes from other Spokes. It sends out only its own redistributed connected routes. Spokes connects to HUB with raw L2TP.

Test RIP config:

/routing rip instance
add disabled=no name=RIPv2 redistribute=connected
/routing rip interface-template
add instance=RIPv2 interfaces=l2tp-lab-bridge
add instance=RIPv2 interfaces=l2tp-vtkl20
add instance=RIPv2 interfaces=l2tp-vttu69

Hub has 3 Spokes RIPv2 route:

[oreggin@rtr1.vtv35] > /ip/route/print where rip
Flags: D - DYNAMIC; A - ACTIVE; r, y - COPY
Columns: DST-ADDRESS, GATEWAY, DISTANCE
    DST-ADDRESS     GATEWAY    DISTANCE
DAr 192.168.5.0/24  10.1.1.20       120
DAr 192.168.6.0/24  10.1.1.69       120
DAr 192.168.7.0/24  10.1.1.10       120
[oreggin@rtr1.vtv35] >

But on spoke there is only the HUBs route:

[oreggin@rtr1.vtkl20] > /ip/route/print where rip
Flags: D - DYNAMIC; A - ACTIVE; r, y - COPY
Columns: DST-ADDRESS, GATEWAY, DISTANCE
    DST-ADDRESS     GATEWAY   DISTANCE
DAr 192.168.4.0/24  10.1.1.1       120
[oreggin@rtr1.vtkl20] >

Try redistribute=rip,connected.

Thanks for the hint. I added rip to redistribute on HUB without success. I upgradded all routers to 7.2rc4, no win :frowning:

RourerOS v7.2RC5 solve this.
Thanks!

…and RC7 make it inoperative again :frowning: