10-17-2012 06:24 AM - edited 03-04-2019 05:53 PM
Hi,
Actually Eigrp works on different metrics and OSPF works on different metrics and every protocol has its own metrics except BGP.
When redistribution happens one metrics is converted to another metrics. How is this conversion done. Is there any formula or any
method to calculate this metrics
Thank you
10-17-2012 08:50 AM
HI Kishore,
Here is the link of u can redistribute OSPf into eigrp and vice versa :
http://www.getnetworking.net/tutorials/redistribution-into-eigrp
http://www.getnetworking.net/tutorials/redistribution-into-ospf
Here is the metich calculation idea:
default-metric
To set metrics for IGRP or Enhanced IGRP (EIGRP), use the default-metric command in router configuration mode. To remove the metric value and restore the default state, use the no form of this command.
default-metric bandwidth delay reliability loading mtu
no default-metric bandwidth delay reliability loading mtu
Regards
Please rate if it helps.
10-17-2012 09:42 AM
Thank you for the reply sir,
But my query is how one metric is converted to another metric. That is how is cost converted into bandwidth and delay in eigrp. and how eigrp metric bandwidth and delay in converted to cost.
10-17-2012 09:05 AM
When redis bet routing protocols << RIP, EIGRP, OSPF,BGP>> the best way to control how these metrics are converted is by using route-maps.
For OSPF the only metric that matter is cost. For EIGRP it's delay. For BGP there are a whole host of attributes << not metrics>> that depends on how you want to route<
HTH
THx.
10-17-2012 09:42 AM
But my query is how one metric is converted to another metric. That is how is cost converted into bandwidth and delay in eigrp. and how eigrp metric bandwidth and delay in converted to cost.
10-17-2012 11:30 PM
Hi,
there is no conversion, you just define which metric the redistributed prefix will have when redistributed into the other protocol and of course this seed metric is a metric understandable by this protocol.
Regards.
Alain
Don't forget to rate helpful posts.
10-18-2012 03:57 AM
As Cadet Alain noted, the metric is not automatically converted. Since each protocol uses different metrics for which there is often no direct relation, the administrator must provide the routing process an initial metric. This is known as the "seed metric" and becomes the metric for routes from the point of redistribution.
Some protocols, like RIP and EIGRP, require explicit definition of a seed metric. If not defined, they default to an infinite metric and will not redistribute routes. (some exceptions, like static and connected)
Good luck!
Sent from Cisco Technical Support Android App
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