Cisco3560交換機密碼恢復
阿新 • • 發佈:2019-01-02
最近機房3560 的裝置密碼忘記 了,網路找了一下資料,最終成功了,特意分享一下
第一步:重啟交換機
第二步:配置
1)按下MODE鍵後,給3560加電。
2)在出現的選單中選擇第一項flash_init。
system software:
flash_init
load_helper
boot
switch:flash_init
switch:load_helper
3)重新命名flash:config.text檔案。
switch: ren flash:config.text flash:config.old
4)重啟交換機
switch: boot
5)當出現問你是否進行配置時,選擇NO(因為它找不到配置檔案config.text檔案了)。
Would you like to enter the initial configuration dialog? [yes/no]:no
6)從使用者模式登入特權模式,無需密碼。
Switch>en
Switch#
7)恢復剛才重命令的配置檔名.
Switch#ren flash:config.old flash:config.text
Destination filename [config.text]? 直接回車
8)用老的配置檔案替換當前的配置檔案。
Switch#copy flash:config.text system:running-config
Destination filename [running-config]? 直接回車
9)修改使用密碼。
Switch#conf t
switch(config)#enable secret cisco
10) 儲存密碼,完成密碼修改。
switch#wr 或者 copy running-config starting-config
第一步:重啟交換機
第二步:配置
1)按下MODE鍵後,給3560加電。
2)在出現的選單中選擇第一項flash_init。
system software:
flash_init
load_helper
boot
switch:flash_init
switch:load_helper
3)重新命名flash:config.text檔案。
switch: ren flash:config.text flash:config.old
4)重啟交換機
switch: boot
5)當出現問你是否進行配置時,選擇NO(因為它找不到配置檔案config.text檔案了)。
Would you like to enter the initial configuration dialog? [yes/no]:no
6)從使用者模式登入特權模式,無需密碼。
Switch>en
Switch#
7)恢復剛才重命令的配置檔名.
Switch#ren flash:config.old flash:config.text
Destination filename [config.text]? 直接回車
8)用老的配置檔案替換當前的配置檔案。
Switch#copy flash:config.text system:running-config
Destination filename [running-config]? 直接回車
9)修改使用密碼。
Switch#conf t
switch(config)#enable secret cisco
10) 儲存密碼,完成密碼修改。
switch#wr 或者 copy running-config starting-config