cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4756
Views
0
Helpful
4
Replies

EIGRP Stub leak-map

kellycolina
Level 1
Level 1

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:

EIGRP Leak-map.png

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.

4 Replies 4

Steve Fuller
Level 9
Level 9

Hi,

In your route-map try adding the following:

!

route-map leak permit 10

match interface tunnel110 tunnel120

!

Regards

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

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.

Don't forget to rate helpful posts.

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