網(wǎng)絡(luò)技術(shù)實驗-三路由協(xié)議四-廣域網(wǎng)_第1頁
網(wǎng)絡(luò)技術(shù)實驗-三路由協(xié)議四-廣域網(wǎng)_第2頁
網(wǎng)絡(luò)技術(shù)實驗-三路由協(xié)議四-廣域網(wǎng)_第3頁
網(wǎng)絡(luò)技術(shù)實驗-三路由協(xié)議四-廣域網(wǎng)_第4頁
網(wǎng)絡(luò)技術(shù)實驗-三路由協(xié)議四-廣域網(wǎng)_第5頁
已閱讀5頁,還剩51頁未讀 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)

文檔簡介

實驗三 路由協(xié)議3.1實驗目的:1.熟悉主機的路由配置;2.熟悉路由器的路由配置;3.掌握RIP協(xié)議的基本配置;4.掌握IGRP協(xié)議的基本配置;5.區(qū)別以上兩種路由協(xié)議的特點。3.2實驗環(huán)境實際組網(wǎng)中路由器是用來連接兩個物理網(wǎng)絡(luò)的,為了模擬實際環(huán)境,我們在實驗中采用背靠背直接相連來模擬廣域網(wǎng)連接。由于時間限制,讓我們先完成幾個簡單的背靠背實驗,每個對應一個相對獨立的內(nèi)容。如果時間充足,可以完成后面的綜合性實驗,進一步提高動手能力,深層理解路由協(xié)議。下面是簡單實驗的模擬實驗環(huán)境,共兩臺路由器,一臺交換機,兩臺PC。RTARTBS0S0E0E0SwitchPCA

PCB按照上圖的實驗組網(wǎng)建立實驗環(huán)境。有路由器的配置數(shù)據(jù)擦除后重新啟動。標準網(wǎng)線連接,不需配置。

為了不受路由器原來的配置影響, 在實驗之前請先將所交換機在此只用作連接主機和路由器用, 以便全采用3.3實驗步驟:3.3.1靜態(tài)路由清空路由器的原有配置Quidway>enableQuidway#eraseQuidway#reboot重新啟動路由器后,查看初始配置并顯示路由表如下:Quidway#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopback!interfaceSerial0encapsulationppp!interfaceSerial1encapsulationppp!endQuidway#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0配置路由器接口和PC的IP地址路由器各接口的 IP地址如下:RTARTBE0202.0.0.1/24202.0.1.1/24S0192.0.0.1/24192.0.0.2/24PC的IP地址和缺省網(wǎng)關(guān)Gateway如下:PCAPCBIP202.0.0.2/24202.0.1.2/24Gateway202.0.0.1202.0.1.1為了標識路由器,我們修改路由器名稱分別為

RTA、RTB

并按照上述表格完成

IP地址的配置之后,再次查看配置信息和路由表信息如下:RTA#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6hostnameRTA!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.0.1255.255.255.0!interfaceSerial0encapsulationpppipaddress192.0.0.1255.255.255.0!interfaceSerial1encapsulationppp!endRTA(config-if-Serial0)#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.2Serial0192.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.2/32Direct00192.0.0.2Serial0202.0.0.0/24Direct00202.0.0.1Ethernet0202.0.0.1/32Direct00127.0.0.1LoopBack0RTB的相關(guān)信息類似RTA,可以自己在實驗中顯示比較。注意:串口的配置需要在接口配置模式下完成shutdown和noshutdown命令之后才生效。完成上述配置之后,用ping命令測試網(wǎng)絡(luò)互通性,會發(fā)現(xiàn)兩個以太網(wǎng)段不能互通。你知道為什么嗎?仔細看看路由表就可以明白,路由器還沒有相關(guān)的路由項。在這里我們采用配置靜態(tài)路由的辦法來添加路由。分別在RTA,RTB上配置到對端以太網(wǎng)段的靜態(tài)路由,RTA的配置信息和路由表信息如下:RTA(config)#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6hostnameRTA!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.0.1255.255.255.0!interfaceSerial0encapsulationpppipaddress192.0.0.1255.255.255.0!interfaceSerial1encapsulationppp!exitiproute202.0.1.0255.255.255.0192.0.0.2preference60!endRTA(config)#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.2Serial0192.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.2/32Direct00192.0.0.2Serial0202.0.0.0/24Direct00202.0.0.1Ethernet0202.0.0.1/32Direct00127.0.0.1LoopBack0202.0.1.0/24Static600192.0.0.2Serial0RTB的相關(guān)信息類似RTA。比較前后路由表發(fā)現(xiàn)現(xiàn)在新增了一項靜態(tài)路由,此時再測試網(wǎng)絡(luò)互通性,可以ping通了嗎?3.3.2RIP協(xié)議在上面的實驗基礎(chǔ)上,刪除靜態(tài)路由的配置之后再啟動

