mediummulti selectObjective-mapped

Which two actions are reasonable examples of basic device-hardening practice?

Question 1mediummulti select
Full question →

Which two actions are reasonable examples of basic device-hardening practice?

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

Disable unused services or interfaces where practical

This is correct because reducing unnecessary exposure is a basic hardening principle.

B

Best answer

Use SSH instead of Telnet for remote management

This is correct because SSH provides encrypted management access.

C

Distractor review

Allow anonymous administrative login for convenience

This is wrong because anonymous administrative access weakens security.

D

Distractor review

Place all traffic in VLAN 1 so it is easier to remember

This is wrong because overusing VLAN 1 is not a hardening measure.

E

Distractor review

Remove authentication from VTY lines

This is wrong because authentication is a key part of securing management access.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A common exam trap is selecting options that prioritize convenience over security, such as allowing anonymous administrative logins or removing authentication from VTY lines. These choices might seem to simplify management but actually expose the device to unauthorized access and potential compromise. Another tempting mistake is to assume that placing all traffic in VLAN 1 is a hardening measure because it simplifies configuration; however, this practice increases risk by making VLAN 1 a single point of attack. Recognizing that security fundamentals emphasize reducing exposure and enforcing secure access helps avoid these pitfalls.

Technical deep dive

How to think about this question

Device hardening is a fundamental security practice that involves configuring network devices to minimize vulnerabilities and reduce the attack surface. This includes disabling unused services and interfaces, which prevents unauthorized access points and limits potential exploitation vectors. Using secure management protocols like SSH instead of Telnet ensures that administrative sessions are encrypted, protecting credentials and commands from interception over the network. In Cisco devices, disabling unused interfaces or services is a straightforward but effective way to reduce exposure. For example, shutting down unused switch ports or disabling unnecessary routing protocols prevents attackers from leveraging these entry points. Similarly, Cisco IOS supports SSH for secure remote management, which encrypts all traffic, unlike Telnet that transmits data in clear text. Choosing SSH aligns with best practices for device administration security. A common exam trap is to confuse convenience with security, such as allowing anonymous administrative logins or removing authentication on VTY lines. These practices weaken device security and are explicitly discouraged in CCNA-level questions. Understanding that basic hardening focuses on reducing unnecessary services and enforcing secure access methods helps avoid these pitfalls and ensures compliance with Cisco’s recommended security fundamentals.

KKey Concepts to Remember

  • Disabling unused services or interfaces on Cisco devices reduces the attack surface by eliminating unnecessary access points that attackers could exploit.
  • Using SSH instead of Telnet for remote device management encrypts administrative traffic, protecting credentials and commands from interception.
  • Cisco IOS devices allow administrators to disable unused interfaces with the 'shutdown' command to prevent unauthorized access through inactive ports.
  • Telnet transmits management data in clear text, making it vulnerable to eavesdropping, whereas SSH provides secure encrypted communication.
  • Allowing anonymous administrative login removes accountability and weakens security, which is against Cisco’s device-hardening best practices.
  • Placing all traffic in VLAN 1 is discouraged because VLAN 1 is the default VLAN and overusing it can expose the network to VLAN hopping attacks.
  • Removing authentication from VTY lines disables essential access control, making devices vulnerable to unauthorized remote management.
  • Basic device hardening focuses on disciplined configuration choices that reduce unnecessary exposure rather than relying solely on advanced security tools.

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?

Disabling unused services or interfaces on Cisco devices reduces the attack surface by eliminating unnecessary access points that attackers could exploit.

What is the correct answer to this question?

The correct answer is: Disable unused services or interfaces where practical — Basic hardening is about reducing unnecessary exposure and making administrative access safer. In plain language, this usually means disabling services or interfaces that are not needed and preferring secure management protocols such as SSH. These choices shrink the attack surface and improve the security of routine device administration without requiring advanced security products. The wrong answers in hardening questions often suggest convenience at the expense of security, such as leaving insecure access methods enabled or removing authentication. CCNA-level security expects you to recognize that strong fundamentals often come from disciplined configuration choices rather than from complex tools alone.

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.