cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

ASA default route ACL and default route redistributing/default-info config

kwanm63my
Level 1
Level 1

I'm trying to release a default route learned via OSPF  into EIGRP in an ASA running version 8.2.2. my config is

router eigrp 1
redist ospf 1 metric 10000 100 100 100 1500 route-map STATIC

access-list DEFAULT permit 0.0.0.0 0.0.0.0

route-map STATIC permit 10
match ip address DEFAULT

however, my upstream eigrp neig peering with the ASA seem to see all my other routes beside the default route. I can filter it out by putting a deny lines ahead fo the permit 0.0.0.0 of course but wondering am I writing to ACL correctly ?

on a side note, if try to use this config instead, I don't see the default route on my upstream eigrp neig at all.

router eigrp 1

default-information out DEFAULT

access-list DEFAULT permit 0.0.0.0 0.0.0.0

route-map STATIC permit 10
match ip address DEFAULT

Thanks

Who Me Too'd this topic