05-08-2013 08:41 AM - edited 03-07-2019 01:15 PM
Hello,
I'm trying to configure the EIGRP leak-map feature on a 2801 and it's not working, could someone help me with that.
This is my config:
This what I configured on Router 1:
=========================================================
access-list 101 permit ip host 10.44.49.34 any
access-list 101 permit ip host 10.44.49.10 any
route-map leak permit 10
match ip address 101
Router EIGRP 3
bla bla bla
bla bla bla
eigrp stub connected leak-map leak
R1# sh ip route
D 10.44.49.10/32
[90/130816] via 10.44.49.2, 00:13:28, GigabitEthernet0/3/0
D 10.44.49.34/32
[90/130816] via 10.44.49.2, 01:52:16, GigabitEthernet0/3/0
=========================================================
I can't see the 2 subnets advertised on Hub1 nor Hub2.
05-08-2013 09:23 AM
Hi,
In your route-map try adding the following:
!
route-map leak permit 10
match interface tunnel110 tunnel120
!
Regards
05-08-2013 10:12 AM
I just did it and still not working
route-map leak permit 10
match ip address 101
match interface Tunnel110 Tunnel120
Hub1#sh ip route
D 10.44.3.0/24
[90/2175232] via 10.44.136.37, 19:42:40, GigabitEthernet0/0
D EX 10.44.5.0/24
[170/3584] via 10.44.136.37, 19:42:40, GigabitEthernet0/0
D 10.44.49.33/32 [90/3072000] via 10.44.49.98, 03:25:08, Tunnel2400
C 10.44.49.65/32 is directly connected, Loopback210
D 10.44.49.66/32
[90/131584] via 10.44.136.37, 19:42:40, GigabitEthernet0/0
05-08-2013 10:56 AM
Hi,
Can you try this
ip prefix-list eigrp-routes permit 10.44.49.34/32
ip prefix-list eigrp-routes permit 10.44.49.10/32
route-map leak permit 10
match ip add prefix eigrp-routes
Regards
Alain
Don't forget to rate helpful posts.
05-08-2013 11:00 AM
Thanks for trying to help me, I fixed it
I have an access-list distribuited out to the tunnels, so I add the 2 subnets to that ACL and it's working now.
Thanks,
Kelly
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