求大神解决下这个题目!做好请发到308960728@qq.com
生活随笔
收集整理的這篇文章主要介紹了
求大神解决下这个题目!做好请发到308960728@qq.com
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
RIP動態路由配置 RIP是使用最廣泛的距離向量協議,通過本次配置來理解RIP協議的傳播、分析、挑選路由,來實現路由發現、路由選擇、路由切換等功能,掌握RIP動態路由信息協議的配置方法。 1.RIP配置環境與網絡拓撲結構圖 實驗設備:3臺CISCO2500路由器,每臺有2個Serial口,1個AUI口,2臺交換機,以及2條直連雙絞線,4條DCE-DTE線,1條Console線和兩個AUI轉RJ45轉接器。 ? 圖2 RIP配置網絡拓撲結構圖 2.實驗內容 配置路由器R1、R2和R3的各個接口IP地址,在每個路由器上配置RIP路由協議,然后用測試R1到R3的連通性。 3.實驗步驟 1) 將R1的S0口與R2的S1口相連 ,R2的S0口與R3的S1口相連,R1的E0口連接192.168.1.0網段,R3的E1口連接192.168.4.0網段。 2) 配置路由器各接口的IP地址。 將串行電纜一端連接到R1路由器的console口上,另外一端連接到計算機的com口上。啟動超級終端程序(Win98/2000/xp中),作適當配置,連接路由器。給路由器加電,連續鍵入數個回車,出現如下提示符,顯示路由器處于用戶模式。 路由器R1的配置: R1> R1>enable R1#configure terminal R1(config)#interface E0 R1(config-if)#ip address 192.168.1.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#interface S0 R1(config-if)#ip address 192.168.2.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#exit R1#write memory R1# copy running-config startup-config 路由器R2的配置 : R2(config)#interface S1 R2(config-if)#ip address 192.168.2.2 255.255.255.0 R2(config-if)#no shutdown? R2(config-if)#exit R2(config)#interface S0 R2(config-if)#ip address 192.168.3.1 255.255.255.0 R2(config-if)#no shutdown R2(config-if)#exit R2#write memory R2# copy running-config startup-config 路由器R3的配置: R3(config)#interface S1 R3(config-if)#ip address 192.168.3.2 255.255.255.0 R3(config-if)#no shutdown? R3(config-if)#exit R3(config)#interface E0 R3(config-if)#ip address 192.168.4.1 255.255.255.0 R3(config-if)#no shutdown R3(config-if)#exit R3#write memory R3# copy running-config startup-config 3) 配置RIP路由協議 R1>enable R1#configure terminal R1(config)#route rip#選擇RIP路由協議 R1(config-router)#network 192.168.1.0 R1(config-router)#network 192.168.2.0#所連接的網絡號,有2個網絡號 R1(config-router)#end R1#copy running-config startup-config 路由器R2的配置 R2>enable R2#configure terminal R2(config)#route rip R2(config-router)#network 192.168.2.0 R2(config-router)#network 192.168.3.0 R2#copy running-config startup-config 路由器R3的配置 R3>enable R3#configure terminal R3(config)#route rip R3(config-router)#network 192.168.3.0 R3(config-router)#network 192.168.4.0 R3#copy running-config startup-config 4)現在我們要測試線路的連通性。 測試線路連通性的方法有三種,ping、traceroute和telnet。ping可以檢測目的地是否可達;trace不僅檢測連通性,還給出到達目的地所經過的路徑;telnet測試應用層軟件的連通性。 下面分別用ping、traceroute和telnet三種方式在路由器R1上面測試到達路由器R3的E0口的連通性。 R1#ping 192.168.4.1 R1#traceroute 192.168.4.1 R1#telnet 192.168.4.1轉載于:https://blog.51cto.com/tczltczl/861973
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的求大神解决下这个题目!做好请发到308960728@qq.com的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Maven无法下载com.oracle:
- 下一篇: 在你的 iOS App中 使用 Open