I want to get some RIP routes to a specific routing table, so they don’t affect the ‘main’ table.
My current setup:
/routing rip set garbage-timer=15m timeout-timer=15m
/routing rip interface add authentication=simple authentication-key=****** in-prefix-list=\
rip_in_filter interface=ether6 out-prefix-list=none passive=yes receive=v2
/routing rip network add network=192.168.74.0/24
Rip v2 multicasts come from 192.168.74.1 and it works as expected.
Changing this to use table1
/routing rip set garbage-timer=15m routing-table=table1 timeout-timer=15m
prevents any routes to be installed.
Am I missing something or is this a bug?