cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7917
Views
0
Helpful
6
Replies

2950 Switch Web access

itjackiewong
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

sean
Level 3
Level 3

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.

View solution in original post

6 Replies 6

Anand Narayana
Level 6
Level 6

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

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

how to config ,please advise

J

sean
Level 3
Level 3

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.

Aspak
Level 1
Level 1

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.