What command is missing from the access list configuration?

Refer to the configuration snippet below. A network engineer has been tasked with implementing a security policy that prevents subnet 209.165.202.128/27 from accessing web server 209.165.200.224. All users are now unable to access the web server. What command is missing from the access list configuration?
Configuration:
switch(config)#access-list 1 deny 209.165.202.128 0.0.0.31 209.165.200.224
switch(config)#interface FastEthernet 0/0
switch(config-if)# ip access-group 1 in
A. switch(config-if)#ip access-group 1 out
B. switch(config)#ip access-list 2 permit any any
C. switch#ip access-list 2 permit any any
D. switch(config)#ip access-list 1 permit any any

cisco-exams

Leave a Reply

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


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