Which set of commands are required to create a username of admin, hash the password using MD5, and force the router to access the internal username database when a user attempts to access the console?

IT Questions BankCategory: CCNA SecurityWhich set of commands are required to create a username of admin, hash the password using MD5, and force the router to access the internal username database when a user attempts to access the console?

Which set of commands are required to create a username of admin, hash the password using MD5, and force the router to access the internal username database when a user attempts to access the console?

  • R1(config)# username admin password Admin01pa55
    R1(config)# line con 0
    R1(config-line)# login local
  • R1(config)# username admin secret Admin01pa55
    R1(config)# line con 0
    R1(config-line)# login local
  • R1(config)# username admin Admin01pa55 encr md5
    R1(config)# line con 0
    R1(config-line)# login local
  • R1(config)# username admin password Admin01pa55
    R1(config)# line con 0
    R1(config-line)# login
  • R1(config)# username admin secret Admin01pa55
    R1(config)# line con 0
    R1(config-line)# login

Explanation: To configure a user account with an encrypted password, the username secret command is used. The line con 0 command defines the console line as configured for login and the login local command tells the router to look in the local database for the user credentials.

Exam with this question: CCNA Security Chapter 2 Exam Answers
Exam with this question: CCNA Security Chapter 2 Exam (CCNAS v1.2)

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x