A network administrator is configuring ACLs on a Cisco router, to allow traffic from hosts on
networks 192.168.146.0, 192.168.147.0, 192.168.148.0, and 192.168.149.0 only. Which two ACL
statements, when combined, would you use to accomplish this task? (Choose two.)
A.
access-list 10 permit ip 192.168.146.0 0.0.1.255
B.
access-list 10 permit ip 192.168.147.0 0.0.255.255
C.
access-list 10 permit ip 192.168.148.0 0.0.1.255
D.
access-list 10 permit ip 192.168.149.0 0.0.255.255
E.
access-list 10 permit ip 192.168.146.0 0.0.0.255
F.
access-list 10 permit ip 192.168.146.0 255.255.255.0
Explanation:
access-list 10 permit ip 192.168.146.0 0.0.1.255 will include the 192.168.146.0 and
192.168.147.0 subnets, while access-list 10 permit ip 192.168.148.0 0.0.1.255 will include
the192.168.148.0 and 192.168.149.0subnets.
the statements are incorrect there should not be “ip ” word in it as cisco router donot accept it with standard access-lists
it should be
access-list 10 permit 192.168.146.0 0.0.1.255