02-26-2018 04:18 PM - edited 03-08-2019 02:02 PM
When I configured ip summary-address eigrp 10 0.0.0.0 0.0.0.0 in classic mode, it works, but it does not work in named mode.
How to advertise a default route into an eigrp network ?
thanks !!
02-26-2018 04:33 PM - edited 02-26-2018 04:34 PM
Hello,
The configuration for interfaces moves into the router eigrp section of the config under the af-interface section:
Old Config
int gig0/1
ip eigrp 100 summary address 0.0.0.0 0.0.0.0
router eigrp 100
New config
router eigrp NAME
address-family ipv4 unicast autonomous system 100
af-interface gig0/1
summary address 0.0.0.0 0.0.0.0
If you move the configuration here, it should continue to work as it has before.
Hope that helps!
02-27-2018 06:49 AM
thanks !!
02-26-2018 08:00 PM
figured it out. it should be under af-interface.
thanks !!
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