ā08-24-2024 12:05 AM
Hlo community!
Am using Cisco 2960 L but am not able to access the web console.
I have upgraded the Cisco Firmware to universal with web GUI
but still am getting 404 error while connecting to WEB
ā08-24-2024 12:18 AM
- Make sure that the admin username used is defined with full priviledges in the running configuration.
M.
ā08-24-2024 01:59 AM
Please try this,
username admin privilege 15 password xyz
ip http authentication local
ip http server
ip http secure-server
ā08-24-2024 02:47 AM
This is a very common behaviour if the "upgrade" was done by copy-the-BIN-file into the switch.
ā08-24-2024 07:27 AM
I believe that Leo may be on the right track in suggesting that the issue may be in how the code upgrade was done. I have experienced multiple examples of someone doing an upgrade using just the bin file. The issue is that the web interface needs files that are separate from the bin file. However in the OP was a screenshot of the output of show boot and it indicates that it is looking to boot a tar file, which puzzles me.
Would the OP reboot the switch, capture all of the console output during the boot process, and post that output here?
ā08-24-2024 05:33 PM
Post the complete output to the command "dir".
ā08-29-2024 09:57 PM
ā08-29-2024 10:00 PM
upgraded through Tar file
ā08-29-2024 10:05 PM
ā08-25-2024 02:24 PM
Hi,
The .tar file you download from Cisco should be processed with the "archive download-sw" command which extracts both the IOS image (.bin file) and html system (which is responsible for the web access). Please check you see both within the same directory of your flash. Also unless you specify the "/no-set-boot" parameter the BOOT environment variable is set automatically to point to the correct .bin file, not .tar file.
Best regards,
Antonin
ā08-29-2024 10:01 PM
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