07-21-2021 06:58 AM
Hi,
My company just purchased 4 2960-s 48-port switches, and I am trying to get them configured. When I attempt to log into one of the switch through Putty, I get "Password required, but none set". What do I need to wipe this switch and reconfigure? I am a novice, and I need step by step instructions to get this switch (and others) working.
Thanks in advance.
07-21-2021 07:24 AM
Set the username password and privilege using console before ssh from putty.
please rate for helpful post
07-21-2021 08:06 AM
How do I do that? Can I go through the managed ethernet port and do it? what app should I use if not Putty?
07-21-2021 07:54 AM - edited 07-21-2021 08:18 AM
No, do not wipe config out; it appears its default settings for telnet or ssh configs. "Password required, but none set" is default message you get when config is default. There is difference between using Telnet and Console. you appear to be using Telnet before telnet settings (configs) were set up for login.
check following default settings under telnet and add if necessary
line vty 0 4
login
line vty 5 15
login
<<< change into
line vty 0 4
no login
Or
login
password cisco
<<<
you may add enable password by following "enable secret password.is.cisco"
Regards, ML
**Please Rate All Helpful Responses **
07-21-2021 08:07 AM
What should I use for console?
07-21-2021 08:20 AM - edited 07-21-2021 08:26 AM
Console is what you use when 1st time setting up Cisco gear and most likely is done locally. then, you use ssh or telnet (should use ssh for security purpose but telnet is a temporary use to setup shh remotely)
btw. I added config above - in my previous reply
Regards, ML
**Please Rate All Helpful Responses **
07-21-2021 08:35 AM
Thanks guys, I have a serial cable connected and I'm able to configure the switches. Thank you so much for your input.
07-25-2021 01:25 AM
Thanks for the update. Glad to know that you have resolved the issue. It may not be obvious to a new user of Cisco equipment, but the requirement for console access to perform initial configuration (including setting up passwords or other authentication alternatives) applies to most of the product line.
One comment is that the advice to configure passwords on the vty was the correct solution. The suggestion to use no login I believe was not a good suggestion. no login removes the prompt for authentication credentials (password etc) but does not remove the requirement for authentication for telnet or ssh connections.
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