02-26-2020 04:06 PM
Hi using the following topology I was able to correctly assign the routing for both R1 and R2 but for router #3 I'm having a little trouble with the route required. R1 I have rip activated, R2 has an standard static route to 172.18.1.0 (Lo50), a default static to 199.176.10.2, and a default-information originate from rip. What do I need for R3 to have full access to the entire IP route? Do I add a static route to R2 from R3? Something like ip route 199.176.10.2 255,255,255.0 10.1.1.1? How do I correctly do this with the different subnet mask address?
Thanks
02-26-2020 04:36 PM
Hello,
a default static route on R3 should be sufficient:
ip route 0.0.0.0 0.0.0.0 10.1.1.1
02-26-2020 04:42 PM - edited 02-26-2020 04:43 PM
What could I use instead of that default route? What other static route could I use.
02-27-2020 12:55 AM
Hello,
if you don't want to use the default route, you could use two static routes as below:
ip route 199.176.10.0 255.255.255.0 10.1.1.1
ip route 192.168.10.0 255.255.255.0 10.1.1.1
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