| Exam 640-878 | Question id=4958 | Routed Network Technologies II |
Refer to the configuration snippet below.
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 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?
| 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 |