cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
671
Views
1
Helpful
3
Replies

Need to telnet from PC to Switch 3560

LiamKnipper
Level 1
Level 1

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.]

3 Replies 3

Username mhm password mhm

Enable password mhm

Line vty 0 4 

Login local 

 

That what you need 

balaji.bandi
Hall of Fame
Hall of Fame

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

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

M02@rt37
VIP
VIP

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.

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.
Review Cisco Networking for a $25 gift card