ā10-10-2012 09:11 AM - edited ā03-04-2019 05:49 PM
I'm setting up a cisco 871 Router.
I set the wan port to recieve a DHCP address from the ISP as follows:
interface FastEthernet4
ip address dhcp client-id FastEthernet4
Sorry for the stupid question, but, what do i need to put in this situation on my default-route 0.0.0.0 ?
Thanx,
Roee
Solved! Go to Solution.
ā10-10-2012 10:32 AM
Hi Paolo,
By default this route has an AD of 254 and putting the command I suggested gives it an AD of 1 like any other static route
so it really depends if the OP wants the default route to have an AD of 1 or leave the default of 254 . In my opinion it's best to have an AD of 1 and also to see the static route in the running config but it's only a personal choice.
Regards.
Alain
Don't forget to rate helpful posts.
ā10-10-2012 09:43 AM
Hi,
ip route 0.0.0.0 0.0.0.0 dhcp
Regards.
Alain
Don't forget to rate helpful posts.
ā10-10-2012 10:12 AM
No, dhcp default route is installed automatically.
ā10-10-2012 10:32 AM
Hi Paolo,
By default this route has an AD of 254 and putting the command I suggested gives it an AD of 1 like any other static route
so it really depends if the OP wants the default route to have an AD of 1 or leave the default of 254 . In my opinion it's best to have an AD of 1 and also to see the static route in the running config but it's only a personal choice.
Regards.
Alain
Don't forget to rate helpful posts.
ā10-28-2012 02:38 AM
Hi Alain,
It took a while till I could check it but it works.
Thanx !
Roee
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