Enable Telnet on CISCO switch

To enable telnet on cisco switch , you need to configure following things :

  • line vty 0 4
  • password for login ( without pass you can not enable telnet)

Commands:

ESW2#configure t
Enter configuration commands, one per line.  End with CNTL/Z.
ESW2(config)#line vty 0 4
ESW2(config-line)#password cisco
ESW2(config-line)#login
ESW2(config-line)#end

Published by

Amar

I am crazy about new technologies and I have Inquisitive thirst to learn new things. I love to automate things which could increase productivity.

Leave a Reply

Your email address will not be published. Required fields are marked *