h3c_rip附加相关视频
實驗目標:h3crip
實驗柘樸:
?
?ip設置如下(本實驗只包含R1 R2和R3):
啟用RIP實現網絡的互通(R1):
rip 1
network 172.16.0.0
?network 192.168.1.0
其它路由器類似,需要發布自己直連的網段,只宣告大類
測試:
<RT1>ping -c 1 10.10.0.1
? PING 10.10.0.1: 56? data bytes, press CTRL_C to break
??? Request time out
?--- 10.10.0.1 ping statistics ---
??? 1 packet(s) transmitted
??? 0 packet(s) received
??? 100.00% packet loss
開啟版本2(在接口下,所有的路由器都要做):
interface Serial0/2/0
?link-protocol ppp
?ip address 192.168.1.1 255.255.255.0
?rip version 2 multicast
取消匯總 被動接口和單播更新:
rip 1
?undo summary?????????????取消匯總?
?peer 192.168.1.2?????????單播更新
?network 172.16.0.0
?network 192.168.1.0
?silent-interface all??????????? 被動接口
手工匯總(在接口下):
interface Serial0/2/0
?link-protocol ppp
?ip address 192.168.1.1 255.255.255.0
?rip version 2 multicast
?rip summary-address 172.16.0.0 255.255.248.0
#
匯總結果如下?:(R2)
[RT2]display ip routing-table
Routing Tables: Public
??????? Destinations : 10?????? Routes : 10
Destination/Mask??? Proto? Pre? Cost???????? NextHop???????? Interface
10.10.0.0/21??????? RIP??? 100? 1??????????? 192.168.2.2???? S0/2/2
127.0.0.0/8???????? Direct 0??? 0??????????? 127.0.0.1?????? InLoop0
127.0.0.1/32??????? Direct 0??? 0??????????? 127.0.0.1?????? InLoop0
172.16.0.0/21?????? RIP??? 100? 1??????????? 192.168.1.1???? S0/2/0
192.168.1.0/24????? Direct 0??? 0??????????? 192.168.1.2???? S0/2/0
192.168.1.1/32????? Direct 0??? 0??????????? 192.168.1.1???? S0/2/0
192.168.1.2/32????? Direct 0??? 0??????????? 127.0.0.1?????? InLoop0
192.168.2.0/24????? Direct 0??? 0??????????? 192.168.2.1???? S0/2/2
192.168.2.1/32????? Direct 0??? 0??????????? 127.0.0.1?????? InLoop0
192.168.2.2/32????? Direct 0??? 0??????????? 192.168.2.2???? S0/2/2
[RT2]
實現驗證(兩端都要做):
[RT1-Serial0/2/0]rip authentication-mode md5 rfc2082 123 1
觸發更新(兩端都要做):
[RT1]interface Serial 0/2/0
[RT1-Serial0/2/0]
[[RT1-Serial0/2/0]rip triggered
本人制做相關視頻:(共8個文件)
http://down.51cto.com/data/134656
http://down.51cto.com/data/134659
http://down.51cto.com/data/134661
http://down.51cto.com/data/134664
http://down.51cto.com/data/134665
http://down.51cto.com/data/134669
http://down.51cto.com/data/134671
http://down.51cto.com/data/134672
?
轉載于:https://blog.51cto.com/sngyqd/406457
總結
以上是生活随笔為你收集整理的h3c_rip附加相关视频的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ATT将在伦敦建设第二个数据中心
- 下一篇: 全局变量用常量初始化----C和C++的