What single access list statement matches all of the following networks?
192.168.16.0
192.168.17.0
192.168.18.0
192.168.19.0
- access-list 10 permit 192.168.16.0 0.0.3.255
- access-list 10 permit 192.168.16.0 0.0.0.255
- access-list 10 permit 192.168.16.0 0.0.15.255
- access-list 10 permit 192.168.0.0 0.0.15.255
Explanation: The ACL statement access-list 10 permit 192.168.16.0 0.0.3.255 will match all four network prefixes. All four prefixes have the same 22 high order bits. These 22 high order bits are matched by the network prefix and wildcard mask of 192.168.16.0 0.0.3.255.
Related exam: CCNA 2 (v5.0.3 + v6.0) Chapter 7 Exam Answers
Related exam: CCNA 2 (v5.0.3 + v6.0) Chapter 9 Exam Answers
Related exam: Checkpoint Exam: ACLs and Firewalls Group Exam Answers
Related exam: CCNA 3 v7 Module 4 Quiz - ACL Concepts
Related exam: Checkpoint Exam: Firewalls, Cryptography, and Cloud Security Answers
Related exam: Network Defense - My Knowledge Check Answers
Related exam: Cybersecurity Essentials My Knowledge Check Answers
