QUESTION IMAGE
Question
question #2 of 120
click and drag the command(s) used to configure passwords on a cisco router to their appropriate purposes. (not all options)
configure an encrypted password which provides privileged administrative access to the ios using the password john
privilege mode level level command - string
configure the privilege level assigned to a particular line in, such as the terminal or console line
enable secret john
configure a privilege level and assign commands available at that level
enable password john
configure an unencrypted password to john
privilege level
- "Configure an encrypted password which provides privileged administrative access to the IOS using the password 'john'": The
enable secret Johncommand is used to set an encrypted (MD5 - hashed) enable password for privileged mode access. - "Configure the privilege level assigned to a particular line in, such as the terminal or console line": The
privilege levelcommand is used to set the privilege level for a line (like console, vty, etc.). - "Configure a privilege level and assign commands available at that level": The
privilege mode level level command - stringcommand is used to define a privilege level and the commands that are available at that level. - "Configure an unencrypted password to 'john'": The
enable password johncommand is used to set an unencrypted enable password.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- "Configure an encrypted password which provides privileged administrative access to the IOS using the password 'john'":
enable secret John - "Configure the privilege level assigned to a particular line in, such as the terminal or console line":
privilege level - "Configure a privilege level and assign commands available at that level":
privilege mode level level command - string - "Configure an unencrypted password to 'john'":
enable password john