Which Cisco IOS access list permits HTTP traffic that is sourced from host 10.1.129.100 port 3030 and that is destined to host 192.168.1.10?

Which Cisco IOS access list permits HTTP traffic that is sourced from host 10.1.129.100 port 3030 and that is destined to host 192.168.1.10?
A. access-list 101 permit tcp any eq 3030
B. access-list 101 permit tcp 10.1.128.0 0.0.1.255 eq 3030 192.168.1.0 0.0.0.15 eq www
C. access-list 101 permit tcp 10.1.129.0 0.0.0.255 eq www 192.168.1.10 0.0.0.0 eq www
D. access-list 101 permit tcp host 192.168.1.10 eq 80 10.1.0.0 0.0.255.255 eq 3030
E. access-list 101 permit tcp 192.168.1.10 0.0.0.0 eq 80 10.1.0.0 0.0.255.255
F. access-list 101 permit ip host 10.1.129.100 eq 3030 host 192.168.1.100 eq 80

cisco-exams

2 thoughts on “Which Cisco IOS access list permits HTTP traffic that is sourced from host 10.1.129.100 port 3030 and that is destined to host 192.168.1.10?

  1. HI,

    the destination is 192.168.1.10 so F is not possible (puts 192.168.1.100)

    B is correct because it includes both addresses

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.