1 / 24

實習目標 設定登入 console 使用者模式的 password 。 設定由虛擬終端機 (telnet) 登入 router 的 password 。

實習目標 設定登入 console 使用者模式的 password 。 設定由虛擬終端機 (telnet) 登入 router 的 password 。 設定登入特權模式的 secret password 。. 步驟 1 登入終端機的使用者模式. 開機後, router 會出現 router >的提示文字, 此提示文字代表 router 的狀態在使用者模式底下 。. 步驟 2 登入 router 的特權模式. 在使用者模式下輸入 enable , router 會出現 Router# , 這表示已經在 router 的特權模式下。

Download Presentation

實習目標 設定登入 console 使用者模式的 password 。 設定由虛擬終端機 (telnet) 登入 router 的 password 。

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 實習目標 • 設定登入console使用者模式的password。 • 設定由虛擬終端機(telnet)登入router的password。 • 設定登入特權模式的secret password 。

  2. 步驟 1登入終端機的使用者模式 開機後, router 會出現router>的提示文字, 此提示文字代表router的狀態在使用者模式底下 。

  3. 步驟 2登入 router 的特權模式 在使用者模式下輸入 enable,router 會出現 Router#, 這表示已經在 router的特權模式下。 如上圖紅框所示。

  4. 步驟 3進入整體設定模式 在特權模式下輸入 configure terminal,會出現 Router(config)# 的提示文字, 這表示已經進入 router 的整體設定模式底下。 如上圖紅框所示。

  5. 步驟 4為 router 命名為 GAD 在整體設定模式下,輸入 hostname GAD,則 router 會出現 GAD(config)#, 這表示路由器已被命名為 GAD。 如上圖紅框所示。

  6. 步驟 5-1設定密碼並且離開 console 的設定模式 在整體設定模式下輸入 line console 0,按下 Enter 鍵, 就會出現 GAD(config-line)# 的提示文字,這表示已進入 console 的設定模式。 如上圖紅框所示。

  7. 步驟 5-2設定密碼並且離開 console 的設定模式 在 console 的設定模式下,輸入 password cisco, 這是要將 console 的密碼設定為 cisco。 如上圖紅框所示。

  8. 步驟 5-3設定密碼並且離開 console 的設定模式 接著輸入 login,這表示是要在登入時需要輸入的密碼。 如上圖紅框所示。

  9. 步驟 5-4設定密碼並且離開 console 的設定模式 在 console 的設定模式下,輸入 exit 並且按下 Enter 鍵, 這是要退出 console 的設定模式,並且回到整體設定模式底下。 如上圖紅框所示。

  10. 步驟 6-1設定虛擬終端機密碼並且離開設定模式 在整體設定模式下輸入 line vty 0 4,按下 Enter 鍵, 就會出現 GAD(config-line)# 的提示文字,這表示已進入 vty 的設定模式。 如上圖紅框所示。

  11. 步驟 6-2設定虛擬終端機密碼並且離開設定模式 在 vty 的設定模式下,輸入 password cisco, 這是要將 vty 的密碼設定為 cisco。 如上圖紅框所示。

  12. 步驟 6-3設定虛擬終端機密碼並且離開設定模式 接著輸入 login,這表示是要在登入時需要輸入的密碼。 如上圖紅框所示。

  13. 步驟 6-4設定虛擬終端機密碼並且離開設定模式 在 vty 的設定模式下,輸入 exit 並且按下 Enter 鍵, 這是要退出虛擬終端機的設定模式,並且回到整體設定模式底下。 如上圖紅框所示。

  14. 步驟 7-1設定 enable password 在整體設定模式下輸入 enable password cisco, 這是要設定進入特權模式時的密碼。 如上圖紅框所示。

  15. 步驟 7-2設定 enable password 在整體設定模式下,輸入 exit 並且按下 Enter 鍵, 這是要退出整體設定模式,並且回到特權模式底下。 如上圖紅框所示。

  16. 步驟 8輸入 disable離開特權模式 在特權模式下,輸入 disable 並且按下 Enter 鍵, 這是要退出特權模式,並且回到使用者模式底下。 如上圖紅框所示。

  17. 步驟 9-1再進入特權模式 在使用者模式下,輸入 enable,再次進入特權模式。 如上圖紅框所示。

  18. 步驟 9-2再進入特權模式 按下 Enter 鍵後,就會出現 Password: 的提示文字要求使用者輸入密碼, 輸入先前所設定的密碼 cisco,並且按下 Enter 鍵, 就會出現 GAD# 的提示文字,表示已進入到特權模式。 如上圖紅框所示。

  19. 步驟 10再進入整體設定模式 在特權模式下輸入 configure terminal,再次進入的整體設定模式底下。 如上圖紅框所示。

  20. 步驟 11-1設定密碼 在整體設定模式下輸入 enable secret cisco, 這是要設定進入特權模式時的密碼。 secret 是將密碼設成亂碼。 如上圖紅框所示。

  21. 步驟 11-2設定密碼 在整體設定模式下,輸入 exit 並且按下 Enter 鍵, 這是要退出整體設定模式,並且回到特權模式底下。 如上圖紅框所示。

  22. 步驟 12進入使用者模式 在特權模式下,輸入 disable 並且按下 Enter 鍵, 再次退出特權模式,並且回到使用者模式底下。 如上圖紅框所示。

  23. 步驟 13再進入特權模式 GAD>enable Password:cisco Password:ciscoPassword:cisco % Bad secrets 再次輸入 enable 進入特權模式,會出現 Password:的提示文字, 有三次輸入密碼的機會;此時的密碼應為剛更改過的 class, 若是輸入 csico,則會出現如右下圖的提示文字。 若是輸入正確,則會出現 GAD#,表示進入特權模式。 如上圖紅框所示。

  24. 步驟 14展示 Router 正在執行中的設定 在特權模式下,輸入 show run, 這是要展示 Router 中正在執行的設定。 如上圖紅框所示。

More Related