01-26-2021 08:56 PM
Hi,
Here I'm configuring 5 routers.
There are three areas RIP V1, RIP V2 and RIP V1.
How can I configure RIP V1 & RIP V2 in same network.
Here I attach the routers diagram that to configure.
Solved! Go to Solution.
01-27-2021 05:49 AM
Hello @Jegatheesan ,
RIPv2 routers might be able to listen to RIPv1 broadcast updates with the command suggested by @Georg Pauwen .
RIP misses the concept of a neighbor state so this one way routing is not an issue.
However RIPv1 routers will likely need a default static route pointing to the RIPv2 neighbor in order to have end to end connectivity.
To be honest even RIPv2 is not so used anymore just for learning.
Hope to help
Giuseppe
01-26-2021 09:00 PM
Please post homework questions at the Cisco Learning Network.
01-27-2021 05:21 AM
Hello,
the main 'problem' is that RIP version 2 uses multicast address 224.0.0.9 for updates, whereas RIP version 1 uses broadcast address 255.255.255.255 for updates.
You can configure the interfaces with the command ' ip rip receive version 1 2'. Whether that works remains to be seen...
01-27-2021 05:49 AM
Hello @Jegatheesan ,
RIPv2 routers might be able to listen to RIPv1 broadcast updates with the command suggested by @Georg Pauwen .
RIP misses the concept of a neighbor state so this one way routing is not an issue.
However RIPv1 routers will likely need a default static route pointing to the RIPv2 neighbor in order to have end to end connectivity.
To be honest even RIPv2 is not so used anymore just for learning.
Hope to help
Giuseppe
08-18-2023 07:03 AM
Can you please elaborate it or provide a video solution for it?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide