cisco 3550的enable密码忘记恢复方法
1、接上Console线,重新加电,加电后按住mode键,STAT灯亮起后松开;
2、机器上会提示flash_init,load_helper,switchboot;
3、依次输入flash_init,load_helper;
4、进入特权模式,dirflash:,有一个config.text,就是这个文件保存3550的配置信息;
5、Renameflash:config.textflash:config.old;
6、Reboot;
7、启动以后,会提示是否进入setup,输入no;
8、进入特权模式,renameflash:config.oldflash:config.text;
9、再运行copyflash:config.textsystem:running-config,完了后进入configmode,noenablepassword,保存即可。
------------------------------------------------------------------------------
那你还有enable吗?能登陆进去的话只接该部就可以了吗?如果enable密码都丢失了那么可以用下面的方法恢复。然后进去在该lineconslinvty
.拔掉交换机的电源线
2。用超级终端和控制线连到交换机,超级终端的设置是:
9600baudrate
Noparity
8databits
1stopbit
Noflowcontrol
3。按住交换机前面板的“mode”按钮,插上电源线,当端口1上面的灯不亮后,放松“mode”按钮;
4。这时超级终端上应该显示:
Thesystemhasbeeninterruptedpriortoinitializingtheflashfilesystem.
Thefollowingcommandswillinitializetheflashfilesystem,andfinishloading
theoperatingsystemsoftware:
flash_init
load_helper
boot
5。输入flash_init
6。输入load_helper
7.输入dirflash:
这时显示:
Directoryofflash:
2-rwx843947Mar01199300:02:18C2900XL-h-mz-112.8-SA
4drwx3776Mar01199301:23:24html
66-rwx130Jan01197000:01:19env_vars
68-rwx1296Mar01199306:55:51config.text
1728000bytestotal(456704bytesfree)
8。输入renameflash:config.textflash:config.old
9.输入boot,重新启动系统
10。系统启动完后显示:Continuewiththeconfigurationdialog?[yes/no]:
输入N
11.输入enable
12.进入enable模式后,输入renameflash:config.oldflash:config.text
13。接着按以下步骤操作:
Switch#copyflash:config.textsystem:running-config
Sourcefilename[config.text]?(pressReturn)
Destinationfilename[running-config]?(pressReturn)
14。接着按以下步骤操作:
switch#configureterminal
switch(config)#noenablesecret
switch(config)#noenablepassword
switch(config)#exit
switch#writememory
这时,系统就恢复没有密码的状态了
来源:江苏万和计算机培训学校
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
楼主编辑下吧,照着你的命令做会害人的
命令都不加空格的。。。害死人啊