Cisco 2960G 3750G 密碼重置

公司用的 L2-2960G L3-3750G  密碼重置方法算是簡單

公司的資深MIS員工離職

畢竟自己沒從他身上學到東西

也沒有LAB環境

於是乎,花了一點時間研究密碼重置

L2-2960 L3-3750  重置方法算是簡單

去光華商場買一條臺幣500的 FT232 線(好貴),接上筆電後出現的範圍是 COM3 至 COM5,再下載 putty

重置步驟如下

將運作中的switch直接把電源線拔掉或是開關關閉,打開 putty,再點serial後輸入COM3,

按住前面板mode鍵不放,將電源線插上或是開關打開,約2分鐘後放開。

再putty上看見 switch: 的字樣 可以輸入flash_init,然後輸入dir flash 可看到 flash 裡面的檔案列表

把 flash 裡面的 config.text 更改檔案名成 config.old,然後輸入指令 boot 開始載入 IOS

等大概10分鐘左右,出現 switch> 後,進入 enable mode 就不用密碼了

再把 flash:config.old 改回 flash:config.text,然後把 startup-config 抄至 running-config,現在可以修改密碼了,最後別忘記寫回 write 或 下 copy run start。

 

怕忘記 所以把輸入指令記下  

Switch#rename flash:config.old flash:config.text
Switch#copy startup-config running-config
Switch#configure terminal
Switch(conf)#
Switch(config)#enable secret (公司用的密碼)
Switch(config)#end
Switch#write