1.启用超级终端并出现连接界面(就是除了交换机符号外空白一片那个哦)
2.拔掉交换机的电源.
3.按下交换机上的Mode按钮,与此同时,重新插上交换机的电源线.
5.可以松开Mode按钮
之后系统将显示一些指示信息:
The system has been interrupted prior to initializing the flash file system. The following
commands will initialize the flash file system, and finish loading the operating system
software:
flash_init /---初始化flash文件系统---/
load_helper /---加载帮助文件---/
boot /---启动设备进入正常的模式---/
步骤:
switch:
Switch:flash_init
Switch:dir flash: /---查看Flash的文件名字可以用来确认文件名为config.text---/
Switch:rename flash:config.text flash:config.text.old /---把配置文件重命名,当然你可以不改为config.text.old,只要文件名和原来的不相同就可以---/
Switch:boot /---手动启动交换机---/
由于配置文件改过了,所以交换机找不到默认的config.text而出现配置的对话向导,选择n然后回车然后我们就会绕过原来的password而进入到:
Switch>
Switch>en /--可以进入特权模式--/
Switch#rename flash:config.text.old flash:config.text /---恢复交换机配置文件---/
Switch#copy flash:config.text system:running-config /---保存配置到DRAM里---/
Switch#config t
Switch(config)#no enable password /---干掉特权模式旧密码---/
Switch(config)#no enable secret /---干掉加秘密码---/
Switch(config)#exit
Switch#copy run start /---把当前配置的文件写回Flash---/
用这个方法修改密码不会把原来的配置文件内容清掉。特别是一个现成的大型网络里已经在运行的交换机,这样比较保险点。
本文出自 51CTO.COM技术博客
相关专题
- 三层交换技术专题 (1708篇文章)
- 交换机与路由器密码恢复 (3943篇文章)
- 交换机的选购 (1634篇文章)
- 常用交换机典型配置 (1634篇文章)
- Cisco IOS技术手册 (3007篇文章)
- 交换机故障处理手册 (1693篇文章)
- Cisco路由器配置手册 (4759篇文章)
- Cisco交换机专题 (4265篇文章)
- 电脑密码设置手册 (1239篇文章)
- 华为交换机 (2439篇文章)
- 关于思科局域网交换机维护与配置应用技巧 (0次浏览)
- 交换机安全技术 如何架设安全的交换机系统 (0次浏览)
- Juniper出击交换机市场 与老对手思科展开新竞 (0次浏览)
- 智能交换平台迎接存储挑战 (0次浏览)



