注意:需要全部过程进行一遍才算破解成功,破解过程中不能插堆叠线,不然破解失败
    3.按下交换机上的Mode按钮,与此同时,重新插上交换机的电源线.
    4.进入bootloader模式
    5、接着以下步骤修改交换机密码:
    Step 1 初始化flash文件系统,命令如下
    Switch: flash_init
    Step 2 忽略startup configuration,命令如下(操作完成后需要更回0)
    Switch: SWITCH_IGNORE_STARTUP_CFG=1
    Step 3 从flash的packages.conf文件启动交换机
    Switch: boot flash:packages.conf
    Step 4 终止初始对话,回答no
    Would you like to enter the initial configuration dialog? [yes/no]: No
    Step 5 交换机提示符,进行命令模式
    Switch> enable
    Switch#
    Step 6 恢复配置
    Switch# copy startup-config running-config
    Destination filename [running-config]?
    Step 7 进入全局配置模式并更改enable密码
    Switch# configure terminal
    Switch(config)#
    Step 8 保存
    Switch# wr
    Step 9 确认手工启动模式处理enabled状态
    Switch# show boot
    BOOT variable = flash:packages.conf;
    Manual Boot = yes
    Enable Break = yes
    Step 10 重启交换机
    Switch# reload
    Step 11 启动参数改为初始值(重新进入boot模式修改以下参数)
    Switch: switch: SWITCH_IGNORE_STARTUP_CFG=0
    Step 12从flash的packages.conf文件启动交换机
    Switch: boot flash:packages.conf
    Step 13 交换机启动后, 在交换机上禁止手动启动
    Switch(config)# no boot manual