04-09-2019 05:06 AM
Hi Folks,
I seem to be having a hard time finding an official answer to this.
When redistributing statics into EIGRP (just "redistribute static"), no route-maps, no stating any metrics, no default metrics.
What metrics are used when the route does get redistributed? I have read it is the K Values of the Outgoing Interface specified for the specific static route. Is this indeed correct? I will test tonight but just wanted to some clarification.
Thanks
Solved! Go to Solution.
04-09-2019 05:34 AM
Hello Grant,
yes it looks like that EIGRP is able to redistribute static routes without configuring a seed metric and that the seed metric is taken from the outgoing interface parameters (delay and BW) of the static route.
see this older thread
https://community.cisco.com/t5/routing/redistributing-static-routes-to-eigrp/td-p/627225
Really interesting I always set the seed metric manually when redistributing into EIGRP.
Hope to help
Giuseppe
04-09-2019 05:34 AM
Hello Grant,
yes it looks like that EIGRP is able to redistribute static routes without configuring a seed metric and that the seed metric is taken from the outgoing interface parameters (delay and BW) of the static route.
see this older thread
https://community.cisco.com/t5/routing/redistributing-static-routes-to-eigrp/td-p/627225
Really interesting I always set the seed metric manually when redistributing into EIGRP.
Hope to help
Giuseppe
04-09-2019 05:40 AM
04-09-2019 05:42 AM
@GRANT3779 hello,
Note that there are 5 metrics that must be specified when we redistribute static route into EIGRP in Cisco IOS router – and this applies when we redistribute other routing protocol into EIGRP as well. This because EIGRP is a smart routing protocol that consider all these aspectswhen creating a route entry. The mentioned metrics are:
The static routes are like directly connected interfaces, even if your issuing the command redistribute static, only AD will be changed as it will be advertise as an external network
Also whenever you will advertise this network to other eigrp neighbors it will use the interface parameters to calculate the bandwidth where its neighbour is connected.
check this link for more information: https://learningnetwork.cisco.com/thread/71945
https://community.cisco.com/t5/routing/redistribution-and-default-metric-in-eigrp/td-p/1662007
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