11-27-2017 10:39 AM - edited 03-05-2019 09:32 AM
Actually I have 2 (logic based) questions:
1. If a route-map PERMIT statement matches against an ACL/ACE DENY entry, my understanding of the logic is that the route-map entry has been 'denied to permit'. Does this mean that the entry is 'not permitted' (e.g. in the case of the prefix referenced in the ACE it will be filtered) - or does it mean that this route-map sequence entry will not be processed (e.g. move on to the next in sequence)?
2. In what scenario(s) would anyone use DENY statements in an ACL for a route-map?
Thanks in advance!
Solved! Go to Solution.
11-27-2017 11:30 AM
Hello
I have this always handy in a little txt file:
Using an ACL in a route-map permit clause, routes that are permitted by the ACL are redistributed.
Using an ACL in a route-map deny clause, routes that are permitted by the ACL are not redistributed.
Using an ACL in a route-map permit or deny clause, and the ACL denies a route, then the route-map clause match is not found and the next route-map clause is evaluated.
res
Paul
11-27-2017 11:30 AM
Hello
I have this always handy in a little txt file:
Using an ACL in a route-map permit clause, routes that are permitted by the ACL are redistributed.
Using an ACL in a route-map deny clause, routes that are permitted by the ACL are not redistributed.
Using an ACL in a route-map permit or deny clause, and the ACL denies a route, then the route-map clause match is not found and the next route-map clause is evaluated.
res
Paul
11-27-2017 12:29 PM
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