cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
767
Views
0
Helpful
3
Replies

the issue with redistribute static based on ACL

HWangLoyalty_2
Level 1
Level 1

In our network environment, eigrp is using and setup is as follows:

router eigrp 100
redistribute static
network x.x.x.x

.......

distribute-list 3 out static

ip route y.y.y.y ......
ip route z.z.z.z ......

Also access-list 3 is configured as:

access-list 3 permit y.y.y.y

access-list 3 permit z.z.z.z

......

But when we made changes to add brand new subnet such as a.a.a.a with new ACL, we found the eigrp session was re-established. It also cause our production traffics flapping. Is it normal? Could you please let me know how to ignore this issue? Thanks for your input! 

3 Replies 3

This is pretty normal when change is made to the route-filter (distribute-list in your case), eigrp flaps.

So no worry. Next time take a maintenance window.

Rgds,

Sebastian Fernandez

Thanks for your answer!

Hi Thank you for acknowledging it, if your question has been answered, please
mark the thread as answered, and rate response.

Thank you.