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] >