» Cisco » Examen Cisco CCNA V3.1 » Module 2 » Chapitre 11 » Question 14/19
14.**959.jpg**
An access list has been created that will deny the host 204.204.7.89 access to an ftp server located at 196.6.13.254.


access-list 111 deny tcp 204.204.7.89 0.0.0.0 196.6.13.254 0.0.0.0 eq 21
access-list 111 permit tcp any any

Which of the following groups of commands will place this ACL in the proper location?


Router2(config)# interface s0/0
Router2(config-if)# ip access-group 111 in

Router2(config)# interface fa0/0
Router2(config-if)# ip access-group 111 out


Router2(config)# interface fa0/0
Router2(config-if)# ip access-group 111 in


Router3(config)# interface fa0/0
Router3(config-if)# ip access-group 111 in


Router3(config)# interface s0/1
Router3(config-if)# ip access-group 111 out


Router3(config)# interface fa0/0
Router3(config-if)# ip access-group 111 out



« Question 13 Question 15 »