An administrator is configuring a new router to permit out-of-band management access. Which set of commands will allow the required login using a password of cisco?

IT Questions BankAn administrator is configuring a new router to permit out-of-band management access. Which set of commands will allow the required login using a password of cisco?

Question:
An administrator is configuring a new router to permit out-of-band management access. Which set of commands will allow the required login using a password of cisco?

  • Router(config)# line vty 0 4
    Router(config-line)# password manage
    Router(config-line)# exit
    Router(config)# enable password cisco
  • Router(config)# line vty 0 4
    Router(config-line)# password cisco
    Router(config-line)# login
  • Router(config)# line console 0
    Router(config-line)# password cisco
    Router(config-line)# login
  • Router(config)# line console 0
    Router(config-line)# password cisco
    Router(config-line)# exit
    Router(config)# service password-encryption

Explanation: The VTY lines are the Virtual Terminal lines of the router, used solely to control inbound Telnet connections while console 0 is the physical console port on the switch/router you plug into. The line vty command is used to remote configure access into the switch/router via telnet or ssh.

Exam with this question: 10.4.6 Module Quiz – Basic Router Configuration Answers

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments