Last Updated on April 27, 2021 by Admin
Refer to the exhibit. Which statement describes the condition when the BGP route-map TEST permit 40 command is processed and what is the result of processing?

CCNPv8 ENCOR (Version 8.0) – Chapters 11 – 12 BGP Exam Answers 11
- Only networks that do not match ACL3 will match and be allowed.
- Incoming networks that match ACL1, ACL2, and ACL3 will match and be allowed.
- All incoming networks that do not match ACL1, ACL2, and ACL3 will match and be allowed.
- All incoming networks that do not match ACL1, ACL2, and ACL3 will match, but will be dropped because no action is specified.
Answers Explanation & Hints: A route map uses the command syntax route-map route-map-name [ permit | deny ] [ sequence-number ]. The rules that apply to route map statements are as follows:
If a processing action is not provided, the default value permit is used.
If a sequence number is not provided, the sequence number is incremented by 10 automatically.
If a matching statement is not included, an implied all prefixes is associated with the statement.
Processing within a route map stops after all optional actions have processed and after matching a conditional matching criterion.