04-08-2010 12:02 AM - edited 03-11-2019 10:30 AM
Hello,
I have ASA 5510 with 8.2(1) software. My EIGRP configuration is:
route outside 0.0.0.0 0.0.0.0 x.x.x.x
router eigrp 1
no auto-summary
no default-information in
no default-information out
default-metric 100000 10 255 1 1500
eigrp stub connected static
network 10.x.x.x 255.255.255.248
network 10.x.x.x 255.255.255.240
network 10.x.x.x 255.255.255.0
redistribute static metric 100000 10 255 1 1500
I can not prevent ASA to advertise default route, is there a mistake with my configuration?
Thanks
Solved! Go to Solution.
04-08-2010 01:54 AM
You redistribute static into eigrp.
You can create a route-map to surpress the static default route to be redistributed to eigrp.
04-08-2010 01:54 AM
You redistribute static into eigrp.
You can create a route-map to surpress the static default route to be redistributed to eigrp.
04-08-2010 02:56 AM
You are right, route-map solved problem with default route. "no default-information out" command confused me.
Thank you.
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