個人網路學習經驗分享:如有錯誤也歡迎指教,謝謝!
這邊使用PUTTY進行CONSOLE連線
下載PUTTY然後選擇你的連接埠(每個電腦都不一樣可以從裝置管理員看)
首先拔掉電源線關機
按住MODE鍵後接上電源開機(mode鍵按住不放直到前兩顆燈號停止發光:約30秒)
(圖1:使用mode模式進入的畫面)
初始化flash檔案系統(輸入以下指令)
Switch:flash_init
(圖2:載入flash檔)
載入說明檔案:
Switch:load_helper
顯示flash裡的內容
Switch:dir flash:
(圖3:載入load_helper檔跟顯示dir flash)
重新命名配置檔案
Switch:rename flash:config.text flash:config.text.old
之後按一下enter確認更改
(圖4:將config.text檔名改為config.text.old)
Switch:boot
啟動系統,並且如果提示進入 setup 模式,輸入:n
進入特權模式,把配置檔案名稱恢復為原始檔名:
switch> en
Switch# rename flash:config.text.old flash:config.text
把配置檔案寫進記憶體:
Switch# copy flash:config.text system:running-config
進入全局配置模式更改密碼:SECRET是有加密的 PASSWORD沒有加密 為了驗證我用PW
switch#configure t
Switch(config)# enable secret 123456
(設定密碼為123456)
Switch(config)#exit
(先exit 再輸入以下指令)
Switch#copy running-config startup-config
(儲存到 startup-config 檔案裡)
驗證:
先輸入exit離開配置模式
使用show run 查看密碼
退出switch,再用密碼登入
switch# exit
沒有留言:
張貼留言