Which single Cisco IOS ACL entry permits IP addresses from 172.16.80.0 to 172.16.87.255?
A.
permit 172.16.80.0 0.0.3.255
B.
permit 172.16.80.0 0.0.7.255
C.
permit 172.16.80.0 0.0.248.255
D.
permit 176.16.80.0 255.255.252.0
E.
permit 172.16.80.0 255.255.248.0
F.
permit 172.16.80.0 255.255.240.0
Explanation:
B.
permit 172.16.80.0 0.0.7.255
It’s actually A permit 172.16.80.0 0.0.3.255
B will work too but will permit more than 172.16.80.0 to 172.16.87.255
its B.
If we use A, it will allow IP addresses 172.16.80.0-172.16.83.255