QuestionQ1007
Network AccessA network engineer must configure an access list on a new Cisco IOS router.
The access list must:
- deny HTTP traffic to network
10.125.128.32/27from the192.168.240.0/20network - allow the
192.168.240.0/20network to reach the rest of the10.0.0.0/8network
Which configuration must the engineer apply?
- A ip access-list extended deny_outbound10 permit ip 192.168.240.0 255.255.240.0 10.0.0.0 255.0.0.020 deny tcp 192.168.240.0 255.255.240.0 10.125.128.32 255.255.255.224 eq 44330 permit ip any any
- B ip access-list extended deny_outbound10 deny tcp 192.168.240.0 0.0.15.255 10.125.128.32 0.0.0.31 eq 8020 permit ip 192.168.240.0 0.0.15.255 10.0.0.0 0.255.255.25530 deny ip any any log
- C ip access-list extended deny_outbound10 deny tcp 10.125.128.32 255.255.255.224 192.168.240.0 255.255.240.0 eq 44320 deny tcp 192.168.240.0 255.255.240.0 10.125.128.32 255.255.255.224 eq 44330 permit ip 192.168.240.0 255.255.240.0 10.0.0.0 255.0.0.0
- D ip access-list extended deny_outbound10 deny tcp 192.168.240.0 0.0.15.255 any eq 8020 deny tcp 192.168.240.0 0.0.15.255 10.125.128.32 0.0.0.31 eq 8030 permit ip 192.168.240.0 0.0.15.255 10.0.0.0 0.255.255.255
Community Discussion