cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
599
Views
0
Helpful
2
Replies

RIP

jonk34567
Level 4
Level 4

In Rip there is a command in router mode "default-information originate" what does it do ? 

1 Accepted Solution

Accepted Solutions

Hi

Yes it has. Basically this command is useful to advertise a default route to other RIP routers, it is the same behavior like in OSPF.

 

Configuration:

 

Internet ---- R1 ---- R2

 

R1

ip route 0.0.0.0 0.0.0.0 1.1.1.1  (to reach internet or unknown routes)

 

router rip

ver 2

no auto

default-information originate

network 10.0.0.0

 

R2

 

router rip

ver 2

no auto

network 10.0.0.0

 

should receive a default route entry into the routing table known via RIP from R1.

 

:-)

 




>> 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

2 Replies 2

Hi

Yes it has. Basically this command is useful to advertise a default route to other RIP routers, it is the same behavior like in OSPF.

 

Configuration:

 

Internet ---- R1 ---- R2

 

R1

ip route 0.0.0.0 0.0.0.0 1.1.1.1  (to reach internet or unknown routes)

 

router rip

ver 2

no auto

default-information originate

network 10.0.0.0

 

R2

 

router rip

ver 2

no auto

network 10.0.0.0

 

should receive a default route entry into the routing table known via RIP from R1.

 

:-)

 




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

what about eigrp ? does it function in eigrp ?

Review Cisco Networking for a $25 gift card