思科3560的enable登陸密碼被設定以后,我們可以選用下邊的辦法來恢復思科3560網絡交換機登陸密碼。
恢復思科3560網絡交換機登陸密碼基本上流程:
(1).拔出開關電源
(2).按住mode按鍵,開啟開關電源
(3).輸入flash_init,再輸入load_helper
(4).實行dir flash:
(5).重命名配置文件 (rename flash:config.text flash:config.old)
(6).運行 (Boot)
(7).在進到setup模式提醒下輸入no
(8).進到權利模式 (enable)
(9).重命名配置文件 (rename flash:config.text flash:config.old)
(10).存盤 (write)
(11).重新啟動 (reload)
在恢復全過程中采用的一些指令:
switch: flash_init
switch: load_helper
switch: dir flash: //能夠看見vlan.dat和config.text文檔
switch: rename flash:config.text flash:config.old //改文件夾名稱
switch: boot //重新啟動進到setup模式,輸入no撤出該模式,這時沒有開啟原來的配置文件
switch>en
switch#rename flash:config.old flash:config.text
switch# write
switch# reload
思科不一樣的網絡交換機登陸密碼恢復有點兒區別。