RIP

協(xié)議,顯示配置信息和路由表RTA

的配置和路由表:RTA#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6hostnameRTA!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.0.1255.255.255.0!interfaceSerial0encapsulationpppipaddress192.0.0.1255.255.255.0!interfaceSerial1encapsulationppp!exitrouterripnetworkall!endRTA#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.2Serial0192.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.2/32Direct00192.0.0.2Serial0202.0.0.0/24Direct00202.0.0.1Ethernet0202.0.0.1/32Direct00127.0.0.1LoopBack0202.0.1.0/24RIP1001192.0.0.2Serial0RTB的配置和路由表:RTB#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6hostnameRTB!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.1.1255.255.255.0!interfaceSerial0clock-selectDTECLK1encapsulationpppipaddress192.0.0.2255.255.255.0!interfaceSerial1encapsulationppp!exitrouterripnetworkall!endRTB#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.1Serial0192.0.0.1/32Direct00192.0.0.1Serial0192.0.0.2/32Direct00127.0.0.1LoopBack0202.0.0.0/24RIP1001192.0.0.1Serial0202.0.1.0/24Direct00202.0.1.1Ethernet0202.0.1.1/32Direct00127.0.0.1LoopBack0測試網(wǎng)絡(luò)互通性,應該是全網(wǎng)互通的。如果不是,請檢查您的配置是否與上面的一致?,F(xiàn)在我們可以看看RIP是怎樣發(fā)現(xiàn)路由的,再特權(quán)模式下打開RIP協(xié)議調(diào)試開關(guān),有如下信息在路由器之間傳遞,它們完成了路由的交換,并形成新的路由。RTA#debugiprippacket //打開RIP協(xié)議調(diào)試開關(guān);RippacketdebuggingisonRTA#configureEnterconfigurationcommands,oneperline.Endwithcommandexit!RTA(config)#loggingconsole //使調(diào)試信息從 console口輸出;RTA(config)#RIP:sendfrom192.0.0.1to255.255.255.255(Serial0)Packet:vers1,cmdResponse,length24dest202.0.0.0 ,Metric1RIP:receiveResponsefrom192.0.0.2(Serial0)Packet:vers1,cmdResponse,length24dest202.0.1.0 ,Metric1從上面的信息可以看到

RIP協(xié)議版本為

version1,這是華為路由器的默認版本。

可以用

ipripversion2mcast

命令改變協(xié)議版本,再查看

debug

信息如下:RTA#debugiprippacketRippacketdebuggingisonRTA#RIP:receiveResponsefrom192.0.0.2(Serial0)Packet:vers2,cmdResponse,length24dest202.0.1.0 mask255.255.255.0,router0.0.0.0 ,metric1RIP:sendfrom192.0.0.1to224.0.0.9(Serial0)Packet:vers2,cmdResponse,length24dest202.0.0.0 mask255.255.255.0,router0.0.0.0 ,metric1然后使用 ipripversion2bcast命令改變協(xié)議報文的發(fā)送方式為廣播方式, 查看debug信息如下:RTA#debugiprippacketRippacketdebuggingisonRTA#RIP:receiveResponsefrom192.0.0.2(Serial0)Packet:vers2,cmdResponse,length24dest202.0.1.0 mask255.255.255.0,router0.0.0.0 ,metric1RIP:sendfrom192.0.0.1to255.255.255.255(Serial0)Packet:vers2,cmdResponse,length24dest202.0.0.0 mask255.255.255.0,router0.0.0.0 ,metric1比較以上三種情況的 debug信息,能夠發(fā)現(xiàn)它們的異同嗎?廣播地址是什么, 組播地址又是什么?華為路由器的默認狀態(tài)啟動了水平分割功能,在以上配置基礎(chǔ)上,關(guān)閉水平分割(RTA(config-if-Serial0)#noipripsplit )再看看 debug信息有什么變化嗎?RTA#debugiprippacketRippacketdebuggingisonRTA#RIP:receiveResponsefrom192.0.0.2(Serial0)Packet:vers2,cmdResponse,length44dest202.0.0.0 mask255.255.255.0,router0.0.0.0 ,metric2dest202.0.1.0 mask255.255.255.0,router0.0.0.0 ,metric1RIP:sendfrom192.0.0.1to255.255.255.255(Serial0)Packet:vers2,cmdResponse,length44dest202.0.1.0

