cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1879
Views
5
Helpful
8
Replies

default-information originate

jonk34567
Level 4
Level 4

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.

1 Accepted Solution

Accepted Solutions

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

 

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

View solution in original post

8 Replies 8

Joseph W. Doherty
Hall of Fame
Hall of Fame
#1 for OSPF, unless you also add "always".

Don't recall the rules for RIP.

what about Rip. rule 2 ? 

RIP needs default route in routing table. 

 

Jon

i think Rip doesnt need a default route in routing table only ospf needs it.

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

 

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

thank you very much. your replies are always helpful

Thank you so much! I really appreciate your words.

Have a great day

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

My apologies for the wrong information. 

 

Thankfully Julio was around to give the right answer :) 

 

Jon