Difficulty: Easy
Correct Answer: enable secret Cisco
Explanation:
Introduction / Context:
Privilege escalation in Cisco IOS uses an “enable” password or, preferably, an “enable secret” which is stored as a one-way hash. Using the correct command syntax is critical to secure privileged EXEC access.
Given Data / Assumptions:
Concept / Approach:
enable secret
Step-by-Step Solution:
Verification / Alternative check:
Attempting enable from user EXEC prompts for the secret; entering “Cisco” should succeed. The enable password is ignored if an enable secret is configured.
Why Other Options Are Wrong:
Common Pitfalls:
Mismatched case; believing service password-encryption secures the enable password to the same standard as the secret; forgetting to save with write memory or copy run start.
Final Answer:
enable secret Cisco
Discussion & Comments