




版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、配置OSPF協(xié)議.實訓目的: 1掌握OSPF(開放最短路經(jīng)優(yōu)生)協(xié)議的基本配置;2. 查看OSPF協(xié)議的配置、鄰居、接口和路由等信息。二.實訓內容1. 在路由器上啟動和基本配置OSPF協(xié)議;2聲明相應網(wǎng)絡進入 OSPF路由信息;3. 查看OSPF協(xié)議的配置、鄰居、接口和路由等信息;三實訓環(huán)境的搭建Kfl 11. 準備 PC機 2 臺,操作系統(tǒng)為 Windows2000 Professional2. 準備Cisco 2621XM 路由器3臺,分別為 R R1和R2;3. WIC-1T 模塊 4 個,V.35 DTE 電纜 2 條,V.35 DCE 電纜 2 條;4. Co nsole電纜1條,通
2、過Co nsole電纜把PC機的COM端 口和路由器的 Con sole端口連接起來,配置路由器;四實訓操作實踐與步驟 1. R的配置過程int s0/0ip address 192.168.1.5 255.255.255.0clock rate 64000no shut int s0/1 ip address 192.168.1.2 255.255.255.0clock rate 125000no shut2R1 的配置過程int f0/0ip address 192.168.20.1 255.255.255.0 no shutint s0/0ip address 192.168.1.6 2
3、55.255.255.0 no shutrouter ospf 100network 192.168.1.6 0.0.0.0 area 0network 192.168.20.1 0.0.0.0 area 03R2 的配置過程int f0/0ip address 192.168.10.1 255.255.255.0no shutdownexitint s0/0ip address 192.168.1.1 255.255.255.0no shutdownexitrouter ospf 100network 192.168.1.1 0.0.0.0 area 0network 192.168.10.
4、1 0.0.0.0 area 04查看 DTE/DCE 電纜sho controllers s0/0顯示信息:Interface Serial0/0Hardware is PowerQUICC MPC860DTE V.35 clocks stopped.sho controller s0/0顯示信息:Interface Serial0/0Hardware is PowerQUICC MPC860DCE V.35, no clock5測試連通性ping 192.168.20.1顯示信息:Type escape sequence to abort.Sending 5, 100-byte ICMP
5、Echos to 192.168.20.1, timeout is 2 seconds: !Success rate is 100 percent (5/5), round-trip min/avg/max = 12/14/16 ms ping 192.168.10.1顯示信息:Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.10.1, timeout is 2 seconds: !Success rate is 100 percent (5/5), round-trip min/avg/max =
6、 28/29/32 msping 192.168.20.20ping 192.168.10.10ping 192.168.1.5ping 192.168.1.2ping 192.168.1.1顯示信息:Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds: !Success rate is 100 percent (5/5), round-trip min/avg/max = 40/41/44 mstrace 192.168.10.1Type escap
7、e sequence to abort.Tracing the route to 192.168.10.11 192.168.1.1 12 msec 12 msec *trace 192.168.20.1顯示信息:Type escape sequence to abort.Tracing the route to 192.168.20.11 192.168.1.6 8 msec 8 msec *6查看 OSPF 協(xié)議的路由、鄰居和接口等信息sho ip route 顯示信息:Codes: C - connected, S - static, I - IGRP, R - RIP, M - mob
8、ile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF 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-IS inter area* - candidate default, U - per-
9、user static route, o - ODRP - periodic downloaded static routeGateway of last resort is not setO 192.168.10.0/24 110/65 via 192.168.1.1, 02:37:18, Serial0/0O 192.168.20.0/24 110/65 via 192.168.1.6, 02:37:18, Serial0/1C 192.168.1.0/24 is directly connected, Serial0/0is directly connected, Serial0/1上述
10、110/65中110表示:OSPF的缺省管理距離,65表示本條路由的費用。 sho ip route顯示信息:O 192.168.10.0/24 110/129 via 192.168.1.2, 02:33:21, Serial0/0C 192.168.20.0/24 is directly connected, FastEthernet0/0C 192.168.1.0/24 is directly connected, Serial0/0 sho ip route顯示信息:C 192.168.10.0/24 is directly connected, FastEthernet0/0O 19
11、2.168.20.0/24 110/129 via 192.168.1.5, 02:27:13, Serial0/0 C 192.168.1.0/24 is directly connected, Serial0/0 sho ip route ospf顯示信息:O 192.168.10.0/24 110/65 via 192.168.1.1, 02:49:43, Serial0/0O 192.168.20.0/24 110/65 via 192.168.1.6, 02:49:43, Serial0/1 sho ip route ospf顯示信息:O 192.168.10.0/24 110/12
12、9 via 192.168.1.2, 04:17:05, Serial0/0 sho ip route ospf顯示信息:O 192.168.20.0/24 110/129 via 192.168.1.5, 04:10:08, Serial0/0 sho ip protocol顯示信息:Routing Protocol is "ospf 100"Outgoing update filter list for all interfaces is not setIncoming update filter list for all interfaces is not setRo
13、uter ID 192.168.1.5Number of areas in this router is 1. 1 normal 0 stub 0 nssa Maximum path: 4Routing for Networks:192.168.1.2 0.0.0.0 area 0192.168.1.5 0.0.0.0 area 0Routing Information Sources:Gateway Distance Last Update192.168.10.1 110 04:04:03192.168.1.5 110 04:04:03192.168.20.1 110 04:04:03Dis
14、tance: (default is 110) sho ip protocol sho ip ospf neighbor顯示信息:Neighbor ID Pri State Dead Time Address Interface192.168.10.1 1 FULL/ - 00:00:39 192.168.1.1 Serial0/0192.168.20.1 1 FULL/ - 00:00:34 192.168.1.6 Serial0/1R1#sho ip ospf neighbor / 查看路由器 R1 當前的鄰居 / Neighbor ID Pri State Dead Time Addre
15、ss Interface192.168.1.5 1 FULL/ - 00:00:37 192.168.1.2 Serial0/0R2#sho ip ospf neighbor / 查看路由器 R2 當前的鄰居 / Neighbor ID Pri State Dead Time Address Interface192.168.1.5 1 FULL/ - 00:00:36 192.168.1.5 Serial0/0 sho ip ospf neighbor detail sho ip ospf interface s0/0 顯示信息:Serial0/0 is up, line protocol
16、is upInternet Address 192.168.1.5/24, Area 0Process ID 100, Router ID 192.168.1.5, Network Type POINT_TO_POINT, Cost: 64 Transmit Delay is 1 sec, State POINT_TO_POINT,Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5Hello due in 00:00:00Index 2/2, flood queue length 0Next 0x0(0)/0x0(0)Last flood scan length is 1, maximum is 1Last flood scan time is 0 msec, maximum is 0 msecNeighbor Count is 1, Adjacent neighbor count is 1Adjacent with neighbor 192.168.10.1 Suppress hello for 0 neighbor(s) sho ip ospf interface s0/1 sho ip ospf interface s0/0sho ip ospf database顯示信息:OSPF
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 9寒冷的冬天 教學設計-2024-2025學年科學二年級上冊冀人版
- 2024年五年級語文下冊 第一單元 1 古詩三首新學習單教學實錄 新人教版
- 2023一年級數(shù)學下冊 7 找規(guī)律第1課時 找規(guī)律(1)配套教學實錄 新人教版
- 3 雪地里的小畫家 教學設計-2024-2025學年統(tǒng)編版語文一年級上冊
- 2023-2024學年清華版(2012)信息技術三年級上冊 第三單元《12課 寫字萬花筒-字型、手寫、語音輸入》教學設計
- 11《爸爸媽媽在我心中》(第2課時)教學設計-2024-2025學年道德與法治三年級上冊統(tǒng)編版
- 二零二五年度法拍房屋拍賣議價與交易稅費分擔協(xié)議
- 2025年度桶裝水電商平臺合作運營與市場拓展合同
- 二零二五年度個人對個人知識產(chǎn)權借款合同
- 二零二五年度瓷磚美縫行業(yè)人才培養(yǎng)與輸送合同
- 大班科學《燈的故事》PPT優(yōu)質課件
- 保健品概念及分類
- 水土保持監(jiān)理實施細則
- 打印版80個常見象形字(一年級必備)課件
- 自體血液回收機使用(精京3000P型)課件
- 非法捕撈水產(chǎn)品罪
- 中鋁中州礦業(yè)有限公司禹州市方山鋁土礦礦山地質環(huán)境保護和土地復墾方案
- 漿渣自分離立式磨漿機設計-畢業(yè)設計
- 《胸部疾病的CT診斷》
- 重慶2023年重慶鈊渝金融租賃股份有限公司(籌)招聘上岸提分題庫3套【500題帶答案含詳解】
- JJG 596-1999電子式電能表
評論
0/150
提交評論