02-06-2023 06:36 PM
I am setting up switches in an air-gapped lab environment (college-level teaching lab). I am needing to disable the password authentication for the HTTP server on Cisco 2960 series switches. The previous instructor has moved on and I do not have access to the configured username/passwords. Looking for a short-term solution to remove the prompt or to set the username and password to both be blank. This is working on one switch out of three, but I do not know enough to find all the configurations to compare. Other suggested solutions are also welcome. P.S. Yes, I know this is bad teaching regarding security, but that will be a later part of the class!
Solved! Go to Solution.
02-06-2023 11:28 PM
In general you see config as below :
username balaji privilege 15 password crackme
ip http secure-server
ip http authentication local
ip http port 80 (if you have like to have different port)
or post show run from all the device working and not working
02-06-2023 11:28 PM
In general you see config as below :
username balaji privilege 15 password crackme
ip http secure-server
ip http authentication local
ip http port 80 (if you have like to have different port)
or post show run from all the device working and not working
02-07-2023 06:08 AM
I recall from a certain ios version, Cisco does not accept web-access without a password anymore ?
02-08-2023 07:05 AM
This is what I needed. Thank you!
Brian
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