freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

網(wǎng)絡設備實訓項目教師指導手冊-資料下載頁

2024-12-15 17:59本頁面

【導讀】本課程從計算機組裝與維護的相關基礎知識出發(fā)緊緊圍繞組裝計算機實現(xiàn)過程中各。階段需要解決的具體問題,向讀者展示了如何從硬軟兩方面對網(wǎng)絡設備配置的實用技術。鞏固和強化學生對網(wǎng)絡設備操作實踐的基本技能。設備的基本知識和基本技能,進網(wǎng)絡設備的調(diào)試與維護。培養(yǎng)學生適應網(wǎng)絡管理員崗位需要,具解決網(wǎng)絡設備使用過程中出現(xiàn)的問題的基本能力等。實訓學時:18學時。讓學生了解交換機的功能,熟悉幾個常用命令。2臺2960交換機,4臺計算機,網(wǎng)線若干。,然后測試pc之間能否PING通。者網(wǎng)關都是,再測試4臺計算機之間是否能PING通。進入特權(quán)模式需輸入密碼,保證了安全性。同時配置使能口令和加密使能口令時,加密使能口令生效。查看當前系統(tǒng)配置,密碼明文顯示。所有端口都屬于一個默認的VLAN,即vlan1,默認有vlan1,vlan1002-1005。

  

