Refer to the exhibit. What will happen to HTTP traffic coming from the Internet that is destined for 172.12.12.10 if the traffic is processed by this ACL?router#show access-lists Extended IP access list 110 10 deny tcp 172.16.12.0 0.0.255.255 any eq telnet 20 deny tcp 172.16.12.0 0.0.255.255 any eq smtp 30 deny tcp 172.16.12.0 0.0.255.255 any eq http 40 permit tcp 172.16.12.0 0.0.255.255 any
Traffic will be accepted per line 40 of the ACL
Traffic will be accepted, because the source address is not covered by the ACL
Traffic will be dropped, because of the implicit deny all at the end of the ACLCorrect