Cisco交換機密碼恢復(fù)教程
Cisco交換機密碼恢復(fù)教程
你還在為不知道Cisco交換機密碼恢復(fù)教程而煩惱么?接下來是小編為大家收集的Cisco交換機密碼恢復(fù)教程教程,希望能幫到大家。
Cisco交換機密碼恢復(fù)教程
1、按住交換機前面板左下方的MODE鍵,然后打開交換機電源。
2、進入BOOT模式,輸入“flash_init”,初始化FLASH信息:
switch:flash_init
[3]、輸入“load_helper”命令:
switch:load_helper
(部分型號交換機不需執(zhí)行該命令。查看進入BOOT模式后,信息提示是否有“load_helper”。如有,需輸入。沒有不需輸入。)
例:信息提示顯示為
flash_init
load_helper
boot
需要輸入“load_helper”命令
如上圖顯示,就不需要輸入“load_helper”命令
4、執(zhí)行“dir flash:”命令:
執(zhí)行“dir flash:”命令后我們應(yīng)該可以看到VLAN.DAT,IOS鏡像,以及config.text 文件。交換機密碼恢復(fù)的重點就是保存這個密碼的config.text文件。
switch:dir flash:
5、對保存密碼的config.text文件執(zhí)行文件名替換:
switch:rename flash:/config.text flash:/config.old
6、離開BOOT模式,啟動交換設(shè)備:
switch:boot
7、交換設(shè)備啟動后,進入交換機的特權(quán)模式,拷貝配置文件到內(nèi)存中
switch# copy flash:config.old system:running-config
8、改變口令
switch#config terminal
switch(config)#enable password [密碼]
9、保存配置:
switch#write mem
10、更改回/刪除配置文件[可省略,因交換機配置就是從config.old拷貝出]
switch# rename flash:/config.old flash:/config.text
switch# delete flash:/config.old
PS:
Cisco官方模擬器Packet Tracer(PT)目前暫時只能模擬路由器的密碼恢復(fù),無法模擬交換機的密碼恢復(fù)。
看了“Cisco交換機密碼恢復(fù)教程”還想看: