cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
525
Views
0
Helpful
3
Replies

redistribution from ospf into eigrp

carl_townshend
Spotlight
Spotlight

If I have 3 routers running ospf and want to redistribute eigrp into this, what metrics do I need to use ?

thanks

3 Replies 3

mahmoodmkl
Level 7
Level 7

Hi Carl

If u r redistributing eigrp then u have to use all the metrics of EIGRP i.e bandwidth,delay,relaibility,mtu and load.

Thanks

Mahmood

Martin Parry
Level 3
Level 3

The default metric values for ethernet are 10000 100 255 1 1500

Hope this helps

Martin

Adam Frederick
Level 3
Level 3

I'm assuming you are wanting one way redistribute. If you are wanting to redistribute EIGRP into OSPF you will need to use a COST based metric such as;

redistribute eigrp 65001 metric 100 subnets

-or-

redistribute eigrp 65001 subnets

default-metric 100

A metric is not required for OSPF, however, if you redistribute an IGP into OSPF without specifying a default-metric, it will be assigned a metric of 20. The OSPF metric is based on the 10 to the 8th / bandwidth of the link. For example, Ethernet cost is 10.

Please rate post if it helped.

Thanks!