帧中继环境下NBMA模式.doc_第1页
帧中继环境下NBMA模式.doc_第2页
帧中继环境下NBMA模式.doc_第3页
帧中继环境下NBMA模式.doc_第4页
帧中继环境下NBMA模式.doc_第5页
已阅读5页,还剩1页未读 继续免费阅读

下载本文档

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

文档简介

试题代码:2.1.2试题名称:帧中继环境下NBMA模式规定用时:50分钟1、操作条件(1) Cisco路由器若干台。(2) 各设备已连入网络。操作拓扑构建拓扑图:# Simple labautostart = false localhost 7200 image = C:Program FilesDynamipsimagesunzip-c7200-js-mz.123-20.bin ram = 96 nvram = 96 disk0 = 64 disk1 = 64 npe = npe-400 cnfg = None confreg = 0x2102 mmap = false #idlepc = 0x60490168(3640) #idlepc = 0x6068802c exec_area = 16 ROUTER R1 model = 7200 ROUTER R3 model = 7200 s1/0 = R1 S1/0 S1/1 = R4 S1/1 S1/2 = R5 S1/2 ROUTER R4 model = 7200 ROUTER R5 model = 72002、操作内容现有若干台路由器(路由器名称分别为R1、R3、R4、R5)组成的网络,请为各设备进行配置,以实现帧中继的功能。具体操作如下:(1) 预配置:根据要求,将路由器R3模拟成帧中继交换机,并创建两条帧中继交换表。(在DCE端口设置时钟频率128000,本地管理接口类型cisco)。R3#R3#config tR3(config)#frame-relay switchingR3(config)#int s0/3/1R3(config-if)#encapsulation frame-relay R3(config-if)#clockrate 128000R3(config-if)#frame-relay intf-type dceR3(config-if)#frame-relay lmi-type ciscoR3(config-if)#frame-relay route 104 interface s0/2/1 401 R3(config-if)#frame-relay route 105 interface s0/2/0 501R3(config-if)#no shutdown R3(config-if)#endR3#R3#config tR3(config)#int s0/2/1R3(config-if)#encapsulation frame-relay R3(config-if)#clockrate 128000R3(config-if)#frame-relay intf-type dceR3(config-if)#frame-relay lmi-type ciscoR3(config-if)#frame-relay route 401 interface s0/3/1 104 R3(config-if)#no shutdown R3(config-if)#endR3#R3#config tR3(config)#int s0/2/0R3(config-if)#encapsulation frame-relay R3(config-if)#clockrate 128000R3(config-if)#frame-relay intf-type dceR3(config-if)#frame-relay lmi-type ciscoR3(config-if)#frame-relay route 501 interface s0/3/1 105 R3(config-if)#no shutdown R3(config-if)#endR3#(2) 在R1上设置帧中继基本配置,关闭IARP自动映射,并使用静态映射创建PVC指向R4和R5。R1#R1#conf tR1(config)#int s0/0/1R1(config-if)#ip address 192.168.123.1 255.255.255.0R1(config-if)#encapsulation frame-relay R1(config-if)#frame-relay lmi-type ciscoR1(config-if)#no shutdown R1(config-if)#no frame-relay inverse-arp R1(config-if)#frame-relay map ip 192.168.123.4 104 broadcast R1(config-if)#frame-relay map ip 192.168.123.5 105 broadcast R1(config-if)#endR1#(3) 在R4上设置帧中继基本配置,关闭IARP自动映射,并使用静态映射创建PVC指向R1。R4#R4#conf tR4(config)#int s0/2/0R4(config-if)#ip address 192.168.123.4 255.255.255.0R4(config-if)#encapsulation frame-relay R4(config-if)#frame-relay lmi-type ciscoR4(config-if)#no shutdown R4(config-if)#no frame-relay inverse-arp R4(config-if)#frame-relay map ip 192.168.123.1 401 broadcast R4(config-if)#frame-relay map ip 192.168.123.5 401 broadcast R4(config-if)#endR4#(4) 在R5上设置帧中继基本配置,关闭IARP自动映射,并使用静态映射创建PVC指向R1。R5#R5#conf tR5(config)#int s0/2/0R5(config-if)#ip address 192.168.123.5 255.255.255.0R5(config-if)#encapsulation frame-relay R5(config-if)#frame-relay lmi-type ciscoR5(config-if)#no shutdown R5(config-if)#no frame-relay inverse-arp R5(config-if)#frame-relay map ip 192.168.123.1 501 broadcast R5(config-if)#frame-relay map ip 192.168.123.4 501 broadcast R5(config-if)#endR5#(5) 在R1,R4,R5上创建环回接口并运行OSPF路由协议(OSPF Process ID为100),手工设置路由器ID为环回接口地址,帧中继接口运行非广播模式,把R4,R5的接口优先级设为0,使得R1成为DR,并手工指定邻接关系。R1#R1#conf tR1(config)#R1(config)#int loopback 0R1(config-if)#ip address 1.1.1.1 255.255.255.0R1(config-if)#exitR1(config)#router ospf 100R1(config-router)#router-id 1.1.1.1R1(config-router)#network 1.1.1.0 0.0.0.255 area 0R1(config-router)#network 192.168.123.0 0.0.0.255 area 0R1(config-router)#neighbor 192.168.123.4R1(config-router)#neighbor 192.168.123.5R1(config-router)#endR1#R4#R4#conf tR4(config)#R4(config)#int loopback 0R4(config-if)#ip address 4.4.4.4 255.255.255.0R4(config-if)#exitR4(config)#int s0/2/0R4(config-if)#ip ospf priority 0R4(config-if)#exitR4(config)#router ospf 100R4(config-router)#router-id 4.4.4.4R4(config-router)#network 4.4.4.0 0.0.0.255 area 0R4(config-router)#network 192.168.123.0 0.0.0.255 area 0R4(config-router)#endR4#R5#R5#conf tR5(config)#R5(config)#int loopback 0R5(config-if)#ip address 5.5.5.5 255.255.255.0R5(config-if)#exitR5(config)#int s0/2/0R5(config-if)#ip ospf priority 0R5(config-if)#exitR5(config)#router ospf 100R5(config-router)#router-id 5.5.5.5R5(config-router)#network 5.5.5.0 0.0.0.255 area 0R5(config-route

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论