06-28-2006 07:36 PM - edited 03-03-2019 03:51 AM
When I type the http://ip address in IE to access the switch console in web, after it show the login ID and password, I want to know hwo can find the login ID and password.
Solved! Go to Solution.
06-29-2006 07:11 AM
While the GUI is a helpful tool, it is best to learn the command line for configuring and troubleshooting. From the cli, you can pull more information durring troubleshooting situations. Also, there was a book published not too long ago about "Hacking Cisco Networks". The bulk of the book was spent on exploiting the GUI on cisco devices.
Hope this helps.
06-28-2006 07:49 PM
when it prompts for user name & password, you will only need to enter "enable password" or "enable secret" assigned by you when you configure your switch thru console.
hope this helps
rate this post
06-28-2006 08:40 PM
Hi
AFAIK its the username and password configured with privilege level 15..
try configuring a username and password with the above privilege level then it may allow u to get the http level access of your switch.
regds
06-29-2006 12:50 AM
how to config ,please advise
J
06-29-2006 02:51 AM
06-29-2006 07:11 AM
While the GUI is a helpful tool, it is best to learn the command line for configuring and troubleshooting. From the cli, you can pull more information durring troubleshooting situations. Also, there was a book published not too long ago about "Hacking Cisco Networks". The bulk of the book was spent on exploiting the GUI on cisco devices.
Hope this helps.
04-15-2018 02:04 AM
u have to set ip address in vlan1, and then set enable password or secret
commands
switch>en
switch#conf t
switch(config)#int vlan 1
iswitch(config-vlan1)#p add 10.0.0.1 255.0.0.0
no sh
switch(config)#ip http server
switch(config)#enable password 123456
thats it. go to the browser 10.0.0.1(10.0.0.1 this is your vlan 1 ip address)
then it will ask user name password (username dont type anything)password(123456 that is enable passwort )thats it.
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