Which access control list allows only TCP traffic with a destination port range of 22-443, excluding port 80?

技术

Which access control list allows only TCP traffic with a destination port range of 22-443, excluding port 80?

A. deny tcp any any eq 80
permit tcp any any gt 21 lt 444

B. permit tcp any any range 22 443
deny tcp any any eq 80

C. permit tcp any any ne 80

D. deny tcp any any ne 80
permit tcp any any range 22 443


Correct Answer: A


Section: (none)
Explanation
Explanation/Reference:

发表回复