Question 310 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question 310 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question

Web Server
LH

IP address
10.30.0.100/24

Switch B

= Int VLAN 10 — ip address 10.10.0.0/24
VLAN 10

Int VLAN 20 — ip address 10.20.0.0/24
Int VLAN 30 — ip address 10.30.0.0/24

Refer to the exhibit.

A network engineer must block access for all computers on VLAN 20 to the web server via HTTP.

All other computers must be able to access the web server.

Which configuration when applied to switch A accomplishes the task? A.

config t
ip access-list extended wwwblock
permit ip any any

deny tcp any host 10.30.0.100 eq 80
int vlan 20

ip access-group wwwblock in

B.

config t
ip access-list extended wwwblock
permit ip any any

deny tcp any host 10.30.0.100 eq 80
int vlan 30

ip access-group wwwblock in

C.

config t
ip access-list extended wwwblock
deny tcp any host 10.30.0.100 eq 80
int vlan 10

ip access-group wwwblock in

D.

config t
ip access-list extended wwwblock
deny tcp any host 10.30.0.100 eq 80
permit ip any any

int vlan 20

ip access-group wwwblock in

Explanations

D.