mask255.255.255.0,router0.0.0.0

,metric2dest202.0.0.0

mask255.255.255.0,router0.0.0.0

,metric1我們比較發(fā)現(xiàn)關(guān)閉水平分割時, 交換的路由信息增加了, 這就是水平分割的作用。 水平分割規(guī)定不能將從某一網(wǎng)關(guān)送來的路由信息再送回此網(wǎng)關(guān),這就是為什么關(guān)閉水平分割時交換的路由信息增加了。下面我們再來理解驗證路由器的自動聚合功能。先修改各路由器的

E0口的

IP

地址如下:RTA

RTBE0

10.0.1.1/24

10.0.2.1/24顯示路由器配置信息和路由表信息如下:RTA#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6loggingconsolehostnameRTA!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress10.0.1.1255.255.255.0!interfaceSerial0encapsulationpppipaddress192.0.0.1255.255.255.0ipripversion2bcast!interfaceSerial1encapsulationppp!exitrouterripnetworkall!endRTA#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface10.0.1.0/24Direct0010.0.1.1Ethernet010.0.1.1/32Direct00127.0.0.1LoopBack0127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.2Serial0192.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.2/32Direct00192.0.0.2Serial0然后在協(xié)議配置模式下關(guān)閉自動聚合功能,顯示路由表信息如下:RTA(config-router-rip)#noauto-summaryRTA(config-router-rip)#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface10.0.1.0/24Direct0010.0.1.1Ethernet010.0.1.1/32Direct00127.0.0.1LoopBack010.0.2.0/24RIP1001192.0.0.2Serial0127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.2Serial0192.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.2/32Direct00192.0.0.2Serial0比較前后兩次的路由表信息,會發(fā)現(xiàn)關(guān)閉自動聚合功能時增加了一條動態(tài)路由,知道為什么嗎?然后改變協(xié)議版本( ipripversion1)并使之生效,并在關(guān)閉和啟動自動聚合功能下顯示路由表信息會發(fā)現(xiàn)都沒有動態(tài)路由項產(chǎn)生,知道為什么嗎?因為version1不支持可變長子網(wǎng)掩碼,而10.0.1.1與10.0.2.1屬于A類地址,自然掩碼為8位,屬于同一網(wǎng)段的地址。路由表信息如下:RTA(config-if-Serial0)#shoiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface10.0.1.0/24Direct0010.0.1.1Ethernet010.0.1.1/32Direct00127.0.0.1LoopBack0127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.2Serial0192.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.2/32Direct00192.0.0.2Serial0你還可以在接口配置模式下配置命令ipripversion2mcast后,顯示路由表信息看看又是什么情況。比較上述幾種情況下的路由信息,總結(jié)version1和version2的異同,mcast和bcast的異同以及水平分割和自動聚合的功能。3.3.3IGRP協(xié)議IGRP協(xié)議是RIP協(xié)議的改進型距離矢量路由協(xié)議,但它有更加準確的綜合路有權(quán),適用于更大的網(wǎng)絡(luò)。下面我們就來研究一下復到做RIP協(xié)議實驗之前的配置。

IGRP然后啟動

