03-06-2015 09:55 AM - edited 03-07-2019 10:58 PM
I saw a network working with EIGRP and resdistributing a static default route into it. I did not find the "default metrics" to redistribute into EIGRP but the static default route works and is redistributed. My understanding was that everytime you redistribute into EIGRP you needed to specify the metrics. How come this network is working? Can someone explain or point to a cisco document what explains it?
Sample of the config:
router eigrp 1
redistribute static
no autosummary
network Y.Y.Y.Y
!
ip route 0.0.0.0 0.0.0.0 X.X.X.X
Thank you,
03-06-2015 10:22 AM
I haven't found any documentation stating how its being redistributed, but I did locate a posting that discusses it.
"the metric will be computed automatically using the metric of egress interface."
https://supportforums.cisco.com/discussion/11299106/eigrp-doesnt-redistibute-static-routes
03-06-2015 01:48 PM
It's just one of those specific things about EIGRP and IOS, maybe a design choice. If they do use the interface as the seed metric then that would help explain why it's that way.
Weirdly if you are using EIGRP VRF address family configuration on IOS and you redistribute statics you do need a metric.
And I believe NXOS running on Nexus switches also needs a metric defined.
Just one of those things you have to remember but it would be good if it was consistent.
Jon
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