hardmultiple choiceObjective-mapped

A device administrator can log in securely over SSH, but the organization still insists on restricting source IP ranges and keeping detailed logs. Which statement best explains that decision?

Question 1hardmultiple choice
Full question →

A device administrator can log in securely over SSH, but the organization still insists on restricting source IP ranges and keeping detailed logs. Which statement best explains that decision?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

Because secure transport alone does not remove the need for source restriction and accountability controls.

This is correct because layered controls address different management-plane risks.

B

Distractor review

Because SSH is less secure than Telnet and must be compensated for.

This is wrong because SSH is generally the more secure protocol.

C

Distractor review

Because logs automatically enforce ACL policy.

This is wrong because logs provide visibility rather than directly enforcing policy.

D

Distractor review

Because source IP restriction replaces the need for authentication.

This is wrong because source filtering and identity verification solve different problems.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A frequent exam trap is to believe that using SSH alone fully secures remote device access, leading to the mistaken idea that source IP restrictions and logging are redundant. This overlooks that SSH only encrypts the session and authenticates users but does not limit which hosts can connect or provide audit trails. Ignoring source IP filtering increases exposure to brute-force or credential compromise attacks from unauthorized IPs. Similarly, neglecting logging removes visibility into who accessed the device and when, hindering incident response. The trap is confusing transport security with comprehensive access control and accountability.

Technical deep dive

How to think about this question

SSH (Secure Shell) is a cryptographic network protocol that provides secure encrypted communication for remote device management. It replaces insecure protocols like Telnet by encrypting the session, protecting credentials and commands from interception. However, SSH only secures the transport layer and authenticates users; it does not inherently restrict which source IP addresses can connect to the device. Network administrators implement source IP restrictions using ACLs (Access Control Lists) to limit management access to trusted IP ranges. This reduces the attack surface by preventing unauthorized hosts from even attempting to establish SSH sessions. Additionally, detailed logging of management access records user activity, which supports accountability and forensic investigations. These layered controls complement SSH by addressing different security domains: transport security, access control, and auditing. A common exam trap is assuming that SSH alone is sufficient for secure device management. While SSH protects session confidentiality and integrity, it does not replace the need for source IP filtering or logging. In practice, attackers may still attempt unauthorized access from allowed IP ranges or exploit compromised credentials. Therefore, combining SSH with ACLs and logging provides a robust defense-in-depth strategy that aligns with Cisco’s best practices for securing network devices.

KKey Concepts to Remember

  • SSH provides encrypted management-plane access but does not replace the need for source IP restrictions to limit potential attack vectors.
  • Source IP filtering via ACLs restricts which devices can initiate management sessions, reducing exposure to unauthorized access attempts.
  • Logging records administrative access events, enabling accountability and forensic analysis in case of security incidents.
  • Layered security controls work together to protect network devices by addressing different aspects of risk and attack surfaces.
  • Secure transport protocols like SSH protect data confidentiality and integrity during remote management sessions.
  • Source IP restrictions and authentication solve different security problems and must be implemented in combination for effective device protection.
  • Logging does not enforce access control policies but provides visibility and audit trails for network administrators.
  • Defense in depth is a core security principle that requires multiple complementary controls rather than relying on a single mechanism.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Related practice questions

Related 200-301 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this 200-301 question test?

SSH provides encrypted management-plane access but does not replace the need for source IP restrictions to limit potential attack vectors.

What is the correct answer to this question?

The correct answer is: Because secure transport alone does not remove the need for source restriction and accountability controls. — The decision reflects defense in depth. In practical terms, SSH protects the session itself, but that does not eliminate the value of source restriction and activity visibility. Restricting where connections may come from reduces exposure, and logging helps with accountability and investigations. The controls work together rather than replacing one another. This is an advanced reasoning question built around layered management-plane security.

What should I do if I get this 200-301 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.