Default Route
datchcha
Member Posts: 265
in CCNA & CCENT
Hey quick Default routing question. I am running RIP on my routers, but I only apply the following command to create a default route on the R3 router?
ip default-network 68.82.92.1
But what i am at a lost with, is that I know that RIP only populates to directly connected routers, so how will R1 know of the default route to the ISP? Do i have to add static routes on the other routers like: ip route 0.0.0.0 0.0.0. next hop interface address ??
Network map
Router1,int e0 192.168.3.0, int s0/0 192.168.1.1 -> Router2, int s0/0 192.168.1.2, int e0 192.168.4.0, int s0/1 192.168.2.1 -> Router3, int s0/0 192.168.2.2, int e0 192.168.5.0, int s0/0 68.82.93.1 -> ISP
Thank you[/img]
ip default-network 68.82.92.1
But what i am at a lost with, is that I know that RIP only populates to directly connected routers, so how will R1 know of the default route to the ISP? Do i have to add static routes on the other routers like: ip route 0.0.0.0 0.0.0. next hop interface address ??
Network map
Router1,int e0 192.168.3.0, int s0/0 192.168.1.1 -> Router2, int s0/0 192.168.1.2, int e0 192.168.4.0, int s0/1 192.168.2.1 -> Router3, int s0/0 192.168.2.2, int e0 192.168.5.0, int s0/0 68.82.93.1 -> ISP
Thank you[/img]
Arrakis
Comments
-
dtlokee Member Posts: 2,378 ■■■■□□□□□□you would use the default-information originate command. The example uses a route-map but you don't need to.
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fiprrp_r/1rfrip.htm#wp1017420The only easy day was yesterday!