-->
🏠 🔍
SHAREOLITE

Enable telnet Cisco switch router command line

A step by step simple procedure to enable te
lnet user access in a Cisco switch or router.

By default telnet will be disabled in switches. To enable the same , telnet password has to be set. 

Switch1# config t 
Switch1(config)#line vty 0 4
Switch1(config-line)#password cisco123
Switch1(config-line)#login

Switch1(config-line)#^Z

Verify the telnet access from a terminal. Hope this helps to some network switch beginners.
Comments

–>