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?

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



Leave a Reply 1

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


burnoutcandle

burnoutcandle

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