Tom - 2007-8-2 9:55:00
1. 重新连接电源线的同时,一直按住交换前面板左侧的mode按钮。在端口1x上的LED熄灭一秒或者两秒后松开,出现"switch:"提示符。
2. switch:flash_init //初始化Flash文件系统。
3. switch:load_helper //输入load_helper,装载并初始化辅助映像(helper image),这是一个存储在ROM内的最小IOS映像,通常用于灾难恢复。
4. switch:dir flash: //显示Flash文件系统内存的文件和目录。
5. switch:rename flash:config.text flash:config.old //对配置文件改名。
6. switch:boot //重新启动系统。
7. switch#rename flash:config.old flash:config.text //将配置文件改回原来的名称。
8. switch#copy flash:config.text system:running-config
9. switch(config)#configure terminal
switch(config)#no enable secret
switch(config)#enable password **** //更改密码
10.switch#write memory
wendel - 2007-8-3 7:14:00
你好,switch的密码回复是看seriers的。1900的是在按住model,然后重新家电,进去后,switch1900seriers的提示你show ur enbale password,而对于2900和3500系列的则可以按照上面的做法,,thanks for ur article。。
ntconjohn - 2008-9-28 17:38:00
THANKS!!