Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question #2 of 120 click and drag the command(s) used to configure pass…

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

Explanation:

Brief Explanations
  • "Configure an encrypted password which provides privileged administrative access to the IOS using the password 'john'": The enable secret John command 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 level command 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 - string command 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 john command is used to set an unencrypted enable password.

Answer:

  • "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