Multiple choice

What is the outcome of entering these commands? R1(config)# line vty 0 4 R1(config-line)# password check123 R1(config-line)# login

  1. Ensures that a password is entered before entering user EXEC mode

  2. Sets the password to be used for connecting to this router via Telnet

  3. Requires check123 to be entered before the configuration can be saved

  4. Creates a local user account for logging in to a router or switch

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The 'line vty 0 4' command selects the VTY lines for remote access (Telnet/SSH). Setting 'password check123' and 'login' configures password authentication. This password is required when connecting remotely, not for user EXEC mode on the console.