cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
714
Views
0
Helpful
3
Replies

Help with Static and Dynamic Routing: Inconsistent address and mask, what route do I need

Topology.png

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

3 Replies 3

Hello,

 

a default static route on R3 should be sufficient:

 

ip route 0.0.0.0 0.0.0.0 10.1.1.1

What could I use instead of that default route? What other static route could I use. 

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

Review Cisco Networking for a $25 gift card