CertExams.com Simulator Lab Exercises Answers
Description: Select 2950 switch using the N/W Diagram button in the router simulator.Assign password "consolepass" to line console 0.
Instructions:
1. Enter global configuration mode.
            
            2. Enter line sub-configuration mode.
            
            3. Set the console password to "consolepass".
            
            4. Exit line configuration mode.
            
Commands:
2950>enable
            2950#configure terminal
            2950(config)#line console 0
            2950(config-line)#password consolepass
            2950(config-line)#exit