I'm working on setting up RIPv2 on several L3 switches and ASA's as our network is growing and static routing has become too cumbersome to manage.
The question I have is what is the best method to advertise a loopback address 192.168.210.xxx/32 into RIPv2? It looks like we could add "network 192.168.210.0" for the loopback subnet, this does advertise the /32 into RIP, but this network statement would be the same on all of the devices. Not sure if that would cause an issue since on each device it only advertises the specific /32 host address. Then there is "redistribute connected" which also works, but seems redundant just for the purpose of advertising the loopback. Or add a static and "redistribute static". Any advice on this would be most appreciated.
Cheers.