cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
271
Views
0
Helpful
2
Replies

eigrp routes

carl_townshend
Spotlight
Spotlight

How would I stop eigrp routes being advertised so that it doesnt keep bringing up my isdn line, what do I put on the access list ?

2 Replies 2

Roberto Salazar
Level 8
Level 8

access-list 100 deny eigrp any any

access-list 100 permit ip any any

!--- EIGRP routing packets are denied in the dialer-list.

!--- This prevents eigrp packets from keeping the link up.

!--- Adjust the interesting traffic depending on your traffic definitions.

!

dialer-list 1 protocol ip list 100

http://www.cisco.com/en/US/tech/tk713/tk237/technologies_configuration_example09186a00800a3b77.shtml

mahmoodmkl
Level 7
Level 7

Hi

In addition u can use passive-interface command to prevent the advertisation of updates.

May be wrong but think should work