下載本文檔
版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、1 / 5配置過(guò)程如下:-PC1的配置-PC1(config)#no ip routingPC1(config)#ip default-gateway 10.1.1.1PC1(config)#interface e0/0PC1(config-if)#ip address 10.1.1.100 255.255.255.0PC1(config-if)#no shutdownPC1(config-if)#endPC1#-PC2的配置-PC2#configure terminalPC2(config)#no ip routingPC2(config)#ip default-gateway 192.16
2、8.1.2PC2(config)#interface e0/0PC2(config-if)#ip address 192.168.1.100 255.255.255.0PC2(config-if)#no shutdownPC2(config-if)#end-R1的配置-R1#configure terminalR1(config)#interface f0/0R1(config-if)#ip address 10.1.1.1 255.255.255.0R1(config-if)#no shutdown R1(config-if)#interface s1/0R1(config-if)#ip a
3、ddress 12.12.12.1 255.255.255.0R1(config-if)#no shutdown R1(config-if)#interface s1/1R1(config-if)#ip address 21.21.21.1 255.255.255.0R1(config-if)#no shutdown R1(config-if)#exitR1(config)#router eigrp 100R1(config-router)#network 10.1.1.0 0.0.0.255R1(config-router)#network 12.12.12.0 0.
4、0.0.255R1(config-router)#network 21.21.21.0 0.0.0.255R1(config-router)#no auto-summaryR1(config-router)#endR1#-R2的配置-R2#configure terminalR2(config)#interface s1/0R2(config-if)#bandwidth 64R2(config-if)#ip address 12.12.12.2 255.255.255.0R2(config-if)#no shutdown R2(config-if)#interface s1/1R2(confi
5、g-if)#bandwidth 128R2(config-if)#ip address 21.21.21.2 255.255.255.0R2(config-if)#no shutdown R2(config-if)#interface f0/0R2(config-if)#ip address 192.168.1.2 255.255.255.0R2(config-if)#no shutdown R2(config-if)#exitR2(config)#router eigrp 100R2(config-router)#network 192.168.1.0 0.0.0.255R2(config-
6、router)#network 12.12.12.0 0.0.0.255R2(config-router)#network 21.21.21.0 0.0.0.255R2(config-router)#!variance 2R2(config-router)#no auto-summaryR2(config-router)#endR2#快捷配置方式,直接在SecurCRT標(biāo)簽中粘貼即可,SecurCRT的使用參考-PC1的配置-configure terminalno ip routingip default-gateway 10.1.1.1inter
7、face e0/0ip address 10.1.1.100 255.255.255.0no shutdownend-PC2的配置-configure terminalno ip routingip default-gateway 192.168.1.2interface e0/0ip address 192.168.1.100 255.255.255.0no shutdownend-R1的配置-configure terminalinterface f0/0ip address 10.1.1.1 255.255.255.0no shutdown interface s1/0ip addres
8、s 12.12.12.1 255.255.255.0no shutdown interface s1/1ip address 21.21.21.1 255.255.255.0no shutdown exitrouter eigrp 100network 10.1.1.0 0.0.0.255network 12.12.12.0 0.0.0.255network 21.21.21.0 0.0.0.255no auto-summaryend-R2的配置-configure terminalinterface s1/0bandwidth 64ip address 12.12.1
9、2.2 255.255.255.0no shutdown interface s1/1bandwidth 128ip address 21.21.21.2 255.255.255.0no shutdown interface f0/0ip address 192.168.1.2 255.255.255.0no shutdown exitrouter eigrp 100network 192.168.1.0 0.0.0.255network 12.12.12.0 0.0.0.255network 21.21.21.0 0.0.0.255no auto-
10、summaryend驗(yàn)證:在沒(méi)有修改variance的值之前,在R2上顯示路由表R2#show ip route Gateway of last resort is not set 21.0.0.0/24 is subnetted, 1 subnetsC 21.21.21.0 is directly connected, Serial1/1 10.0.0.0/24 is
11、subnetted, 1 subnetsD 10.1.1.0 90/20514560 via 21.21.21.1, 00:04:53, Serial1/1 12.0.0.0/24 is subnetted, 1 subnetsC 12.12.12.0 is directly connected, Serial1/0C 192.168.1.0/24 is directly connected, FastEthernet
12、0/0可以看到只有一條到達(dá)10.1.1.0 的路徑。配置variance 2命令:R2#configure terminalR2(config)#router eigrp 100R2(config-router)#variance 2R2#endR2#show ip route Gateway of last resort is not set 21.0.0.0/24 is subnetted, 1 subnetsC 21.21.21.0 is directly conne
13、cted, Serial1/1 10.0.0.0/24 is subnetted, 1 subnetsD 10.1.1.0 90/20514560 via 21.21.21.1, 00:00:52, Serial1/1 90/40514560 via 12.12.12.1, 00:00:52, Serial1/0 12.0.0.0/24 is subnetted, 1 subnetsC 12.12.12.0 is directly connected, Serial1/0C 192.168.1.0/24 is directly connected, FastEthernet0/0現(xiàn)在可以看到,到達(dá)10.1.1.0 有兩條路徑。說(shuō)明:variance 的值默認(rèn)是1,代表等價(jià)鏈路的均衡負(fù)載,它的取值范圍1128,這個(gè)乘數(shù)代表了可以接受的不等價(jià)鏈路的度量值的倍數(shù),在這個(gè)范圍內(nèi)的鏈路都將被接受,并
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024年物業(yè)裝修授權(quán)協(xié)議3篇
- 系統(tǒng)工程課程設(shè)計(jì)
- 小蝌蚪的進(jìn)化課程設(shè)計(jì)
- 2025至2030年中國(guó)音樂(lè)情人蠟燭行業(yè)投資前景及策略咨詢研究報(bào)告
- 2025年度城市基礎(chǔ)設(shè)施建設(shè)項(xiàng)目設(shè)計(jì)、施工一體化合同2篇
- 統(tǒng)計(jì)學(xué)軟件課程設(shè)計(jì)論文
- 電氣大學(xué)課程設(shè)計(jì)
- 2025版酒店會(huì)議室智能預(yù)訂及遠(yuǎn)程會(huì)議服務(wù)合同3篇
- 2025至2030年中國(guó)上星板鍛模行業(yè)投資前景及策略咨詢研究報(bào)告
- 2025至2030年中國(guó)一次性使用腸道沖洗袋行業(yè)投資前景及策略咨詢研究報(bào)告
- 2019北師大版高中英語(yǔ)選修一UNIT 3 單詞短語(yǔ)句子復(fù)習(xí)默寫(xiě)單
- 大班春季班級(jí)工作計(jì)劃范文
- 抖音快手短視頻創(chuàng)業(yè)項(xiàng)目融資商業(yè)策劃書(shū)
- 《新媒體導(dǎo)論》(第二版)-課件 第5、6章 新媒體的社交化:社會(huì)化媒體的發(fā)展及其應(yīng)用、新媒體的移動(dòng)化:新時(shí)空下的新傳播
- 橋梁檢修通道施工方案
- 英文寫(xiě)作課件:段落的寫(xiě)作
- 軟件設(shè)計(jì)說(shuō)明書(shū)通用模板
- 產(chǎn)業(yè)園運(yùn)營(yíng)合作協(xié)議
- 酒店治安安全培訓(xùn)
- 16J607-建筑節(jié)能門(mén)窗
- 我的家鄉(xiāng)-東營(yíng)
評(píng)論
0/150
提交評(píng)論