What command will prevent all unencrypted passwords from displaying in plain text in a configuration file?
- (config)# enable password secret
- (config)# enable secret Secret_Password
- (config-line)# password secret
- (config)# service password-encryption
- (config)# enable secret Encrypted_Password
Explanation: To prevent all configured passwords from appearing in plain text in configuration files, an administrator can execute the service password-encryption command. This command encrypts all configured passwords in the configuration file.
Related exam: CCNA 1 v7 Checkpoint Exam: Basic Network Connectivity and Communications Exam Answers
Related exam: Module 4: Quiz – Secure Device Access Network Security
Related exam: Networking Essentials ( Version 2) – Networking Essentials 2.0 Final Exam SD
