08-05-2018 03:16 PM - edited 03-05-2019 10:49 AM
i'm asking about the order of operation when excuting both under eigrp
08-06-2018 12:34 AM
Hi Ahmed,
I am probably answering with a counterquestion but I would like to ask you why you believe that the order of these two mechanisms is important.
To be honest, I do not know in what order are these two evaluated internally in the EIGRP code. However, I do not believe this makes any difference because the distribute-list and offset-list perform independent actions, and cannot override each other:
So, in either order (you first modify the metric and then permit/deny the prefix, or you first permit/deny the prefix and then modify its metric if it was permitted), the result is the same. From the efficiency perspective, it would makemore sense to apply the distribute-list first, and evaluate the offset-list later (no reason to tweak the metrics of routes that will be denied either way), but this is purely a matter of internal implementation.
Feel welcome to ask further!
Best regards,
Peter
08-06-2018 01:29 AM
Hello,
in addition to Peter's remarks, out of curiosity I set up a small lab with both a distribute and an offset list for a specific prefix. Since the distribute list keeps the prefix from making it into the EIGRP topology table, the offset list is never applied. In that regard, the distribute list is takes 'precedence'...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide