What does level 5 in this enable secret global configuration mode command indicate?
A.
router#enable secret level 5 password
B.
The enable secret password is hashed using MD5.
C.
The enable secret password is hashed using SHA.
D.
The enable secret password is encrypted using Cisco proprietary level 5 encryption.
E.
Set the enable secret command to privilege level 5.
F.
The enable secret password is for accessing exec privilege level 5.
“Router#enable secret level 5 password” sets the password for level 5 access.
Correct answer is : “The enable secret password is for accessing exec privilege level 5.”
R1#config t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#enble
R1(config)#enable
R1(config)#enable sece
R1(config)#enable secre
R1(config)#enable secret level ?
Level number
R1(config)#enable secret level 5 ?
0 Specifies an UNENCRYPTED password will follow
5 Specifies an ENCRYPTED secret will follow
LINE The UNENCRYPTED (cleartext) ‘enable’ secret
R1(config)#enable secret level 5 passsword
R1(config)#
R1#
R1#disable
R1>enable 5
Password:
Password:
Password:
R1#sh run
^
% Invalid input detected at ‘^’ marker.
R1#
Joe is correct. In addition, the formatting should be fixed to make it clear that the first line (after “A”) is part of the question, not an optional answer!
//////////////////////////////////////////
What does level 5 in this enable secret global configuration mode command indicate?
router#enable secret level 5 password
A. The enable secret password is hashed using MD5.
B. The enable secret password is hashed using SHA.
C. The enable secret password is encrypted using Cisco proprietary level 5 encryption.
D. Set the enable secret command to privilege level 5.
E. The enable secret password is for accessing exec privilege level 5.
//////////////////////////////////////////
As Joe said, answer would be E.
I think, the point in this question is what does lonely “level 5” in command “enable secret” in global configuration mode.
So the right answer is:
E.
Set the enable secret command to privilege level 5.
Because in case for the answer F the question should be:
What does “level 5 password” in this enable secret global configuration mode command indicate?
No doubt, it’s E.