Question 143 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question 143 of 367 from exam 200-301-CCNA: Implementing and Administering Cisco Solutions

Question

Atlanta#tconf t

Enter configuration commands, one per line. End with CNTL/Z.
Atlanta (config) #aaa new-model

Atlanta (config)#aaa authentication login default local
Atlanta (config) #line vty 0 4

Atlanta(config-line)#login authentication default

Atlanta (config-line) #exit

Atlanta (config) #username ciscoadmin password adminadmin123
Atlanta (config) #username ciscoadmin privilege 15

Atlanta (config)#enable password cisco123

Atlanta (config) #enable secret testingl1234

Atlanta (config) #end

Refer to the exhibit.

Which password must an engineer use to enter the enable mode?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D.

If neither the enable password command nor the enable secret command is configured, and if there is a line password configured for the console, the console line password serves as the enable password for all VTY sessions -> The enable secret will be used first if available, then enable password and line password.