Which two ACE commands will block traffic that is destined for a web server which is listening to default ports? (Choose two.)
- access-list 110 deny tcp any any lt 80
- access-list 110 deny tcp any any eq 21
- access-list 110 deny tcp any any eq https
- access-list 110 deny tcp any any gt 75
- access-list 110 deny tcp any any gt 443
Explanation: Traffic that is destined for a web server will use port 80 or 443. The keyword eq represents equal, gt represents greater than, and lt less than.
Exam with this question: CCNA 4 Chapter 4 Exam Answers
Please login or Register to submit your answer