You are configuring the Access Lists for your new Cisco Router. The following are the commands that are entered into the router for the list configuration.
Router(config)#access-list 13 deny 10.10.10.0 0.0.0.255 Router(config)#access-list 13 permit 10.10.11.0 0.0.0.255 Router(config)#access-list 15 deny 10.10.12.0 0.0.0.255 Router(config)#access-list 15 permit 10.10.11.0 0.0.0.255 Router(config)#interface Ethernet 0
Router(config-if)#ip access-group 15 out
Router(config-if)#interface Ethernet 2
Router(config-if)#ip access-group 15 out
Based on this configuration, and using the exhibit, select the answers that identify what the list will accomplish.

A.
Deny network 10.10.10.0 from accessing network 10.10.11.0
B.
Deny network 10.10.12.0 from accessing network 10.10.10.0
C.
Permit network 10.10.10.0 access to all other networks
D.
Deny network 10.10.12.0 from accessing network 10.10.11.0
E.
Permit network 10.10.11.0 access to all other networks
I agree with the answer. BE