CCNA笔记之第二十节:RIP协议(大实验4)
RIP大實驗都是以大實驗背景為基礎,在其上進行的實驗,拓撲圖是相同的。
4. RIP大實驗4: 邊界自動匯總
1) 刪除R1上重分布到RIP的缺省路由,R1和R4上通告回環口,但發現R1的回環口:192.168.1.92和 R4的回環口:192.168.1.33卻不能互相訪問:
R1(config-router)#no redistribute static
R1(config-router)#net 192.168.1.0
R4(config-router)#net 192.168.1.0
2) R4 ping R1的回環口:結果不通
R4#ping 192.168.1.92
Sending 5, 100-byte ICMP Echos to 192.168.1.92, timeout is 2 seconds:
.....
原因是邊界自動匯總:R1和R4之間是10.1.134.0網段的,會執行邊界匯總,若在同一個主網,就不會自動匯總。
?
3) 查看R1、R4路由信息,只有直連網段的路由:
R4#sh ip rou
R 3.0.0.0/8 [120/1] via 10.1.134.1, 00:00:10, FastEthernet0/0
10.0.0.0/24 is subnetted, 1 subnets
C 10.1.134.0 is directly connected, FastEthernet0/0
192.168.1.0/27 is subnetted, 1 subnets
C 192.168.1.32 is directly connected, Loopback0
?
4) R1和R4間配置輔助地址:
R1(config)#int f0/0
R1(config-if)#ip add 192.168.1.1 255.255.255.224 secondary
R4(config)#int f0/0
R4(config-if)#ip add 192.168.1.2 255.255.255.224 secondary
5) R1回環口ping R4回環口:結果通
R1#ping 192.168.1.33 source 192.168.1.92
Sending 5, 100-byte ICMP Echos to 192.168.1.33, timeout is 2 seconds:
Packet sent with a source address of 192.168.1.92
!!!!!
6) R1、R4查看路由表,出現相互的網段信息:
R4#sh ip rou
R 3.0.0.0/8 [120/1] via 192.168.1.1, 00:00:02, FastEthernet0/0
[120/1] via 10.1.134.1, 00:00:02, FastEthernet0/0
10.0.0.0/24 is subnetted, 2 subnets
R 10.0.0.0 [120/1] via 192.168.1.1, 00:00:02, FastEthernet0/0
C 10.1.134.0 is directly connected, FastEthernet0/0
192.168.1.0/27 is subnetted, 3 subnets
R 192.168.1.64 [120/1] via 192.168.1.1, 00:00:02, FastEthernet0/0
C 192.168.1.32 is directly connected, Loopback0
C 192.168.1.0 is directly connected, FastEthernet0/0
?
本文檔由聯科教育www.ilync.cn 提供,轉載請注明出處!!
轉載于:https://blog.51cto.com/ilync/1174458
總結
以上是生活随笔為你收集整理的CCNA笔记之第二十节:RIP协议(大实验4)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: list接口中的常用方法例子
- 下一篇: 任何值得拥有的东西