Yes, there is a web-based GUI that is enable by default.
Try http://<ip address of switch>
If you get username/PW prompt, use "enable" as username and the enable password
There are several passwords to change
1) enable pw switch(config)#enable password <new pass>
2) telnet pw switch(config)#line vty 0 15
switch(config-if)#password
3) enable secret pw switch(config)#enable secret <new pass>
The only other way to use logins is with AAA enabled and a "local" database. Look for entries like:
username <username> password <password>
Need to know exactly which version OS is running on the 2924 switch before we can be too specific. Generally, you want to use "show vlan" to see which ports are in which vlans, then you most likely want to make sure all ports are put into VLAN1. Then you can delete the additional vlans in the vlan database:
switch#vlan data
switch(vlan)#no vlan 2
switch(vlan)#exit
Main Topics
Browse All Topics





by: TaramateePosted on 2004-12-23 at 12:32:55ID: 12895710
Also... are there any GUI interfaces for administering cisco routers/switches?