11-10-2010 09:48 AM
Hello
I am trying to configure a new ASA ( Version 8.3(2) ) with EIGRP enabled on the inside interface along with RRI. However, I do not want to redistribute or listen for a default route. I have verified the config below prevents the ASA from learning default route should the outside interface go down, but it is still redistributing itself as a potential default gateway. Is it possible to prevent this?
router eigrp 2801
no auto-summary
no default-information in
no default-information out
network 131.183.0.0 255.255.0.0
passive-interface default
no passive-interface inside
redistribute static
Thank you
11-10-2010 10:33 AM
Hi,
Have you tried to create a filter list (distribute or prefix-list) to filter the default route from being advertised?
Federico.
11-10-2010 11:10 AM
I did try a distribute list and a route map, but was unable to get the syntax correct. Any advice on how I could set this up is appreciated.
Thanks!
11-10-2010 11:57 AM
If you have access via ASDM...
Configuration - Device Setup - Routing - EIGRP - Default Information
You can create a rule to filter the propagation of the default information route.
Federico.
11-10-2010 01:38 PM
I attempted to do this, but adding a filter for 0.0.0.0 matches all routes causing all of my statics inserted via RRI to be blocked.
It looks like a route-map may be the only way to do this, and even then I have not been able to get this working.
11-10-2010 01:48 PM
I was able to get this working, but it appears I will have to declare each remote network in the access list and pay attention to the ordering. Here is what worked.
distribute-list eigrpACL_FR out interface inside
was added to the EIRGP config, and the access list reads as follows -
access-list eigrpACL_FR standard permit 10.1.0.0 255.255.255.0
access-list eigrpACL_FR standard deny any
Not what I had hoped for, but it works. Thanks for the assistance!
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