Question 316 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question 316 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question

interface GigabitEthernet0/1
ip address 192.168.1.2 255.255.255.0

ip access-group 2699 in
!

access-list 2699 deny icmp any 10.10.1.0
access-list 2699 deny ip any 10.20.1.0 0
access-list 2699 permit ip any 10.10.1.0
jaccess-list 2699 permit tcp any 10.20.1.0 0.0.0.127 eq 22

Refer to the exhibit.

A network administrator must permit SSH access to remotely manage routers in a network.

The operations team resides on the 10.20.1.0/25 network.

Which command will accomplish this task?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D.

Already a statement is there in last to allow SSH Traffic for network 10.20.1.0 0.0.0.127, but Second statement says deny ip any 10.20.1.0 0.0.0.255, so how it will work once it is denied.

So the right answer is remove the --- no access-list 2699 deny ip any 10.20.1.0 0.0.0.255.