日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

CCNA笔记之第二十节:RIP协议(大实验4)

發布時間:2025/3/17 编程问答 31 豆豆
生活随笔 收集整理的這篇文章主要介紹了 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)的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。