




版權說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權,請進行舉報或認領
文檔簡介
1、10.1 實驗三 廣域網(wǎng)協(xié)議配置26910.1.1 Frame Relay 配置269 幀中繼子接口配置272L000 0072 Frame Delay 上機指導Huawei Technologies10.1.1 Frame Relay 配置1. 實驗內(nèi)容:配置幀中繼協(xié)議,在廣域網(wǎng)協(xié)議上配置RIP2. 實驗目的:掌握幀中繼配置3. 4. 實驗步驟:(1) 封裝接口;(2) 配置幀中繼接口的終端類型;(3) 選擇LMI類型;(4) 在DCE上分配DLCI;(5) 啟動inverse-arp逆向地址解析協(xié)議(默認已經(jīng)啟動);(6) 啟動RIP協(xié)議。完成上述配置之后,顯示配置信息如下:RTAdisp
2、lay current-configuration Now create configuration. Current configuration ! version 1.74 firewall enable sysname RTA encrypt-card fast-switch ! interface Aux0 async mode flow phy-mru 0 link-protocol ppp ! interface Ethernet0 ! interface Serial0 clock DTECLK1 link-protocol fr/封裝幀中繼接口 ! interface Seri
3、al1 link-protocol ppp ! quit rip network all ! quit ! returnRTBdisplay current-configuration Now create configuration. Current configuration ! version 1.74 firewall enable sysname RTB fr switching/使能幀中繼交換 encrypt-card fast-switch ! interface Aux0 async mode flow phy-mru 0 phy-mru 0 ! interface Ether
4、net0 ! interface Serial0 link-protocol fr fr interface-type DCE/封裝幀中繼接口類型 fr dlci 20/為接口分配DLCI quit ! interface Serial1 clock DTECLK1 link-protocol ppp ! quit rip network all ! quit ! return在上述配置信息中,有部分信息沒有顯示出來,那是由于華為路由器有默認配置,當我們的配置與默認配置相同時,在display current-configuration信息中就不會顯示。與X.25相比,幀中繼啟動RIP協(xié)議同樣
5、需要配置peer命令;但要將接口封裝成DCE設備,必須先使能幀中繼交換;在接口上可以不配置地址映射,只需要在DCE側分配DLCI值即可。這是因為幀中繼支持逆向地址解析協(xié)議(inverse ARP),它可以動態(tài)的建立MAP。您可以查看幀中繼的地址映射表看到如下信息:RTAdisplay fr mapInterface:Serial0(protocol status is up) ip address:192.0.0.2, dlci:20(0x14), map-type:dynamic broadcast:yes, framerelay type:IETF, link status:active
6、RTBdisplay fr mapInterface:Serial0(protocol status is up) ip address:192.0.0.1, dlci:20(0x14), map-type:dynamic broadcast:yes, framerelay type:IETF, link status:active當然,我們也可以手工建立地址映射,為了能讓我們確認我們的配置是否正確,請你先在兩側路由器上關閉逆向地址解析協(xié)議功能(undo fr inarp)。然后分別給各接口分配DLCI值,最后手工創(chuàng)建地址映射(fr map ip ip-address dlci dlci),其
7、中ip-address是對端的IP地址,dlci是對端設備的幀中繼地址(實際上是本端的DLCI)。完成上述配置之后,再次查看幀中繼地址映射表可以看到如下信息:RTAdisplay fr mapInterface:Serial0(protocol status is up) ip address:192.0.0.2, dlci:20(0x14), map-type:static broadcast:no, framerelay type:IETF, link status:activeRTBdisplay fr mapInterface:Serial0(protocol status is up
8、) ip address:192.0.0.1, dlci:20(0x14), map-type:static broadcast:no, framerelay type:IETF, link status:active此時測試網(wǎng)絡互通性,應該是正常的。您還可以去掉手工創(chuàng)建的地址映射后,再看看地址映射表里面有沒有地址映射項。此時網(wǎng)絡還通嗎?10.1.2 幀中繼子接口配置1. 實驗內(nèi)容:配置幀中繼子接口2. 實驗目的:掌握幀中繼子接口的配置及應用3. 實驗環(huán)境:在幀中繼中,為了解決水平分割帶來的影響,增加了新的功能,那就是子接口??梢栽谝粋€物理接口上創(chuàng)建多個子接口分別連接不同的子網(wǎng)路由器,每個子接
9、口都有自己的網(wǎng)絡地址,相當于獨立的物理接口,這就解決了水平分割帶來的影響。為了掌握它,我們來完成如下實驗。模擬實驗環(huán)境需要四臺路由器,一臺PC即可,PC作配置用。實驗組網(wǎng)如圖10-68所示:圖10-1 幀中繼子接口配置圖中,中間一臺路由器用作幀中繼交換使用,需要多個串口,如果在實驗室沒有多串口路由器,可以減少一臺路由器RTC就可以完成實驗了。4. 實驗步驟:(1) 配置幀中繼交換機,使能幀中繼交換,配置幀中繼接口類型,配置PVC路由;(2) 在RTA上創(chuàng)建子接口,分配DLCI,創(chuàng)建地址映射,配置IP地址;(3) 在RTB、RTC上分配DLCI,創(chuàng)建地址映射,配置IP地址。完成上述配置后,顯示配
10、置信息如下:RTAdisplay current-configuration Now create configuration. Current configuration ! version 1.74 firewall enable sysname RTA encrypt-card fast-switch ! interface Aux0 async mode flow phy-mru 0 link-protocol ppp ! interface Ethernet0 ! interface Serial0 clock DTECLK1 link-protocol fr ! interface
11、 Serial0.1 MultiPoint/創(chuàng)建子接口 ip address 192.0.0.1 255.255.255.0 fr map ip 192.0.0.2 dlci 300/建立地址映射 fr dlci 300/分配DLCI quit ! interface Serial0.2 MultiPoint fr map ip 192.0.1.2 dlci 400 fr dlci 400 quit ! interface Serial1 link-protocol ppp ! returnRTBdisplay current-configuration Now create configur
12、ation. Current configuration ! version 1.74 firewall enable sysname RTB encrypt-card fast-switch ! interface Aux0 async mode flow phy-mru 0 link-protocol ppp ! interface Ethernet0 ! interface Serial0 link-protocol fr fr map ip 192.0.0.1 dlci 100 fr dlci 100 quit ! interface Serial1 link-protocol ppp
13、 ! returnRTCdisplay current-configuration Now create configuration. Current configuration ! version 1.74 firewall enable sysname RTC encrypt-card fast-switch ! interface Aux0 async mode flow phy-mru 0 link-protocol ppp ! interface Ethernet0 ! interface Serial0 clock DTECLK1 link-protocol fr fr map i
14、p 192.0.1.1 dlci 200 fr dlci 200 quit ! interface Serial1 link-protocol ppp ! returnframe-relay-switch-Serial0display current-configuration Now create configuration. Current configuration ! version 1.74 firewall enable sysname frame-relay-switch /使能幀中繼交換 fr switching ! interface Aux0 async mode flow
15、 phy-mru 0 link-protocol ppp ! interface Ethernet0 ! interface Serial0 link-protocol frame fr interface-type DCEfr dlci-switch pvc 300 interface Serial 1 dlci 100 /配置PVC交換路由fr dlci-switch pvc 400 interface Serial 2 dlci 200 ! interface Serial1 link-protocol fr fr interface-type DCE fr dlci-switch pvc 100 interface Serial 0 dlci 300 ! interface Serial2 link-proto
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 施工工地看守協(xié)議書
- 母女房產(chǎn)歸屬協(xié)議書
- 暴雨企業(yè)幫扶協(xié)議書
- 晚期患者愛情協(xié)議書
- 河道閘門維修協(xié)議書
- 灘涂養(yǎng)殖退養(yǎng)協(xié)議書
- 有關酒店餐飲協(xié)議書
- 水果種植托管協(xié)議書
- 樓盤代理合同協(xié)議書
- 機器轉讓合同協(xié)議書
- 供貨、安裝、調(diào)試、驗收方案
- 第四課:印巴戰(zhàn)爭
- 武漢綠地中心項目技術管理策劃書(48頁)
- 婚無遠慮必有財憂法商思維營銷之婚姻篇74張幻燈片
- 紅外圖像處理技術課件
- 小學一年級人民幣學具圖片最新整理直接打印
- 投擲:原地投擲壘球
- 港口碼頭常用安全警示標志
- 密閉式周圍靜脈輸液技術PPT課件
- 電梯快車調(diào)試方法
- 主要材料損耗率表
評論
0/150
提交評論