05-15-2006 05:31 AM - edited 03-05-2019 11:54 AM
If I have a building running eigrp and another running ospf, do I just redistribute on into the other, or do I have to redistribute both into eqch other ?
thanks
Carl
05-15-2006 07:05 AM
Hi Carl,
It depends all on your network requiement. But most of the networks go for both side or both direction redistribution which means redistributing ospf into eigrp and eigrp into ospf so that both the routing domain can know about each other routes.
If you want you can also go for one way redistribution also all depends upon your network requirement.
HTH, if yes please rate the post.
Ankur
05-15-2006 03:04 PM
wont one way distribution do the job ? what is the normal practice ?
05-15-2006 09:05 PM
Hi Carl,
For suppose you do one way redistribution as an example redistributing eigrp into ospf only now ospf routing doamin will get to know about eigrp routes as we have injected eigrp routes into ospf via redistribution but we have not done the other way round.
Normal practice is to have both way redistribution.
HTH, if yes please rate the post.
Ankur
05-17-2006 10:04 AM
Hi there
can you give me an example of this, eigrp and ospf if possible ?
thanks an million
05-17-2006 01:12 PM
interface E0
ip add 172.16.1.1/16
interface E1
ip add 192.168.1.0/24
router eigrp 1
network 172.16.0.0
no auto-summary
redistribute ospf 1
router ospf 1
network 192.168.1.0 0.0.0.255 area 0
redistribute eigrp 1
links for more info:
http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a008009487e.shtml
05-17-2006 02:38 PM
do I not need to put a metric into this ? or does ospf use the same metrics ?
05-18-2006 10:49 AM
You will need metrics to make this happen.
This should help.
05-19-2006 01:38 AM
I cannot connect to this link, can you give me an example of the metrics ?
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