200-301 · Question #14
Which command prevents passwords from being stored in the configuration as plaintext on a router or switch?
The correct answer is B. service password-encryption. enable password <string> - Sets the enable password, and stores that password in plaintext in enable secret <string> - Sets the enable password, and stores that password as an md5 hash in service password-encryption - For any passwords in the config that are stored in plaintext,
Question
Which command prevents passwords from being stored in the configuration as plaintext on a router or switch?
Options
- Aenable secret
- Bservice password-encryption
- Cusername Cisco password encrypt
- Denable password
How the community answered
(25 responses)- B96% (24)
- D4% (1)
Explanation
enable password <string> - Sets the enable password, and stores that password in plaintext in enable secret <string> - Sets the enable password, and stores that password as an md5 hash in service password-encryption - For any passwords in the config that are stored in plaintext, this command changes them to be stored as hashed values instead.
Topics
Community Discussion
No community discussion yet for this question.