協(xié)議,實驗環(huán)境同上,將路由器和 PC的配置恢IGRP協(xié)議,顯示路由器的配置信息和路由表信息如下:RTA的相關(guān)信息:RTA#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6loggingconsolehostnameRTA!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.0.1255.255.255.0!interfaceSerial0encapsulationpppipaddress192.0.0.1255.255.255.0!interfaceSerial1encapsulationppp!exitrouterigrpasystem100networkall!endRTA#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.2Serial0192.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.2/32Direct00192.0.0.2Serial0202.0.0.0/24Direct00202.0.0.1Ethernet0202.0.0.1/32Direct00127.0.0.1LoopBack0202.0.1.0/24IGRP80158300192.0.0.2Serial0RTB的相關(guān)信息:RTB#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6hostnameRTB!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.1.1255.255.255.0!interfaceSerial0clock-selectDTECLK1encapsulationpppipaddress192.0.0.2255.255.255.0!interfaceSerial1encapsulationppp!exitrouterigrpasystem100networkall!endRTB#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.1Serial0192.0.0.1/32Direct00192.0.0.1Serial0192.0.0.2/32Direct00127.0.0.1LoopBack0202.0.0.0/24IGRP80158300192.0.0.1Serial0202.0.1.0/24Direct00202.0.1.1Ethernet0202.0.1.1/32Direct00127.0.0.1LoopBack0同樣測試網(wǎng)絡(luò)的互通性,應該能夠全網(wǎng)ping通。在此基礎(chǔ)上修改路由器的E0口的IP地址并顯示路由表信息如下:RTA(config-if-Ethernet0)#ipaddress11.0.0.1255.255.255.0RTB(config-if-Ethernet0)#ipaddress10.0.1.1255.255.255.0RTA#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface10.0.0.0/8IGRP80158300192.0.0.2Serial011.0.0.0/24Direct0011.0.0.1Ethernet011.0.0.1/32Direct00127.0.0.1LoopBack0127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.2Serial0192.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.2/32Direct00192.0.0.2Serial0RTB#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface10.0.1.0/24Direct0010.0.1.1Ethernet010.0.1.1/32Direct00127.0.0.1LoopBack011.0.0.0/8IGRP80158300192.0.0.1Serial0127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.1Serial0192.0.0.1/32Direct00192.0.0.1Serial0192.0.0.2/32

Direct

0

0

127.0.0.1

LoopBack0仔細查看路由表會發(fā)現(xiàn)動態(tài)路由項的子網(wǎng)掩碼為8位,而我們命令配置的是24位,為什么呢?這是因為IGRP協(xié)議只支持自然掩碼而不能像RIP-2那樣支持可變長子網(wǎng)掩碼。同時還可以比較RIP和IGRP的metric和preference,區(qū)別上述兩種路由協(xié)議。3.3.4 綜合實驗到此,我們完成了幾個簡單的實驗,您都掌握了嗎?如果掌握了,請繼續(xù)下面的綜合實驗,進一步提高您的水平。下面是綜合實驗的模擬環(huán)境,實驗共需要四臺路由器一臺交換機和四臺主機。RTARTBRTCRTDS0S0S1S1S0S0E0E0E0E0SwitchPCA

PCB

PCC

PCD按照上圖的實驗組網(wǎng)建立實驗環(huán)境。有路由器的配置數(shù)據(jù)擦除后重新啟動。準網(wǎng)線連接,不需要配置。

為了不受路由器原來的配置影響, 在實驗之前請先將所交換機在此只用作連接主機和路由器, 以便全采用標配置各主機和路由器接口的

IP

