Question:
Which prefix would match the prefix list ip prefix-list NAME seq 5 permit 10.0.0.0/8 ge 22 le 26 ?
- 10.0.0.0/8
- 10.0.0.0/30
- 10.0.0.0/24
- 10.0.0.0/16
Explanation: To match the criteria in the prefix list, a prefix must have the same 8 high-order bits as 10.0.0.0/8 and also have a network mask that is equal to or greater than /22 but also less than or equal to /26. The prefix that meets both requirements is 10.0.0.0/24.
Related exam: CCNP ENARSI 8 Modules 15 - 17 Checkpoint Exam: Conditional Forwarding and Route Redistribution Exam
