»
Cisco
»
Examen Cisco CCNA V3.1
»
Module 2
»
Final
»
Question 32/51
32.The following access list has been created to prevent traffic from host 172.23.40.36 from accessing the 192.168.34.0 network.
access-list 44 deny host 172.23.40.36 access-list 44 permit any
Refer to the graphic. Which group of commands will properly place the access list so that the host is denied access only to network 192.168.34.0?
Rome(config)# interface fa0/0
Rome(config-if)# ip access-group 44 in
Rome(config)# interface s0/1
Rome(config-if)# ip access-group 44 out
Tokyo(config)# interface s0/0
Tokyo(config-if)# ip access-group 44 in
Tokyo(config)# interface fa0/0
Tokyo(config-if)# ip access-group 44 out
« Question 31
Question 33 »