cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
684
Views
9
Helpful
8
Replies

redistribution

carl_townshend
Spotlight
Spotlight

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

8 Replies 8

ankurbhasin
Level 9
Level 9

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

wont one way distribution do the job ? what is the normal practice ?

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

Hi there

can you give me an example of this, eigrp and ospf if possible ?

thanks an million

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

http://www.cisco.com/en/US/customer/products/sw/iosswrel/ps1828/products_command_reference_chapter09186a00800ca5ac.html#wp1019783

do I not need to put a metric into this ? or does ospf use the same metrics ?

I cannot connect to this link, can you give me an example of the metrics ?

Review Cisco Networking for a $25 gift card