CertExams.com Simulator Lab Exercises Answers
Description: Set the vty password for lines 0 to 4. (Choose R1 from the network diagram and exit to simulator terminal)
Instructions:
1. Enter into global configuration mode 
            
            2. Configure a password ‘cisco’ that will enable remote users to Telnet into vty ports 0-4. 
R1>enable
           R1#configure terminal
           R1(config)#line vty 0 4
           R1(config-line)#password cisco
By giving “show running-config” you can view the VTY password set as shown below