CCNA • Mock Exam 93
Free CCNA mock exam — 25 questions with explanations. Set 93. No signup required.
Exhibit: Consider the following ACL applied inbound on interface G0/0:
access-list 100 deny ip host 10.10.10.10 any
access-list
100 deny tcp any host 10.10.10.10 eq 23
access-list
100 permit ip any anyThe intent is to block only Telnet (TCP port 23) to server 10.10.10.10 while permitting everything else. However, users cannot reach any service on that server. Why?
ip access-list extended BLOCK-TELNET deny ip any host 10.10.10.10 deny tcp any host 10.10.10.10 eq 23 permit ip any any