01-28-2018 06:05 AM - edited 03-08-2019 01:35 PM
In Rip there is a command in router mode "default-information originate" what does it do ?
Solved! Go to Solution.
01-28-2018 06:08 AM - edited 01-28-2018 06:12 AM
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.
:-)
01-28-2018 06:08 AM - edited 01-28-2018 06:12 AM
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.
:-)
01-30-2018 12:34 PM
what about eigrp ? does it function in eigrp ?
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