Matching Commands to Actions Answer Needed
Your question:
Match the commands to the correct actions. (Not all options are used.) Router(config)# hostname CL1 Router(config)# enable password Cisco Router(config-line)# password class Router(config)# password Cisco Router(config)# banner motd #
Matching Commands to Actions Answer and Explanation
Router(config-line)# password class Not a valid command. The correct command to set the password for user-mode access on vty lines (remote connections) is password class under the line vty 0 4 configuration mode.
Router(config)# password Cisco Not a valid command in this context. It's unclear what this command is intended for.
Banners are used to display messages to users when they connect to the router.
The # symbol is used to delimit the beginning and end of banner text.