地址各路由器的接口 IP地址分配如下:RTARTBRTCRTDE0202.0.0.1/24202.0.1.1/24202.0.2.1/24202.0.3.1/24S0192.0.0.1/24192.0.0.2/24192.0.2.1/24192.0.2.2/24S1192.0.1.1/24192.0.1.2/24各主機的IP地址和缺省網(wǎng)關(guān)分配如下:PCAPCBPCCPCDIP202.0.0.2/24202.0.1.2/24202.0.2.2/24202.0.3.2/24Gateway202.0.0.1202.0.1.1202.0.2.1202.0.3.1啟動路由協(xié)議及配置靜態(tài)路由在RTA與RTB之間配置靜態(tài)路由, RTB與RTC之間啟動 RIP協(xié)議,RTC與RTD之間啟動IGRP協(xié)議。具體使能哪些網(wǎng)段詳見配置信息。在此,我們先不配置路由引入,看能否實現(xiàn)全網(wǎng)互通。配置好后,用showrunning-config命令查看配置信息如下:路由器A的配置信息:RTA#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6loggingconsolehostnameRTA!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.0.1255.255.255.0!interfaceSerial0encapsulationpppipaddress192.0.0.1255.255.255.0!interfaceSerial1encapsulationppp!exitiproute0.0.0.00.0.0.0192.0.0.2preference60!end路由器B的配置信息:RTB#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6loggingconsolehostnameRTB!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.1.1255.255.255.0!interfaceSerial0clock-selectDTECLK1encapsulationpppipaddress192.0.0.2255.255.255.0!interfaceSerial1clock-selectDTECLK1encapsulationpppipaddress192.0.1.1255.255.255.0!exitrouterripnetwork202.0.1.0network192.0.1.0!exitiproute202.0.0.0255.255.255.0192.0.0.1preference60!end路由器C的配置信息:RTC#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6hostnameRTC!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.2.1255.255.255.0!interfaceSerial0encapsulationpppipaddress192.0.2.1255.255.255.0!interfaceSerial1encapsulationpppipaddress192.0.1.2255.255.255.0!exitrouterripnetwork202.0.2.0network192.0.1.0!routerigrpnetwork202.0.2.0network192.0.2.0!end路由器D的配置信息:RTD#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6hostnameRTD!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.3.1255.255.255.0!interfaceSerial0encapsulationpppipaddress192.0.2.2255.255.255.0!interfaceSerial1encapsulationppp!exitrouterigrpasystem100network202.0.3.0network192.0.2.0!end檢查配置與以上配置相同后,用ping命令測試網(wǎng)絡(luò)互通情況,我們會發(fā)現(xiàn)跨越路由器的網(wǎng)段不能互通,如202.0.0.0網(wǎng)段不能與202.0.2.0網(wǎng)段互通。在RTA上不能ping通192.0.2.0網(wǎng)段。這是由于不同路由協(xié)議發(fā)現(xiàn)的路由沒有互相傳遞。通過查看路由器的路由信息可知不同路由協(xié)議之間沒有相互交換路由信息,所以路由器不能發(fā)現(xiàn)整網(wǎng)的路由,從而不能全網(wǎng)互通。各路由器的路由表信息如示:路由器A的路由表:RTA#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface0.0.0.0/0Static600192.0.0.2Serial0127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.2Serial0192.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.2/32Direct00192.0.0.2Serial0202.0.0.0/24Direct00202.0.0.1Ethernet0202.0.0.1/32Direct00127.0.0.1LoopBack0路由器B的路由表:RTB#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.1Serial0192.0.0.1/32Direct00192.0.0.1Serial0192.0.0.2/32Direct00127.0.0.1LoopBack0192.0.1.0/24Direct00192.0.1.2Serial1192.0.1.1/32Direct00127.0.0.1LoopBack0192.0.1.2/32Direct00192.0.1.2Serial1202.0.0.0/24Static600192.0.0.1Serial0202.0.1.0/24Direct00202.0.1.1Ethernet0202.0.1.1/32Direct00127.0.0.1LoopBack0202.0.2.0/24RIP1001192.0.1.2Serial1路由器C的路由表:RTC#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.1.0/24Direct00192.0.1.1Serial1192.0.1.1/32Direct00192.0.1.1Serial1192.0.1.2/32Direct00127.0.0.1LoopBack0192.0.2.0/24Direct00192.0.2.2Serial0192.0.2.1/32Direct00127.0.0.1LoopBack0192.0.2.2/32Direct00192.0.2.2Serial0202.0.1.0/24RIP1001192.0.1.1Serial1202.0.2.0/24Direct00202.0.2.1Ethernet0202.0.2.1/32Direct00127.0.0.1LoopBack0202.0.3.0/24IGRP80158300192.0.2.2Serial0路由器D的路由表:RTD#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.2.0/24Direct00192.0.2.1Serial0192.0.2.1/32Direct00192.0.2.1Serial0192.0.2.2/32Direct00127.0.0.1LoopBack0202.0.2.0/24IGRP80158300192.0.2.1Serial0202.0.3.0/24Direct00202.0.3.1Ethernet0202.0.3.1/32Direct00127.0.0.1LoopBack0引入其它路由協(xié)議為了實現(xiàn)全網(wǎng)互通,我們需要路由器能在不同協(xié)議之間交換路由信息或者全網(wǎng)運行同一種路由協(xié)議,但實際網(wǎng)絡(luò)中往往需要運行多種路由協(xié)議, 所以我們在這里有必要介紹如何讓不同路由協(xié)議交換路由信息。這涉及到路由引入即引入其它路由協(xié)議發(fā)現(xiàn)的路由。下面是配置完路由引入后各路由器的配置信息和路由信息表:路由器A:RTA(config)#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6loggingconsolehostnameRTA!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.0.1255.255.255.0!interfaceSerial0encapsulationpppipaddress192.0.0.1255.255.255.0!interfaceSerial1encapsulationppp!exitiproute0.0.0.00.0.0.0192.0.0.2preference60!endRTA(config)#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface0.0.0.0/0Static600192.0.0.2Serial0127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.2Serial0192.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.2/32Direct00192.0.0.2Serial0202.0.0.0/24Direct00202.0.0.1Ethernet0202.0.0.1/32Direct00127.0.0.1LoopBack0路由器B:RTB#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6loggingconsolehostnameRTB!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.1.1255.255.255.0ipripversion2mcast!interfaceSerial0clock-selectDTECLK1encapsulationpppipaddress192.0.0.2255.255.255.0!interfaceSerial1clock-selectDTECLK1encapsulationpppipaddress192.0.1.1255.255.255.0ipripversion2mcast!exitrouterripnetwork192.0.1.0network202.0.1.0redistributeconnectedmetric2redistributestaticmetric2

