1. 电脑终端模拟器连接交换机 Console 口
  2. 拔掉交换机电源
  3. 按住交换机前面板 mode 按钮,重连电源线
  4. 观察交换机 SYST 指示灯
    • 型号 2960:当交换机 SYST 指示灯琥珀色闪烁,然后变为绿色长亮,松开 mode 按钮
    • 型号 3750:当交换机 SYST 指示灯绿色长亮大约 15 秒后,松开 mode 按钮
  5. 松开 mode 按钮时,SYST 指示灯会绿色闪烁,终端出现 Switch: 提示符
  6. 继续如下命令行操作
Switch: flash_init
Switch: dir flash:
Switch: rename flash:config.text flash:config.old
Switch: boot

...

Continue with configuration dialog? [yes/no]: n
Switch> en
Switch# rename flash:config.old flash:config.text
Switch# copy flash:config.text system:running−config
Switch# conf t

Switch(config)# enable secret <new_secret_password>
or
Switch(config)# enable password <new_enable_password>

Switch(config)# line vty 0 15
Switch(config−line)# password <new_vty_password>
Switch(config−line)# login
Switch(config−line)# line con 0
Switch(config−line)# password <new_console_password>
Switch# wr