CCNA: Cisco Certified Network Associate — Question 839

An engineer is configuring remote access to a router from IP subnet 10.139.58.0/28. The domain name, crypto keys, and SSH have been configured. Which configuration enables the traffic on the destination router?

Answer options

Correct answer: A

Explanation

Option A is correct because it applies an access list that permits TCP traffic from the specified subnet to the router on port 22, which is necessary for SSH connections. Option B uses an incorrect subnet mask and also doesn't match the required access list type for TCP traffic. Option C incorrectly uses a standard access list instead of an extended access list, which cannot filter based on TCP port numbers. Option D mistakenly allows UDP traffic instead of TCP, which is not suitable for SSH.