You are about to save your startup-configuration file to your local file server as a backup. You want to ensure that the passwords in the file cannot be read by anyone opening the file. Which of the following commands could you issue on the switch to make the password NOT viewable?
A) convert passwords
B) password encryption
C) service password-encryption
D) encrypt service passwords
C
Explanation: C) To ensure that a printed version of a configuration or a backup copy of the configuration is not easily vulnerable to prying eyes, you can use the service password-encryption command to encrypt all passwords configured with a password (not secret) command. Keep in mind, however, that this is not a high level of encryption and can be easily cracked.
You might also like to view...
Which statement displays the last name, salary, and annual compensation of employees where the annual compensation is calculated by multiplying the monthly salary with 15, plus a one-time bonus of $200.
A) SELECT last_name, salary, 15*salary+200 FROM employees; B) SELECT last_name, salary, 15*(salary+200) FROM employees; C) Either statement will produced the desired result. D) Neither statement will produce the desired result.
For each of the locking implementations of the isolation levels, state whether IS locks are required and when they can be released.
What will be an ideal response?