网络通信 频道

交换机口令恢复的步骤

⒈连接交换机的console口到终端或PC仿真终端。用无Modem的直连线连接PC的串行口到交换机的console口。

⒉先按住交换机面板上的mode键,然后打开电源。

⒊初始化flash。
>flash_init

⒋更名含有password的配置文件。
>rename flash:config.text flash:config.old R>
⒌启动交换机。
>boot

⒍进入特权模式。
>enable

⒎此时开机是已忽略password。
#rename flash:config.old flash:config.text

⒏copy配置文件到当前系统中。
#copy flash:config.text system:running-config

⒐修改口令。
#configure terminal
#enable secret

⒑保存配置。
#write

转载地址:http://www.net130.com/CMS/Pub/network/network_manage/2006_12_02_55857.htm

0
相关文章