详解交换机的口令恢复的十个步骤

发表于:2007-09-07来源:作者:点击数: 标签:
交换机口令恢复的步骤 ⒈连接交换机的console口到终端或PC仿真终端。用无Modem的直连线连接PC的串行口到交换机的console口。 ⒉先按住交换机面板上的mode键,然后打开电源。 ⒊初始化flash。 >flash_init ⒋更名含有password的配置文件。 >rename flash:conf
  交换机口令恢复的步骤

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

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

  ⒊初始化flash。

  >flash_init

  ⒋更名含有password的配置文件。

  >rename flash:config.text flash:config.old

  ⒌启动交换机。

  >boot

  ⒍进入特权模式。

  >enable

  ⒎此时开机是已忽略password。

  #rename flash:config.old flash:config.text

  ⒏copy配置文件到当前系统中。

  #copy flash:config.text system:running-config

  ⒐修改口令。

  #configure terminal

  #enable secret

  ⒑保存配置。

  #write

  
热门推荐 干掉感染IE浏览器的恶意程序! 影响网站在google排名的十大问题

原文转自:http://www.ltesting.net