//引入直連路由;//引入靜態(tài)路由;!exitiproute202.0.0.0255.255.255.0192.0.0.1preference60!endRTB#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.1Serial0192.0.0.1/32Direct00192.0.0.1Serial0192.0.0.2/32Direct00127.0.0.1LoopBack0192.0.1.0/24Direct00192.0.1.2Serial1192.0.1.1/32Direct00127.0.0.1LoopBack0192.0.1.2/32Direct00192.0.1.2Serial1192.0.2.0/24RIP1002192.0.1.2Serial1202.0.0.0/24Static600192.0.0.1Serial0202.0.1.0/24Direct00202.0.1.1Ethernet0202.0.1.1/32Direct00127.0.0.1LoopBack0202.0.2.0/24RIP1001192.0.1.2Serial1202.0.3.0/24RIP1002192.0.1.2Serial1路由器C:RTC#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6loggingconsolehostnameRTC!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.2.1255.255.255.0ipripversion2mcast!interfaceSerial0encapsulationpppipaddress192.0.2.1255.255.255.0!interfaceSerial1encapsulationpppipaddress192.0.1.2255.255.255.0ipripversion2mcast!exitrouterripnetwork192.0.1.0network202.0.2.0redistributeconnectedmetric2redistributeigrpmetric2

//引入直連路由;//引入IGRP協(xié)議路由;!routerigrpasystem100default-metric204810001001001000

//設(shè)定缺省路有權(quán);network192.0.2.0network202.0.2.0redistributeconnectedmetric10010001001001000

//引入直連路由;redistributerip

//引入

RIP

協(xié)議路由;!endRTC#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24RIP1002192.0.1.1Serial1192.0.1.0/24Direct00192.0.1.1Serial1192.0.1.1/32Direct00192.0.1.1Serial1192.0.1.2/32Direct00127.0.0.1LoopBack0192.0.2.0/24Direct00192.0.2.2Serial0192.0.2.1/32Direct00127.0.0.1LoopBack0192.0.2.2/32Direct00192.0.2.2Serial0202.0.0.0/24RIP1002192.0.1.1Serial1202.0.1.0/24RIP1001192.0.1.1Serial1202.0.2.0/24Direct00202.0.2.1Ethernet0202.0.2.1/32Direct00127.0.0.1LoopBack0202.0.3.0/24IGRP80158300192.0.2.2Serial0路由器D:RTD#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6hostnameRTD!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.3.1255.255.255.0!interfaceSerial0encapsulationpppipaddress192.0.2.2255.255.255.0!interfaceSerial1encapsulationppp!exitrouterigrpasystem100network192.0.2.0network202.0.3.0!endRTD#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24IGRP80159200192.0.2.1Serial0192.0.1.0/24IGRP80159200192.0.2.1Serial0192.0.2.0/24Direct00192.0.2.1Serial0192.0.2.1/32Direct00192.0.2.1Serial0192.0.2.2/32Direct00127.0.0.1LoopBack0202.0.0.0/24IGRP80159200192.0.2.1Serial0202.0.1.0/24IGRP80159200192.0.2.1Serial0202.0.2.0/24IGRP80158300192.0.2.1Serial0202.0.3.0/24Direct00202.0.3.1Ethernet0202.0.3.1/32Direct00127.0.0.1LoopBack0從路由表可以看出,引入其他路由協(xié)議之后每個路由器的路由表都增加了幾條新的路由記錄,這就是通過路由引入從其他路由協(xié)議學習到的路由信息?,F(xiàn)在我們再次測試全網(wǎng)的互通情況,會發(fā)現(xiàn)各網(wǎng)段的主機都可以互通了。知道為什么了嗎?實驗四 廣域網(wǎng)協(xié)議4.1實驗目的:掌握PPP協(xié)議的基本原理及基本配置;掌握PPP驗證原理及過程以及兩種驗證方式的配置;熟悉MP協(xié)議的基本原理和基本配置;掌握X.25協(xié)議的基本原理和基本配置;掌握幀中繼的基本原理和基本配置;熟悉幀中繼子接口的配置;掌握在廣域網(wǎng)協(xié)議上配置RIP協(xié)議。4.2實驗環(huán)境:在實驗室中,沒有真正的廣域網(wǎng)存在。為了讓我們完成相關(guān)實驗,我們采用背靠背的連接來模擬廣域網(wǎng)。實驗模擬環(huán)境如下:RTARTBS0S0E0E0SwitchPCA PCB為了保證配置不受影響,請在實驗之前清除路由器的所有配置后重新啟動。4.3實驗步驟:4.3.1PPP協(xié)議協(xié)議是廣泛應用的廣域網(wǎng)協(xié)議,也是最簡單,最基本的廣域網(wǎng)協(xié)議。華為路由器的同異步串口上的缺省封裝也采用PPP協(xié)議,所以我們首先研究一下PPP協(xié)議。配置路由器的接口 IP地址和主機的 IP地址及缺省網(wǎng)關(guān)路由器的接口 IP地址分配如下:RTARTBE0202.0.0.1/24202.0.1.1/24S0192.0.0.1/24192.0.0.2/24主機(PC)IP地址和Gateway分配如下:PCAPCBIP202.0.0.2/24202.0.1.2/24Gateway202.0.0.1202.0.1.1配置完接口 IP地址和主機地址,修改路由器名稱后顯示RTA#showrunning-configNowcreateconfiguration...Currentconfiguration!

