下載本文檔
版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、實驗報告實驗名稱路由器的配置成績實驗目的:理解路由器的工作原理及其作用,認識路由器的各種接口理解靜態(tài)路由的工作原理和應用環(huán)境,掌握配置靜態(tài)路由的基本命令理解動態(tài)路由協議 RIP的原理和應用環(huán)境,掌握配置RIP協議的基本命令理解動態(tài)路由協議 OSPF 的基本特點和分組類型, 掌握在路由器 (三層交換機)上配置 OSPF 協議的基本命令; 5學會在路由器(三層交換機)上查看、分析路由表的方法,并學會通過分析路實驗條件:Packet tracer 5.0實驗內容:一、靜態(tài)路由器的配置畫出結構圖并配置兩個 PC 的 IP 及掩碼、網關為路由器的兩個接口分配 IPDCE64000Routerenable
2、 Router#configureterminalEnter configuration commands, one per line.EndwithCNTL/Z.Router(config)#interface FastEthernet0/0Router(config-if)#no shutdown%LINK-5-CHANGED:InterfaceFastEthernet0/0,changedstatetoupip address 192.168.1.1 255.255.255.0Router(config-if)#exit Router(config)#interfaceSerial2/0
3、Router(config-if)#no shutdown Router(config-if)#clockrate64000Router(config-if)#ip address 10.0.0.1 255.0.0.0在兩臺路由器上配置靜態(tài)路由,命令如下: Router(config)#iproute192.168.1.0255.255.255.010.0.0.2查看三臺網絡設備上的路由表并測試兩臺PCping 192.168.2.2Pinging 192.168.2.2 with 32 bytes of data:Replyfrom192.168.2.2:bytes=32time=15msT
4、TL=128Reply from 192.168.2.2: bytes=32 time=8ms TTL=128 Reply from 192.168.2.2: bytes=32 time=8ms TTL=128 Reply from 192.168.2.2: bytes=32 time=8ms TTL=128 Ping statistics for 192.168.2.2:Packets:Sent=4,Received=4,Lost=0(0%loss),Approximate round trip times in milli-seconds:Minimum = 8ms, Maximum =
5、15ms, Average = 9ms二、RIP配置兩 PC 的 IP 地址及掩碼和網關配置三層交換機的接口IP如果在三層交換機的物理端口上配置,則需用命令noswitchport 將其變?yōu)槿龑佣丝?,才可以配?IP如果在三層交換機的虛擬端口上配置,則可以直接配置IP,但要先劃分 vlan,并將物理端口分配至相應的vlan中配置兩路由器的接口IP,注意:位于 DCE 端的路由器串口要配置時鐘頻率64000,并路由器端口要手動開啟。為三層交換機及兩臺路由器配置rip協議,命令如下Routerenable Router#configureterminalEnter configuration co
6、mmands, one per line.EndwithCNTL/Z.Router(config)#router ripRouter(config)#network 192.168.1.0 255.255.0查看三臺網絡設備上的路由表并測試兩臺PCping 192.168.4.2Pinging 192.168.4.2 with 32 bytes of data:Reply from 192.168.4.2: bytes=32 time=23ms TTL=125Reply from 192.168.4.2: bytes=32 time=20ms TTL=125Reply from 192.168
7、.4.2: bytes=32 time=23ms TTL=125Reply from 192.168.4.2: bytes=32 time=21ms TTL=125Ping statistics for 192.168.4.2:Packets:Sent=4,Received=4,Lost=0(0%loss),Approximate round trip times in milli-seconds:Minimum = 20ms, Maximum = 23ms, Average = 21ms三、OSPF配置兩 PC 的 IP 地址及掩碼和網關配置三層交換機的接口 IPSwitchenSwitch
8、#conf tEnter configuration commands, one per line.EndwithCNTL/Z.Switch(config)#int f1/0%Invalid interface type and numberSwitch(config)#int f0/1 Switch(config-if)#no switchport%LINEPROTO-5-UPDOWN:changed state to downLineprotocolonInterfaceFastEthernet0/1,%LINEPROTO-5-UPDOWN:LineprotocolonInterfaceF
9、astEthernet0/1,changed state to upSwitch(config-if)#ipaddress192.168.1.1255.255.255.0Switch(config-if)#exitSwitch(config)#int f0/2 Switch(config-if)#noswitchportSwitch(config-if)#ipaddress192.168.2.1255.255.255.0Switch(config-if)#exit配置兩路由器的接口IP,注意:位于 DCE 端的路由器串口要配置時鐘頻率64000,并路由器端口要手動開啟。Routerenable
10、 Router#configureterminalEnter configuration commands, one per line.EndwithCNTL/Z.Router(config)#interface FastEthernet0/0Router(config-if)#no shutdown%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up%LINEPROTO-5-UPDOWN:Lineprotocolon Interfacechanged state to upRouter(config-if)#ipadd
11、ress192.168.2.2255.255.255.0Router(config-if)#Router(config-if)#exitRouter(config)#interfaceSerial2/0Router(config-if)#no shutdown Router(config-if)#clockrate64000Router(config-if)#ip address 192.168.3.1 255.255.255.0為三層交換機及兩臺路由器配置如下SwitchenSwitch#config tEnter configuration commands, one per line.E
12、ndwithCNTL/Z.Switch(config)#router ospf 100:00:45:%OSPF-5-ADJCHG:Process1,Nbr192.168.3.1onFastEthernet0/1from LOADING to FULL, Loading DoneSwitch(config-router)#network 192.168.1.0 255.255.255.0 area 2Switch(config-router)#network192.168.2.0255.255.255.0area2RouterenRouter#config tEnter configuratio
13、n commands, one per line.EndwithCNTL/Z.Router(config)#router ospf 100:00:45:%OSPF-5-ADJCHG:Process1,Nbr192.168.2.1onFastEthernet1/0from LOADING to FULL, Loading DoneRouter(config-router)#network 192.1168.2.0 255.255.255.0 area 2Router(config-router)#network 192.1168.3.0 255.255.255.0 area 2查看三臺網絡設備上
14、的路由表并測試兩臺PCping 192.168.4.2Pinging 192.168.4.2 with 32 bytes of data:Replyfrom192.168.4.2:bytes=32time=110msTTL=125Replyfrom192.168.4.2:bytes=32time=110msTTL=125Replyfrom192.168.4.2:bytes=32time=125msTTL=125Replyfrom192.168.4.2:bytes=32time=125msTTL=125Ping statistics for 192.168.4.2:Packets:Sent=4,
15、Received=4,Lost=0(0%loss),Approximate round trip times in milli-seconds:Minimum = 110ms, Maximum = 125ms, Average = 117ms查看路由表Switch#showiprouteCodes:C-connected,S-static,I-IGRP,R-RIP,M-mobile,B-BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSP
16、F NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi -IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia- IS-ISinter area* -candidate default, U - per-user static route, o -ODRP -periodic downloaded static routeGateway oflast resort is not setC192.168.1.0/24 isdirectly connected,FastEth
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 二零二五版人工智能技術研發(fā)與應用合同15篇
- 常州2025版二手房過戶稅費處理與過戶手續(xù)辦理合同2篇
- 二零二五版智慧城市建設合作合同范本2篇
- 二零二五版在線教育管理系統定制開發(fā)合同3篇
- 二零二五版ISO9001質量管理體系認證與質量管理體系審核與監(jiān)督合同3篇
- 水電工程2025年度施工安全評估合同2篇
- 二零二五版LED顯示屏戶外廣告位租賃合同協議3篇
- 二零二五年海鮮餐飲業(yè)特色菜品開發(fā)與銷售合同3篇
- 二零二五年度虛擬現實游戲開發(fā)電子合同承諾3篇
- 二零二五版智能零售企業(yè)兼職銷售員勞動合同3篇
- 2025新北師大版英語七年級下單詞表
- 2024公路瀝青路面結構內部狀況三維探地雷達快速檢測規(guī)程
- 《智慧城市概述》課件
- 2024年北京市家庭教育需求及發(fā)展趨勢白皮書
- GB/T 45089-20240~3歲嬰幼兒居家照護服務規(guī)范
- 中建道路排水工程施工方案
- 拆機移機合同范例
- 智能停車充電一體化解決方案
- 化學驗室安全培訓
- 天書奇譚美術課件
- GB/T 18916.15-2024工業(yè)用水定額第15部分:白酒
評論
0/150
提交評論