02-15-2017 06:35 AM - edited 03-08-2019 09:21 AM
in ospf i can give below command to advertise my default route to other routers
#router ospf 1
#default-information originate
02-15-2017 07:08 AM
Duplicate post see
https://supportforums.cisco.com/discussion/13226721/eigrp-default-route-advertisement
02-15-2017 07:37 AM
Hi
In OSPF you can use that command line under the OSPF process to advertise a default route but you should have already a default route into your routing table.
If you add the argument 'always', it will advertise a default route with or without default route in your routing table:
conf t
router ospf 1
default-information originate always
For EIGRP you can advertise a default route using summary address under a interface.
ip summary-address eigrp 1 <default route>
or
you can redistribute a static default route.
Please rate the comment if it was useful
🙂
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