The EIGRP stub feature is useful to prevent unnecessary EIGRP queries and to filter some routes that
you advertise. What if you want to configure your router as a stub router but still make an exception
to some routes that it advertises? That is possible with the leak-map feature. This is how to configure
leak-map in this question:
R1(config)#ip access-list standard R2_L0
R1(config-std-nacl)#permit host 2.2.2.2
R1(config)#route-map R2_L0_LEAK
R2(config-route-map)#match ip address R2_L0
R1(config)#router eigrp 1
R1(config-router)#eigrp stub leak-map R2_L0_LEAK
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit