Which three commands are used to set up secure access to a router through a connection to the console interface? (choose three.)

Question:
Which three commands are used to set up secure access to a router through a connection to the console interface? (Choose three.)

  • interface fastethernet 0/0
  • line vty 0 4
  • line console 0
  • enable secret cisco
  • login
  • password cisco

Explanation:

The three commands needed to password protect the console port are as follows:

  • line console 0
  • password cisco
  • login

The interface fastethernet 0/0 command is commonly used to access the configuration mode used to apply specific parameters such as the IP address to the Fa0/0 port. The line vty 0 4 command is used to access the configuration mode for Telnet. The0and 4 parameters specify ports 0 through 4, or a maximum of five simultaneous Telnet connections. The enable secret command is used to apply a password used on the router to access the privileged mode.

More Questions: Modules 8 – 10: Communicating Between Networks Exam Answers
More Questions: CCNA 1 (v5.1 + v6.0) Chapter 6 Exam Answers
More Questions: Networking Essentials (Version 2.0) Practice Final Exam
More Questions: Networking Devices and Initial Configuration Course Final Exam Answers

Which type of access is secured on a Cisco router?

3. Which type of access is secured on a Cisco router or switch with the enable secret command? The enable secret command secures access to the privileged EXEC mode of a Cisco router or switch.

Which three commands are used to set up secure access to a router to a connection to the console interface?

The three commands needed to password protect the console port are as follows: line console 0. password cisco. login.