200-301 · Question #470
Drag and Drop Question An engineer is configuring an encrypted password for the enable command on a router where the local user database has already been configured. Drag and drop the configuration co
The correct answer is enable; configure terminal; enable secret Shf!@4fs; exit. The correct sequence begins with 'enable' to enter privileged EXEC mode, followed by 'configure terminal' to enter global configuration mode, then 'enable secret Shf!@4fs' to set the encrypted enable password using the more secure MD5-hashed 'secret' command, and finally 'exit' t
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- enable
- configure terminal
- enable secret Shf!@4fs
- exit
Explanation
The correct sequence begins with 'enable' to enter privileged EXEC mode, followed by 'configure terminal' to enter global configuration mode, then 'enable secret Shf!@4fs' to set the encrypted enable password using the more secure MD5-hashed 'secret' command, and finally 'exit' to leave configuration mode. The 'enable secret' command stores the password in an automatically encrypted (MD5) format in the running configuration, making it the preferred method over 'enable password' for securing privileged access.
Topics
Community Discussion
No community discussion yet for this question.