【正文】 ELNET登錄成功 Routertel ( 3)交換機 SW1上配置管理 IP sw1(config)interface vlan 1 sw1(configif)ip address sw1(configif)no shutdown sw1(config)line vty 0 sw1(configline)password cisco sw1(configline)login sw1(config)enable password 123 r1tel 結(jié)果為登錄成功,如下圖 7.實訓報告 ( 1) 實訓環(huán)境 ( 2) 遇到的問題及解決方法 ( 3) 回答實 訓問題,及思考問題 ( 4) 實訓心得的體會 說明:實訓報告的提交一律使用統(tǒng)一的實訓報告冊。 實訓 9 配置 PPP 鏈路 1.實訓目的 讓學生掌握 PPP鏈路的基本配置、理解 DCE、 DTE的意義、熟練運用 PAP、 CHAP 認證、掌握調(diào)試和排錯方法。 2.實訓背景 寶勝公司大連辦事處需要用專線方式連入公司總部。辦事處和總部各有一臺路由器,之間通過 PPP專線連接??偛块_始是采用的 PAP認證方式對辦事處進行認證,并且兩端為固定IP地址;經(jīng)過一段時間運行以后又采用 CHAP認證方式,認證的用戶名為 shenyang,密碼為shenda,總部為辦事處分配動態(tài) IP地址,拓撲圖如下: 3.實訓拓撲 4.實訓要求 ( 1)完成 PAP認證; ( 2)完成 CHAP認證; ( 3)完成辦事處的 IP地址自動協(xié)商。 5.實訓設備 準備 2臺 2801路由器 ,各添加一個 NM- 4T( Serial 口模塊),并按拓撲圖進行連線。 6.實訓步驟 ( 1)實現(xiàn)固定 Ip的 PPP鏈路的 PAP認證 ①公司總部 RouterB配置(主認證方) RouterB config terminal RouterB(config) username shenyang password 0 shenda RouterB(config) interface serial 0/0 RouterB(configif) ip address RouterB(configif) clock rate 64000 RouterB(configif) encapsulation ppp RouterB(configif) ppp authentication pap RouterB(configif) no shutdown ②辦事處 RouterA 配置(被認證方) RouterA config terminal RouterA(config) interface serial 0/0 RouterA(configif) ip address RouterA(configif) encapsulation ppp RouterA(configif) ppp pap sentusername shenyang password 0 shenda RouterA(configif) no shutdown 斜體部分表示:被認證方驗證時發(fā)送的用戶名和密碼要和主認證方的用戶數(shù)據(jù)庫相同。 ③調(diào)試與排錯 RouterB config terminal RouterB(config) interface serial 0/0 RouterB(configif)do debug ppp packet PPP packet display debugging is on RouterB(configif)no shutdown 調(diào)試結(jié)果如下: //鏈路不可用階 段 RouterB(configif) *Mar 1 00:12:: Se0/0 PPP: Outbound cdp packet dropped RouterB(configif) //鏈路建立階段開始 *Mar 1 00:12:: %LINK3UPDOWN: Interface Serial0/0, changed state to up *Mar 1 00:12:: Se0/0 LCP: O CONFREQ [Closed] id 2 len 14 *Mar 1 00:12:: Se0/0 LCP: AuthProto PAP (0x0304C023) *Mar 1 00:12:: Se0/0 LCP: MagicNumber 0x00175F3C (0x050600175F3C) *Mar 1 00:12:: Se0/0 PPP: I pkt type 0xC021, datagramsize 14 link[ppp] *Mar 1 00:12:: Se0/0 PPP: I pkt type 0xC021, datagramsize 18 link[ppp] *Mar 1 00:12:: Se0/0 LCP: I CONFREQ [REQsent] id 61 len 10 *Mar 1 00:12:: Se0/0 LCP: MagicNumber 0x0017B42B (0x05060017B42B) *Mar 1 00:12:: Se0/0 LCP: O CONFACK [REQsent] id 61 len 10 *Mar 1 00:12:: Se0/0 LCP: MagicNumber 0x0017B42B (0x05060017B42B) *Mar 1 00:12:: Se0/0 LCP: I CONFACK [ACKsent] id 2 len 14 *Mar 1 00:12:: Se0/0 LCP: AuthProto PAP (0x0304C023) *Mar 1 00:12:: Se0/0 LCP: MagicNumber 0x00175F3C (0x050600175F3C) //認證階段開始 *Mar 1 00:12:: Se0/0 PPP: I pkt type 0xC023, datagramsize 19 link[ppp] *Mar 1 00:12:: Se0/0 PAP: I AUTHREQ id 2 len 15 from shenyang *Mar 1 00:12:: Se0/0 PAP: O AUTHACK id 2 len 5 //網(wǎng)絡協(xié)議階段開始 *Mar 1 00:12:: Se0/0 IPCP: O CONFREQ [Closed] id 1 len 10 *Mar 1 00:12:: Se0/0 IPCP: Address (0x0306C0A80101) *Mar 1 00:12:: Se0/0 CDPCP: O CONFREQ [Closed] id 1 len 4 *Mar 1 00:12:: Se0/0 PPP: I pkt type 0x8021, datagramsize 14 link[ip] *Mar 1 00:12:: Se0/0 PPP: I pkt type 0x8207, datagramsize 8 link[cdp] *Mar 1 00:12:: Se0/0 PPP: I pkt type 0x8021, datagramsize 14 link[ip] *Mar 1 00:12:: Se0/0 IPCP: I CONFREQ [REQsent] id 1 len 10 *Mar 1 00:12:: Se0/0 IPCP: Address (0x0306C0A80102) *Mar 1 00:12:: Se0/0 CDPCP: I CONFREQ [REQsent] id 1 len 4 *Mar 1 00:12:: Se0/0 CDPCP: O CONFACK [REQsent] id 1 len 4 *Mar 1 00:12:: Se0/0 IPCP: O CONFACK [REQsent] id 1 len 10 *Mar 1 00:12:: Se0/0 IPCP: Address (0x0306C0A80102) *Mar 1 00:12:: Se0/0 IPCP: I CONFACK [ACKsent] id 1 len 10 *Mar 1 00:12:: Se0/0 IPCP: Address (0x0306C0A80101) *Mar 1 00:12:: %LINEPROTO5UPDOWN: Line protocol on Interface Serial0/0, changed state to up *Mar 1 00:12:: Se0/0 CDPCP: Timeout: State ACKsent *Mar 1 00:12:: Se0/0 CDPCP: O CONFREQ [ACKsent] id 2 len 4 *Mar 1 00:12:: Se0/0 PPP: I pkt type 0x8207, datagramsize 8 link[cdp] *Mar 1 00:12:: Se0/0 CDPCP: I CONFACK [ACKsent] id 2 len 4 *Mar 1 00:12:: Se0/0 LCPFS: I ECHOREQ [Open] id 1 len 12 magic 0x0017B42B *Mar 1 00:12:: Se0/0 LCPFS: O ECHOREP [Open] id 1 len 12 magic 0x00175F3C *Mar 1 00:12:: Se0/0 LCP: O ECHOREQ [Open] id 1 len 12 magic 0x00175F3C *Mar 1 00:12:: Se0/0 LCPFS: I ECHOREP [Open] id 1 len 12 magic 0x0017B42B *Mar 1 00:12:: Se0/0 LCPFS: Received id 1, sent id 1, line up *Mar 1 00:12:: Se0/0 PPP: I pkt type 0x0021, datagramsize 104 link[ip] *Mar 1 00:12:: Se0/0 PPP: O pkt type 0x0021, datagramsize 104 *Mar 1 00:12:: Se0/0 LCPFS: I ECHOREQ [Open] id 2 len 12 magic 0x0017B42B *Mar 1 00:12:: Se0/0 LCPFS: O ECHOREP [Open] id 2 len 12 magic 0x00175F3C *Mar 1 00:12:: Se0/0 PPP: I pkt type 0x0021, datagramsize 104 link[ip] *Mar 1 00:12:: Se0/0 PPP: O pkt type 0x0021, datagramsize 104 *Mar 1 00:12:: Se0/0 PPP: I pkt type 0x0021, datagramsize 104 link[ip] *Mar 1 00:12:: Se0/0 PPP: O pkt type 0x0021, datagramsize 104 *Mar 1 00:12:: Se0/0 PPP: I pkt type 0x0021, datagramsize 104 link[ip] *Mar 1 00:12:: Se0/0 PPP: O pkt type 0x0021, datagramsize 104 *Mar 1 00:12:: Se0/0 PPP: I pkt type 0x0021, datagramsize 104 link[ip] *Mar 1 00:12:: Se0/0 PPP: O pkt type 0x0021, datagramsize 104 以上加粗部分表示,被認證方使用 ping 驗證時,所出現(xiàn)的調(diào)試信息。 ( 2)實現(xiàn)自動 Ip的 PPP鏈路的 CHAP認證 ①公司總部 RouterB配置(主認證方) RouterB config terminal RouterB(config) username shenyang password 0 shenda RouterB(config) interface serial 0/0 RouterB(configif) ip address RouterB(configif) clock rate 64000 RouterB(configif) encapsulation ppp RouterB(configif) ppp authentication chap RouterB(configif) ppp chap hostname accp RouterB(configif)peer default ip address RouterB(configif) no shutdown ②辦事處 RouterA 配置(被認證方)
點擊復制文檔內(nèi)容
環(huán)評公示相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1