RTA的配置信息和路由表信息如下:version1.5.6hostnameRTA!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.0.1255.255.255.0!interfaceSerial0encapsulationpppipaddress192.0.0.1255.255.255.0!interfaceSerial1encapsulationppp!endRTA(config-if-Serial0)#showiprouteRoutingTables:Destination/MaskProtoPrefMetricNexthopInterface127.0.0.0/8Direct00127.0.0.1LoopBack0127.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.0/24Direct00192.0.0.2Serial0192.0.0.1/32Direct00127.0.0.1LoopBack0192.0.0.2/32Direct00192.0.0.2Serial0202.0.0.0/24Direct00202.0.0.1Ethernet0202.0.0.1/32Direct00127.0.0.1LoopBack0RTB的相關(guān)信息類似RTA。從配置信息可以看出我們還沒有在接口上封裝廣域網(wǎng)協(xié)議,但實際上已經(jīng)被封裝了PPP協(xié)議,這就是華為路由器的缺省封裝。配置PPP協(xié)議驗證驗證有PAP驗證和CHAP驗證兩種,前者是明文驗證,后者是密文認證。具體工作原理詳見教材。配置驗證時,一般采用單向驗證即可,也可以配置雙向驗證。 在此我們配置單向驗證。RTA作為主驗證方, RTB為被驗證方。在配置中要注意雙方的密碼必須一致且區(qū)分大小寫,在配置完成后,需要在接口上shutdown和noshutdown使之生效才能檢測是否配置正確。配置完P(guān)AP驗證并啟動RIP協(xié)議后的showrunning-config信息如下:RTA(config-if-Serial0)#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6userRTBservice-typeppppassword0aaa //配置用戶列表loggingconsolehostnameRTA!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.0.1255.255.255.0!interfaceSerial0encapsulationppppppauthentication pap //授權(quán)PAP驗證ipaddress192.0.0.1255.255.255.0!interfaceSerial1encapsulationppp!exitrouterrip

//啟動

RIP

協(xié)議networkall

