nerdexam
Cisco

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

Submitted by tarun92· Mar 5, 2026Network Fundamentals / Security Fundamentals - Configuring device access control and securing privileged EXEC mode on Cisco IOS routers (CCNA 200-301 Domain: Security Fundamentals)

Question

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 commands from the left into the correct sequence on the right Not all commands are used Answer:

Exhibits

200-301 question #470 exhibit 1
200-301 question #470 exhibit 2

Answer Area

Drag items

configure terminalenableenable secret Shf!@4fsexitline vty 0 4service password-encryption

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

#Router Security#Enable Secret#CLI Navigation#Password Encryption

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice