Routing Information Protocol

How to Propagate Default Route in RIP

We can advertise a default route using RIP. Route propagation is useful when there is a single exit point in the network to reach the Internet or any other service. The default-information originate command in the router configuration mode allows default static route advertisement, so we need to configure the router with the default-information originate command.

Propagate Routing in RIP

Refer to Figure 1. In this topology, Router0 is a single way to the webserver. So, all that is required for Router0 to reach the web server is a default static route going out of the FastEthernet 0/1 interface. Similar default static routes are also needed on Router1 and Router2, so it is much easier to configure a static default route on the edge router (Router0 in this topology). Then, Router0 propagate it to all other routers using RIP. To provide web connectivity to all other networks in the RIP routing domain, the default static route also needs to be advertised to all other routers that use the dynamic routing protocol. To propagate a default route, the Router0 must be configured with:

  • Router0>enable
  • Router0#config terminal
  • Router0(config)#ip route 0.0.0.0 0.0.0.0 FastEthernet 192.168.0.2
  • Router0(config#router rip
  • Router(config-router)#network 192.168.0.0
  • Router(config-router)#network 10.10.10.0
  • Router(config-router)#default-information originate
  • Router(config-router)do wr

The default-information originate command propagates the static default route in RIP updates. Router0 now has a Gateway of Last Resort and default route installed in its routing table. Now configure a RIP (Routing Information Protocol) on Router1 and Router2 to propagate the default static route to Router1 and Router2. We can verify the default static route on the routing table of Router1 and Router2 using the show ip route command. If we check the routing table of Router1 and Router2, it will display a default static route and the gateway of last resort, but when we check the show startup-config, there will be no default route configured in the startup configuration file.

Avatar of Asad Ijaz

Asad Ijaz

NetworkUstad's lead networking architect with CCIE certification. Specializes in CCNA exam preparation and enterprise network design. Authored 2,800+ technical guides on Cisco systems, BGP routing, and network security protocols since 2018. Picture this: I'm not just someone who writes about tech; I'm a certified expert in the field. I proudly hold the titles of Cisco Certified Network Professional (CCNP) and Cisco Certified Network Associate (CCNA). So, when I talk about networking, I'm not just whistling in the dark; I know my stuff! My website is like a treasure trove of knowledge. You'll find a plethora of articles and tutorials covering a wide range of topics related to networking and cybersecurity. It's not just a website; it's a learning hub for anyone who's eager to dive into the world of bits, bytes, and secure connections. And here's a fun fact: I'm not a lone wolf in this journey. I'm a proud member and Editor of Team NetworkUstad. Together, we're on a mission to empower people with the knowledge they need to navigate the digital landscape safely and effectively. So, if you're ready to embark on a tech-savvy adventure, stick around with me, Asad Ijaz Khattak. We're going to unravel the mysteries of technology, one article at a time!"