Telnet in CISCO 2600

11:42 PM
http://cit.wta.swin.edu.au/cit/subjects/CITP0045/hawthorn_activities/telnet-access-router.html
http://www.tek-tips.com/viewthread.cfm?qid=30172&page=1
Router>en
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#line vty 0 4
Router(config-line)#login
% Login disabled on line 66, until 'password' is set
% Login disabled on line 67, until 'password' is set
% Login disabled on line 68, until 'password' is set
% Login disabled on line 69, until 'password' is set
% Login disabled on line 70, until 'password' is set
Router(config-line)#password console
The last command sets the telnet password as console
3.This will enable telnet access, but it will not be possible to enter the privileged mode that is essential for router configuration
4.To set a password for the use of privileged mode, the enable command is used. In the command below the secret option is used with the enable command because it will save the password in an encrypted form
Router(config)# enable secret student

0 Comments