//使能各網(wǎng)段!endRTB(config-if-Serial0)#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6loggingconsolehostnameRTB!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.1.1255.255.255.0!interfaceSerial0clock-selectDTECLK1encapsulationpppppppapsent-usernameRTBpassword 0aaa //配置PAP用戶名ipaddress192.0.0.2255.255.255.0!interfaceSerial1encapsulationppp!exitrouterripnetworkall!end如果配置正確,顯示接口信息,會發(fā)現(xiàn)IPCPopened。如果配置有誤,驗證沒有通過會有IPCPinitial。下面是驗證通過時的接口信息:RTA(config-if-Serial0)#showinterfaceserial0Serial0isup,lineprotocolisupphysicallayerissynchronous,baudrateis64000bpsinterfaceisDCE,clockisDCECLK,cabletypeisV35Internetaddressis192.0.0.1 255.255.255.0EncapsulationisPPPLCPopened,IPCPopened,IPXCPinitial,CCPinitial5minutesinputrate6.67bytes/sec,0.27packets/sec5minutesoutputrate6.61bytes/sec,0.27packets/secInputqueue:(size/max/drops)0/50/0Queueingstrategy:FIFOOutputQueue:(size/max/drops)0/50/0342packetsinput, 8312bytes,0nobuffers341packetsoutput,8332bytes,0nobuffers0inputerrors,0CRC,0frameerrors0overrunners,0abortedsequences,0inputnobuffersDCD=UP DTR=UP DSR=UP RTS=UP CTS=UP配置完CHAP驗證之后的 showrunning-config 信息:RTA(config-if-Serial0)#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6userRTBservice-typeppppassword0aaaloggingconsolehostnameRTA!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.0.1255.255.255.0!interfaceSerial0encapsulationppppppauthentication chap //授權(quán)CHAP驗證pppchaphostRTA //配置本地名稱ipaddress192.0.0.1255.255.255.0!interfaceSerial1encapsulationppp!exitrouterripnetworkall!endRTB(config)#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6userRTAservice-typeppppassword0aaaloggingconsolehostnameRTB!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.1.1255.255.255.0!interfaceSerial0clock-selectDTECLK1encapsulationppppppchaphostRTBipaddress192.0.0.2255.255.255.0!interfaceSerial1encapsulationppp!exitrouterripnetworkall!end該實驗配置簡單,但涉及的原理非常重要, 在完成實驗時一定要掌握兩種驗證的原理和工作方式以及兩者的異同。MultilinkPPP由于串口的帶寬有限,需要增加帶寬時,人們想到了將多個 PPP鏈路捆綁使用來增加帶寬即MultilinkPPP,簡稱MP。為了讓我們深入理解MP,我們來完成下面的實驗,實驗中兩臺路由器的兩個串口分別背靠背連接。模擬實驗環(huán)境如下:S1S1RTAS0S0RTBE0E0SwitchPCA PCB具體實驗步驟如下:增加用戶;創(chuàng)建虛擬接口模板;將接口加入MP通道;為用戶指定虛擬接口模板;配置CHAP驗證。(注意:在MP中要求配置雙方驗證)完成上述步驟之后,顯示RTA配置信息如下:(RTB類似RTA)TRA#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6userrtbservice-typeppppassword0aaa

//增加用戶multilink-userrtbbindVirtual-Template1

//為用戶指定虛擬接口模板hostnameTRA!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.0.1255.255.255.0!interfaceSerial0encapsulationppp

//封裝

PPPpppauthentication

chap

//授權(quán)驗證pppmultilink

//加入

MP

通道pppchaphostrta

//配置本地名稱!interfaceSerial1encapsulationppppppauthenticationpppmultilinkpppchaphostrta

chap!interfaceVirtual-Template1

//創(chuàng)建虛擬接口模板ipaddress192.0.0.1255.255.255.0

//配置虛擬接口模板的工作參數(shù)!exitrouterripnetworkall!end完成上述配置之后,各接口和主機應該能夠相互

ping

通。在配置

MP

之后,打開

PPP調(diào)試開關(guān),我們還可以看到如下調(diào)試信息:RTB#debugppppacketPPPpacketdebugflagisonPPP-MP:Serial0OPkts,flagBE,SeqNumber27Serial0PPPOMP(003d)Pkt,Len62,

FlagBE,SeqNum26Serial1PPPIMP(003d)Pkt,Len62,

FlagBE,SeqNum25從調(diào)試信息可以知道 S0,S1工作在MP方式下。4.3.2X.25協(xié)議X.25協(xié)議是數(shù)據(jù)終端設(shè)備( DTE)和數(shù)據(jù)電路終結(jié)設(shè)備( DCE)之間的接口規(guī)程。它分為分組層、數(shù)據(jù)鏈路層、物理層三層,而 PPP協(xié)議只有兩層,所以在配置上也存在許多差異,在實驗中我們應該多加比較總結(jié)。下面我們來完成如下實驗,以便深入了解 X.25協(xié)議。實驗環(huán)境仍采用 PPP實驗的模擬環(huán)境,初始配置都一樣。然后在接口上封裝 X.25協(xié)議和啟動RIP協(xié)議,完成配置后顯示配置信息如下:RTA#showrunning-configNowcreateconfiguration...Currentconfiguration!version1.5.6hostnameRTA!interfaceAux0asyncmodeinteractiveencapsulationppp!interfaceEthernet0speedautoduplexautonoloopbackipaddress202.0.0.1255.255.255.0!interfaceSerial0encapsulationx25dceietf

//封裝

X.25

協(xié)議,接口類型為DCE,封裝格式為

IETFx25address2002100001

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
  • 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論