




已閱讀5頁,還剩16頁未讀, 繼續(xù)免費閱讀
版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
組網(wǎng)工程實驗報告 1 實驗一 交換機實驗 一 實驗目的 掌握 NetSim 模擬器的安裝配置 掌握交換機的工作原理以及交換機各項基本配置 二 實驗內容及測試結果 您設計的拓撲圖 測試結果 1 注銷會話 再重新登錄交換機 驗證控制臺密碼 2 由用戶模式進入特權模式 驗證特權密碼 組網(wǎng)工程實驗報告 2 3 用 show running config 命令查看配置信息 組網(wǎng)工程實驗報告 3 4 用 ping 命令檢查 PC1 與 PC2 的連通性 以及 PC 機與交換機的連通性 5 保存配置文件 重啟交換機 查看效果 組網(wǎng)工程實驗報告 4 三 算法或核心技術思考體會 1 算法 1 按圖 2 1 所示連接網(wǎng)絡 2 配置交換機名字為 S1 3 設置交換機的控制臺口令為 12345 4 設置交換機的遠程登錄口令為 54321 5 設置交換機的特權口令為 abcde 特權密碼為 edcba 6 配置交換機的管理 IP 為 192 168 0 11 24 7 配置交換機的默認網(wǎng)關為 192 168 0 1 8 配置 PC1 的 IP 地址為 192 168 0 21 24 默認網(wǎng)關為 192 168 0 1 9 配置 PC2 的 IP 地址為 192 168 0 22 24 默認網(wǎng)關為 192 168 0 1 2 思考體會 通過交換機第一次上機實驗 使我掌握 NetSim 模擬器的使用 尤其是交 換機的配置 掌握交換機的工作原理以及交換機各項基本配置 我們通過交換 機的 Console 口搭建配置環(huán)境 完成交換機的基本配置后 通過其他方式對交 換機進行遠程管理 組網(wǎng)工程實驗報告 5 四 附件 源代碼 可選 Switch enable Switch conf t Enter configuration commands one per line End with CNTL Z Switch config hostname S1 S1 config line console 0 S1 config line login login disabled on line 0 until password is set S1 config line password 12345 S1 enable S1 conf t Enter configuration commands one per line End with CNTL Z S1 config line vty 0 15 S1 config line login S1 config line password 54321 S1 config line exit S1 config enable password abcde S1 config enable secret edcba S1 conf t Enter configuration commands one per line End with CNTL Z S1 config interface vlan 1 S1 config if ip address 192 168 0 11 255 255 255 0 S1 config if no shutdown LINK 3 UPDOWN Interface Vlan 1 changed state to up S1 config if ip default gateway 192 168 0 1 S1 config S1 config show running config 組網(wǎng)工程實驗報告 6 實驗二 路由器實驗 一 實驗目的 掌握 NetSim 模擬器的使用 掌握路由器的工作原理以及路由器各項基本配置 二 實驗內容及測試結果 您設計的拓撲圖 測試結果一 1 注銷會話 再重新登錄路由器 驗證控制臺密碼 2 由用戶模式進入特權模式 驗證特權密碼 3 用 show 命令查看路由器的配置文件 接口狀態(tài) 路由表 組網(wǎng)工程實驗報告 7 4 用 ping 命令檢查 PC1 與 PC2 的連通性 以及 PC 機與路由器的連通性 5 保存配置文件 重啟路由器 查看效果 組網(wǎng)工程實驗報告 8 測試結果二 1 用 show 命令查看路由器的配置文件 接口狀態(tài) 路由表 組網(wǎng)工程實驗報告 9 2 用 ping 命令檢查兩個路由器的連通性 三 算法或核心技術思考體會 1 算法配置一 1 按圖 1 1 所示連接網(wǎng)絡 2 配置路由器名字為 R1 3 設置路由器的控制臺口令為 12345 4 設置路由器的遠程登錄口令為 54321 5 設置路由器的特權口令為 abcde 特權密碼為 edcba 組網(wǎng)工程實驗報告 10 6 配置路由器的以太網(wǎng)接口 E0 口的 IP 地址為 192 168 0 1 24 E1 口的 IP 地址為 192 168 1 1 24 7 配置 PC1 的 IP 地址為 192 168 0 11 24 默認網(wǎng)關為 192 168 0 1 8 配置 PC2 的 IP 地址為 192 168 1 22 24 默認網(wǎng)關為 192 168 1 1 2 算法配置二 1 按圖 1 2 所示連接網(wǎng)絡 2 配置路由器名字分別為 R1 和 R2 3 配置兩個路由器的同步串行口 R1 的 S0 口的 IP 地址為 192 168 10 1 24 R2 的 S0 口 的 IP 地址為 192 168 10 2 24 注意 DCE 端和 DTE 端的區(qū)別 4 配置兩個路由器的回環(huán)接口 R1 的 L0 口的 IP 地址為 192 168 1 1 24 R2 的 L0 口的 IP 地址為 192 168 2 1 24 3 思考體會 通過本次組網(wǎng)實驗 掌握 NetSim 模擬器的使用掌握路由器的工作原理以及路由器各 項基本配置 本次實驗理論與實踐相結合 達到了很好的學習效果 這也能使我們對以后 計算機在生活中的運用更具幫助性 四 附件 源代碼 可選 代碼 1 Router enable Router conf t Enter configuration commands one per line End with CNTL Z Router config hostname R1 R1 config line console 0 R1 config line login login disabled on line 0 until password is set R1 config line password 12345 R1 config line vty 0 4 R1 config line login R1 config line password 54321 R1 config line exit R1 config enable password abcde R1 config enable secret edcba R1 config exit R1 conf t Enter configuration commands one per line End with CNTL Z 組網(wǎng)工程實驗報告 11 R1 config interface e0 R1 config if ip address 192 168 0 1 24 Incomplete command R1 config if no shutdown LINK 3 UPDOWN Interface Ethernet0 changed state to up R1 config if interface e1 R1 config if ip address 192 168 1 1 24 Incomplete command R1 config if no shutdown LINK 3 UPDOWN Interface Ethernet1 changed state to up 代碼 2 Router enable Router conf t Enter configuration commands one per line End with CNTL Z Router config hostname R1 R1 config interface s0 R1 config if ip address 192 168 10 1 24 Incomplete command R1 config if clock rate 64000 R1 config if no shutdown Router enable Router conf t Enter configuration commands one per line End with CNTL Z Router config hostname R2 R2 config interface s0 R2 config if ip address 192 168 10 2 24 Incomplete command R2 config if no shutdown R2 config if exit 組網(wǎng)工程實驗報告 12 實驗三 路由器 交換機綜合實驗 一 一 實驗目的 掌握 NetSim 模擬器的使用 掌握復雜情況下路由器 交換機的配置 二 實驗內容及測試結果 您設計的拓撲圖 測試結果 R1 的路由表中應包含 2 條直連路由 C 1 條靜態(tài)路由 S 1 條由 RIP 學習到的路由 R R2 的路由表中應包含 2 條直連路由 C 1 條默認路由 S R3 的路由表中應包含 2 條直連路由 C PC2ping PC1 成功 組網(wǎng)工程實驗報告 13 PC1pingPC3 失敗 三 算法或核心技術思考體會 1 算法 1 按圖 1 所示連接網(wǎng)絡 2 配置路由器 R1 路由器的名字為 R1 E0 口的 IP 地址 192 168 0 1 24 設置 E0 口為 NAT 輸入端 S0 口的 IP 地址 222 1 1 1 24 設置 S0 口為 NAT 輸出端 配置 PAT 將內網(wǎng)中格式為 192 168 的 IP 地址轉換為 S0 口的 IP 地址 配置靜態(tài)路由 將目的為 192 168 1 0 網(wǎng)絡的數(shù)據(jù)報發(fā)往 192 168 0 3 配置 RIP 路由協(xié)議 在它的外網(wǎng)地址上啟用協(xié)議 3 配置路由器 R2 路由器的名字為 R2 E0 口的 IP 地址 192 168 0 3 24 E1 口的 IP 地址 192 168 1 1 24 配置默認路由 方向為 R1 路由器 4 配置路由器 R3 路由器的名字為 R3 E0 口的 IP 地址 200 1 1 1 24 S0 口的 IP 地址 222 1 1 2 24 配置 RIP 路由協(xié)議 在它所有的直連網(wǎng)絡上啟用協(xié)議 5 配置交換機 S1 和 S2 只需配置交換機的名字和管理 IP 6 配置各 PC 機 包括 IP 地址 子網(wǎng)掩碼和默認網(wǎng)關 PC1 的默認網(wǎng)關為 R1 的 E0 口 IP PC2 的默認網(wǎng)關為 R2 的 E1 口 IP PC3 的默認網(wǎng)關為 R3 的 E0 口 IP 2 思考體會 通過本次交換機與路由器的綜合實驗 更加全面地了解了 NetSim 模擬器的使用 掌 握復雜情況下路由器 交換機的配置 搭建網(wǎng)絡過程中的所涉及的硬件設備和軟件配置 熟悉了交換機和路由器的一般配置 交換機與路由器的硬件設備之間的互聯(lián)需要我們使用 配置指令來完成 四 附件 源代碼 可選 Router enable Router conf t Router config hostname R1 R1 config interface e0 組網(wǎng)工程實驗報告 14 R1 config if ip address 192 168 0 1 255 255 255 0 R1 config if ip nat inside R1 config if no shutdown R1 config if interface s0 R1 config if ip address 222 1 1 1 255 255 255 0 R1 config if clock rate 64000 R1 config if ip nat outside R1 config if no shutdown R1 config access list 1 permit 192 168 0 0 0 0 255 255 R1 config ip nat inside source list 1 interface s0 overload R1 config ip route 192 168 1 0 255 255 255 0 192 168 0 3 R1 config router rip R1 config router network 222 1 1 0 Router config hostname R2 R2 config interface e0 R2 config if ip address 192 168 0 3 255 255 255 0 R2 config if no shutdown R2 config if interface e1 R2 config if ip address 192 168 1 1 255 255 255 0 R2 config if no shutdown R2 config if exit R2 config ip route 0 0 0 0 0 0 0 0 192 168 0 1 Router config hostname R3 R3 config interface e0 R3 config if ip address 200 1 1 1 255 255 255 0 R3 config if no shutdown R3 config if interface s0 R3 config if ip address 222 1 1 2 255 255 255 0 R3 config if no shutdown R3 config if exit R3 config router rip R3 config router network 222 1 1 0 R3 config router network 200 1 1 0 Switch config hostname S1 S1 config interface vlan 1 S1 config if ip address 192 168 0 2 255 255 255 0 S1 config if no shutdown Switch config hostname S2 S2 config interface vlan 1 S2 config if ip address 192 168 1 2 S2 config if ip address 192 168 1 2 255 255 255 0 S2 config if no shutdown 組網(wǎng)工程實驗報告 15 實驗四 路由器 交換機綜合實驗 二 一 實驗目的 掌握 NetSim 模擬器的使用 掌握復雜情況下路由器 交換機的配置 二 實驗內容及測試結果 您設計的拓撲圖 測試結果 R1 的路由表中應包含 2 條直連路由 C 2 條靜態(tài)路由 S 2 條由 OSPF 學習到的路由 O R2 的路由表中應包含 2 條直連路由 C 1 條由 OSPF 學習到的路由 O R3 的路由表中應包含 2 條直連路由 C 1 條由 OSPF 學習到的路由 O 三層交換機的路由表中應包含 3 條直連路由 C 1 條默認路由 S 組網(wǎng)工程實驗報告 16 PC1pingPC2 成功 PC2pingPC3 失敗 三 算法或核心技術思考體會 1 算法 1 按圖 1 所示連接網(wǎng)絡 2 配置路由器 R1 路由器的名字為 R1 F0 口的 IP 地址 192 168 0 1 24 設置 F0 口為 NAT 輸入端 S0 口的 IP 地址 200 1 1 1 24 設置 S0 口為 NAT 輸出端 配置 NAT 池 地址范圍為 200 1 1 10 200 1 1 20 將內網(wǎng)中格式為 192 168 的 IP 地址轉換為 NAT 池中的 IP 地址 配置靜態(tài)路由 將目的網(wǎng)絡為 192 168 1 0 或 192 168 2 0 的數(shù)據(jù)報發(fā)往 192 168 0 2 配置 OSPF 路由協(xié)議 區(qū)域號為 10 在它的外網(wǎng)地址上啟用協(xié)議 3 配置路由器 R2 路由器的名字為 R2 S0 口的 IP 地址 222 2 2 1 24 S1 口的 IP 地址 200 1 1 2 24 配置 OSPF 路由協(xié)議 區(qū)域號為 10 在它的所有直連網(wǎng)絡上啟用協(xié)議 4 配置路由器 R3 路由器的名字為 R3 組網(wǎng)工程實驗報告 17 F0 口的 IP 地址 18 1 1 1 8 S0 口的 IP 地址 222 2 2 2 24 配置 OSPF 路由協(xié)議 區(qū)域號為 10 在它的所有直連網(wǎng)絡上啟用協(xié)議 5 配置三層交換機 把 F0 1 口設置為三層路由口 IP 地址為 192 168 0 2 24 把 F0 2 口設置為三層路由口 IP 地址為 192 168 1 1 24 把 F0 3 口設置為三層路由口 IP 地址為 192 168 2 1 24 配置默認路由 方向為 R1 路由器的 F0 口 啟用路由功能 6 配置各 PC 機 包括 IP 地址 子網(wǎng)掩碼和默認網(wǎng)關 PC1 的默認網(wǎng)關為交換機的 2 口 IP PC2 的默認網(wǎng)關為交換機 3 口 IP PC3 的默認網(wǎng)關為 R3 的 F0 口 IP 2 思考體會 通過本次綜合實驗 對于路由器的學習 主要是在計算機配置路由器實現(xiàn)上的指令設 置上 三 附件 源代碼 可選 Router enable Router conf t Enter configuration commands one per line End with CNTL Z Router config hostname R1 R1 config interface e0 R1 config if ip address 192 168 0 1 255 255 255 0 R1 config if no shutdown R1 config if interface s0 R1 config if ip address 200 1 1 1 255 255 255 0 R1 config if clock rate 64000 R1 config if no shutdown R1 config if interface e0 R1 config if ip nat inside R1 config if interface s0 R1 config if ip nat outside R1 conf t Enter configuration commands one per line End with CNTL Z R1 config ip nat pool p1 200 1 1 10 200 1 1 20 netm ask 255 255 255 0 R1 config access list permit 192 1168 0 0 0 0 255 255 R1 config ip nat inside source list 1 pool p1 R1 config ip route 192 168 1 0 255 255 255 0 192 168 0 2 R1 config ip route 192 168 2 0 255 255 255 0 192 168 0 2 R1 config router ospf 10 R1 config router network 200 1 1 0 0 0 0 255 area 10 Router conf t Enter configuration commands one per line End with CNTL Z Router config hostname R2 組網(wǎng)工程實驗報告 18 R2 config interface s0 R2 config if ip address 222 2 2 1 255 255 255 0 R2 config if clock rate 64000 R2 config if no shutdown R2 config if int s1 R2 config if ip address 200 1 1 2 255 255 255 0 R2 config if no shutdown R2 config if router ospf 10 R2 config router network 200 1 1 0 0 0 0 255 area 10 R2 config router network 222 2 2 0 0 0 0 255 area 10 Router config hostname R3 R3 config interface e0 R3 config if ip address 18 1 1 1 255 0 0 0 R3 config if no shutdown R3 config if interface s0 R3 config if ip address 222 2 2 2 255 255 255 0 R3 config if no shutdown R3 config if R3 config if end R3 conf t Enter configuration commands one per line End with CNTL Z R3 config router ospf 10 R3 config router network 222 2 2 0 0 0 0 255 area 10 R3 config router network 18 0 0 0 0 255 255 255 area 10 R3 config router exit Switch enable Switch conf t Enter configuration commands one per line End with CNTL Z Switch config interface f0 1 Switch config if no switchport Switch config if ip address 192 168 0 2 255 255 255 0 Switch config if no shutdown Switch config if interface f0 2 Switch config if no switchport Switch config if ip address 192 168 1 1 255 255 255 0 Switch config if no switchport Switch config if no shutdown Switch config if interface f0 3 Switch config if no switchport Switch config if ip address 192 168 2 1 255 255 255 0 Switch config if no shutdown Switch config if end Switch conf t Enter configuration commands one per line End with CNTL Z 組網(wǎng)工程實驗報告 19 Switch config ip route 0 0 0 0 0 0 0 0 192 168 0 1 組網(wǎng)工程實驗報告 20 實驗五 綜合布線系統(tǒng)計算機輔助設計 一 實驗目的 掌握 VisualNet 9 0 的安裝配置 掌握 VisualNet 9 0 的基本用法 掌握綜合布線的整個流程 二 實驗內容及測試結果 1 VisualNet 能應用在哪些
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 職業(yè)資格-計算機基礎及MS Office應用真題庫-6
- 職業(yè)資格-房地產經紀綜合能力真題庫-5
- 2025年工程法規(guī)考試策略與試題及答案
- 初中智育考試題及答案
- 指紋鎖公司合作協(xié)議
- 大學德法考試題及答案
- 農資委托購買協(xié)議
- 廠區(qū)監(jiān)控培訓試題及答案
- 電氣專業(yè)試題及答案
- 低碳面試題目及答案
- 2025屆陜西省咸陽市高三模擬檢測(三)生物試題(原卷版+解析版)
- 污水處理廠運營維護方案運營維護方案篇
- 【MOOC】中藥藥理學-學做自己的調理師-暨南大學 中國大學慕課MOOC答案
- 測量未知電阻的方法
- 中國民主同盟入盟申請表
- 觀感質量檢查表
- 電子公章模板
- 企業(yè)信息登記表
- 窯爐課程設計-年產50萬件衛(wèi)生潔具隧道窯設計.doc
- 大中型水庫控制運用計劃編寫大綱
- 北京大興生物醫(yī)藥基地詳介ppt課件
評論
0/150
提交評論