Question of today
sikdogg
Member Posts: 43 ■■□□□□□□□□
in CCNA & CCENT
***This and future questions will be taken from various texts and published study guides and should not violate Cisco's NDA.***
What command can you use to encrypt the enable and/or console password? (choose the best answer)
A) conf t, enable secret cisco
conf t, enable password cisco encrypted
C) conf t, enable encrypt cisco
D) conf t, service password-encryption
E) conf t, line con 0, login, password cisco
What command can you use to encrypt the enable and/or console password? (choose the best answer)
A) conf t, enable secret cisco
conf t, enable password cisco encrypted
C) conf t, enable encrypt cisco
D) conf t, service password-encryption
E) conf t, line con 0, login, password cisco
Comments
-
AnthonyJD81 Member Posts: 187Well since all this Cisco stuff is relatively new to me...I wanna try and make somewhat of an educated guess and say B
-
Dokudorf Member Posts: 14 ■□□□□□□□□□The answer is D.
Service password-encryption will encrypt the priviledged mode password (enable password dohickyjober) The encryption does not match the DES (think that's the standard encryption algorithm.
Something along those lines is on page 630 something on cisco's firstyear companion guide textbook -
sikdogg Member Posts: 43 ■■□□□□□□□□Sinexec and Dokudorf, you are both correct. The answer is D.
Option A will allow you to encrypt an enable password, but only the enable password. Option D will allow you to not only encrypt the enable password but also the console, AUX, and VTY passwords at the same time.