Saturday, 28 May 2011

CONFIGURE TELNET







Here is some step to create telnet on router, for that we will use OSPF network structure which is already created on this blog.


First of all we have to create Username and Password on Router. As per following.


R1(config)#use
R1(config)#username cisco passw
R1(config)#username cisco password cisco
R1(config)#^Z

Again set password under line vty.

R1(config)#lin
R1(config)#line vt
R1(config)#line vty 0 4
R1(config-line)#pass
R1(config-line)#password cisco
R1(config-line)#^Z

Now use following last command.

R1(config)#line vty 0 4
R1(config-line)#log
R1(config-line)#logi
R1(config-line)#login
R1(config-line)#^Z

Thats all !

Now you can connect to your router from pc.




No comments: