05-31-2017 07:52 AM - edited 03-08-2019 10:47 AM
Hi friend
We are using 2 Cisco 2960 48 port switch.we have change the console and telnet password in the switch. But through web brower we can able access our switch but typing switch ip address and default user name and password ie cisco and cisco.how to stop accessing the switch from brower and how to change the password for web browser access . Please anyone can help me
Solved! Go to Solution.
05-31-2017 08:31 AM
Commands below can be used to disable web access :
no ip http server
no ip http secure-server
To remove default username cisco using cli:
no username cisco
To change default password for username cisco:
username cisco password xxxxxx
* Same accounts are used for both cli and web access. If you remove the default username, make sure you create a new user account for remote access.
05-31-2017 08:31 AM
Commands below can be used to disable web access :
no ip http server
no ip http secure-server
To remove default username cisco using cli:
no username cisco
To change default password for username cisco:
username cisco password xxxxxx
* Same accounts are used for both cli and web access. If you remove the default username, make sure you create a new user account for remote access.
06-01-2017 12:18 AM
thanks a lot . its working for me.
06-01-2017 09:43 PM
I am glad it helped you. Take care!
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