10-03-2023 07:46 AM
I am creating a topology on Cisco Packet Tracer. I have to use two Cisco 3560-24PS switches. I need to be able to telnet from the connect PC to the switch. I know I need to enter a command specific to 3560 into the switch to allow telnetting but I don't know what it is.
Please help.]
10-03-2023 07:49 AM
Username mhm password mhm
Enable password mhm
Line vty 0 4
Login local
That what you need
10-03-2023 07:56 AM
i would not suggest to use Telnet since its not that secure, most of live network moved to SSH
but for Lab you testing telnet ok, but you can move to SSH is better option :
simple config should fix the issue :
#config terminal
(config)#enable password mypassword
(config)#line vty 0 15
(onfig-line)#password cisco
(config-line)#login
Note : make sure you configure Interface IP address for you to Login to device using telnet
10-03-2023 08:55 AM
Hello @LiamKnipper
Follow this
https://www.letsconfig.com/how-to-configure-telnet-on-cisco-ios-devices/
Note that is better to use SSH instead of TELNET on a security point of view.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide