實驗任務:
1.在思科模路由中配置密碼
2.忘記密碼後如何重置密碼安全
實驗步驟:
1.給router配密碼:
router >enable
#config t
Router(config)#line vty 0 4 //進遠程管理接口
#password // 123配置密碼123ide
#enable password 456 //全局模式下配置特權安全密碼456 #service password-encryption //加密所設置的密碼
驗證配置: #end
#show running-config //在特權模式下查看配置的密碼
#write // 保存配置
#Reload //重啓router 驗證本身所配置的密碼加密
.2.破解router密碼:
在加電後,當即按下ctrl+break 進入romm模式
romm >Confreg 0x2142 //更改配置存儲器值爲0x2412(原爲0x2102)
romm >reset // 重啓後直接進入router不查找和加載啓動配置文件
router>enable
#copy startup-config running-config //將啓動配置文件複製到內存
#show running-config // 查看原來的密碼配置
#bir nvrom //查看啓動配置文件名
#erase nvrom //刪除啓動配置文件(注:真機上用的命令) 【**或直接更改忘記的密碼】
#configuration terminal //進入全局模式
#config-register 0x2102 //更改配置存儲器值爲0x2102 【以便從新加載啓動配置文件】code
#werite 保存** 【退到特權模式保存配置】 #reload 重啓
3.遠程驗證:在pc管理端 cmd模式下輸入命令:
Telnet + (ip address)
Password:輸入123router
enable
Password:456接口進入特權模式完成遠程驗證
重置密碼配置驗證: #reload 重啓
重啓後驗證設置的配置:route>enable
Password: 輸入本身從新配置的密碼ip