1、拔掉交换机的电源.
2、按下交换机上的Mode按钮,与此同时,重新插上交换机的电源线.
3、当交换机左边的sys灯会慢慢的闪动,按住mode按钮直到sys灯不闪动(不亮状态).
4、可以松开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 5、
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 /---恢复交换机配置文件---/ 确认时要输入config.text而不是yes
Switch#copy flash:config.text system:running-config /---保存配置到DRAM里---/ 确认时要输入running-config而不是yes
Switch#config t /--进入全局模式--/
Switch(config)#no enable password /---干掉特权模式旧密码---/
Switch(config)#no enable secret /---干掉加秘密码---/Switch(config)#exit
Switch#copy run start /---把当前配置的文件写回Flash---/ |