Refer to the exhibit. Considering the route map configuration for BGP, which statement describes the condition for a network prefix to match the route map TEST ?
- If the processing action is deny, the network prefix needs to match both ACL1 and ACL2.
- If the processing action is permit, the network prefix needs to match either ACL1 or ACL2.
- The network prefix needs to match either ACL1 or ACL2 independently of the processing action.
- The network prefix needs to match both ACL1 and ACL2 independently of the processing action.
Answers Explanation & Hints:
In route map configuration, if there are multiple variables (ACLs, prefix lists, tags, and so on) configured for a specific route map sequence, only one variable must match for the prefix to qualify. The Boolean logic uses an OR operator for this configuration. The processing action is performed only after a match occurs. |