cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
221
Views
4
Helpful
1
Replies

eigrp routes

mburguk1000
Level 1
Level 1

I have just added a Wan router onto our network and we are running eigrp, the problem i have is that the routing table is picking up unwanted routes that i dont want to be advertised, could some one please tell me a way to avoid these routes being shown

many thanks

1 Reply 1

Hi,

You can apply a distribute list under the EIGRP process and only accept the routes you want to learn. The config would look something like this.

router eigrp 100

distribute-list 5 in (interface)

access-list 5 permit (allowed_networks)

access-list 5 deny any

Hope this helps!

Sundar