Frame Delay上机指导_第1页
Frame Delay上机指导_第2页
Frame Delay上机指导_第3页
Frame Delay上机指导_第4页
Frame Delay上机指导_第5页
已阅读5页,还剩4页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、10.1 实验三 广域网协议配置26910.1.1 Frame Relay 配置269 帧中继子接口配置272L000 0072 Frame Delay 上机指导Huawei Technologies10.1.1 Frame Relay 配置1. 实验内容:配置帧中继协议,在广域网协议上配置RIP2. 实验目的:掌握帧中继配置3. 4. 实验步骤:(1) 封装接口;(2) 配置帧中继接口的终端类型;(3) 选择LMI类型;(4) 在DCE上分配DLCI;(5) 启动inverse-arp逆向地址解析协议(默认已经启动);(6) 启动RIP协议。完成上述配置之后,显示配置信息如下: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协议同样

5、需要配置peer命令;但要将接口封装成DCE设备,必须先使能帧中继交换;在接口上可以不配置地址映射,只需要在DCE侧分配DLCI值即可。这是因为帧中继支持逆向地址解析协议(inverse ARP),它可以动态的建立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当然,我们也可以手工建立地址映射,为了能让我们确认我们的配置是否正确,请你先在两侧路由器上关闭逆向地址解析协议功能(undo fr inarp)。然后分别给各接口分配DLCI值,最后手工创建地址映射(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此时测试网络互通性,应该是正常的。您还可以去掉手工创建的地址映射后,再看看地址映射表里面有没有地址映射项。此时网络还通吗?10.1.2 帧中继子接口配置1. 实验内容:配置帧中继子接口2. 实验目的:掌握帧中继子接口的配置及应用3. 实验环境:在帧中继中,为了解决水平分割带来的影响,增加了新的功能,那就是子接口。可以在一个物理接口上创建多个子接口分别连接不同的子网路由器,每个子接

9、口都有自己的网络地址,相当于独立的物理接口,这就解决了水平分割带来的影响。为了掌握它,我们来完成如下实验。模拟实验环境需要四台路由器,一台PC即可,PC作配置用。实验组网如图10-68所示:图10-1 帧中继子接口配置图中,中间一台路由器用作帧中继交换使用,需要多个串口,如果在实验室没有多串口路由器,可以减少一台路由器RTC就可以完成实验了。4. 实验步骤:(1) 配置帧中继交换机,使能帧中继交换,配置帧中继接口类型,配置PVC路由;(2) 在RTA上创建子接口,分配DLCI,创建地址映射,配置IP地址;(3) 在RTB、RTC上分配DLCI,创建地址映射,配置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/创建子接口 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. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论