02-21-2018 12:00 PM - edited 03-08-2019 01:58 PM
if i give "default-information originate" in a router which runs ospf or ripv2 it will advertise a default route
1. only if it has a already configured default route in its routing table
or
2.the router will automatically create a default route and advertise it.
Solved! Go to Solution.
02-21-2018 05:45 PM - edited 02-21-2018 05:54 PM
Hi,
That is correct, RIP does not need a default route into the routing table to advertise one. OSPF needs one to advertise a default route using default-information originate but if you add the always word it will advertise one with or without entry into the routing table.
router opsf 1
default-information originate always
:-)
02-21-2018 12:08 PM
02-21-2018 12:20 PM
what about Rip. rule 2 ?
02-21-2018 12:40 PM
RIP needs default route in routing table.
Jon
02-21-2018 12:51 PM
i think Rip doesnt need a default route in routing table only ospf needs it.
02-21-2018 05:45 PM - edited 02-21-2018 05:54 PM
Hi,
That is correct, RIP does not need a default route into the routing table to advertise one. OSPF needs one to advertise a default route using default-information originate but if you add the always word it will advertise one with or without entry into the routing table.
router opsf 1
default-information originate always
:-)
02-22-2018 11:05 AM
02-22-2018 03:10 PM
Thank you so much! I really appreciate your words.
Have a great day
:-)
02-23-2018 01:30 AM
My apologies for the wrong information.
Thankfully Julio was around to give the right answer :)
Jon
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