05-01-2008 01:46 AM - edited 03-05-2019 10:43 PM
Hi. I was wondering if anyone can explain to me the difference between a default route explicitly configured as: ip route 0.0.0.0 0.0.0.0 s0, and a default router which in turn is configured as: default-router 192.168.1.1?
I know that the default route function, however i can't seem to comprehend the purpose of the default-router command when I already have a default route. Can the default-router command point to a router not physically connected to the router where the command is to be configured?
05-01-2008 02:01 AM
Marcus
The default-router 192.168.1.1 is part of a DHCP client configuration tell the client that it's default-gateway is 192.168.1.1. So it used in setting up DHCP scopes for clients.
The "ip route 0.0.0.0 .0.0.0.0 s0" command is used by the router itself when deciding how to forward packets.
Jon
05-01-2008 05:14 AM
You will also be able to redistribute the 0.0.0.0 0.0.0.0 s0 into some dynamic routing protocols. Other dynamic routing protocols are able to make use of the default-router, RIP maybe, but I would have to look it up for sure.
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