Your task is to type a one-line extended ACL that matches the following criteria.

Permit packets from web client 65.5.5.5, sent to a web server in subnet 65.5.6.0/24

(A) access-list 101 permit tcp host 65.5.5.5 65.5.6.0 0.0.0.255 eq 23
(B) access-list 101 permit any any
(C) access-list 101 permit tcp host 65.5.5.5 65.5.6.0 0.0.0.255 eq www
(D) access-list 101 deny tcp host 65.5.5.5 65.5.6.0 0.0.0.255 eq www


Comments