GNS3模拟帧中继的两种方法_第1页
GNS3模拟帧中继的两种方法_第2页
GNS3模拟帧中继的两种方法_第3页
GNS3模拟帧中继的两种方法_第4页
GNS3模拟帧中继的两种方法_第5页
已阅读5页,还剩13页未读 继续免费阅读

下载本文档

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

文档简介

1、最新GNS3模拟帧中继的两种方法使用帧中继交换机实验拓扑配置例如帧中继交换机配置路由器配置脚本R1R1enR1#conf tR1(config)#intR1(config)#interface s 1/0R1(config-if)#no shR1(config-if)#encapsulation frame-relay /设置封装模式R1(config-if)#serial restart-delay 0 R1(config-if)#frame-relay map ip 192.168.1.2 102 /创立映射R1(config-if)#frame-relay map ip 192.168.

2、1.3 103R1(config-if)#no frame-relay inverse-arp /关闭inverse-arpR1(config-if)#R2R2R2enR2#conf tR2(config)#int s 1/0R2(config-if)#no shR2(config-if)#encapsulation frame-relay R2(config-if)#frame-relay map ip 192.168.1.1 201R2(config-if)#frame-relay map ip 192.168.1.3 203R2(config-if)#no frame-relay inv

3、erse-arpR2(config-if)#R3R3enR3#conf tR3(config)#int s 1/0R3(config-if)#no shR3(config-if)#encapsulation frame-relay R3(config-if)#frame-relay map ip 192.168.1.1 301R3(config-if)#frame-relay map ip 192.168.1.2 302R3(config-if)#no frame-relay inverse-arpR3(config-if)#验证Type escape sequence to abort.Se

4、nding 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:!Success rate is 100 percent (5/5), round-trip min/avg/max = 32/61/88 msType escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:!Success rate is 100 percent (5/5), round-trip min/avg/max = 28/

5、47/88 msR3(config-if)#全网互通R3(config-if)#do show fram maSerial1/0 (up): ip 192.168.1.1 dlci 301(0 x12D,0 x48D0), static, CISCO, status defined, activeSerial1/0 (up): ip 192.168.1.2 dlci 302(0 x12E,0 x48E0), static, CISCO, status defined, activeR3(config-if)#使用的是静态映射使用路由器模拟帧中继交换机实验拓扑配置例如R1模拟帧中继交换机配置脚本

6、配置如下R1enR1#conf tR1(config)#frame-relay switching /把路由器设置为帧中继交换机R1(config)#int s 1/0R1(config-if)#no shR1(config-if)#no ip add R1(config-if)#encapsulation frame-relay R1(config-if)#clock rate 64000R1(config-if)#frame-relay lmi-type ansi /设置帧中继协议为ansiR1(config-if)#frame-relay intf-type dce /帧中继交换机作为D

7、CE端R1(config-if)#serial restart-delay 0R1(config-if)#frame-relay route 203 interface s 1/1 302 /设置帧中继内部交换R1(config-if)#frame-relay route 204 interface s 1/2 402R1(config-if)#int s 1/1R1(config-if)#no shR1(config-if)#no ip add R1(config-if)#encapsulation frame-relay R1(config-if)#frame-relay lmi-type

8、 ansi R1(config-if)#frame-relay intf-type dce R1(config-if)#serial restart-delay 0R1(config-if)#frame-relay route 302 interface serial 1/0 203R1(config-if)#frame-relay route 304 interface s 1/2 403R1(config-if)#int s 1/2R1(config-if)#no shR1(config-if)#no ip add R1(config-if)#encapsulation frame-rel

9、ay R1(config-if)#serial restart-delay 0R1(config-if)#clock rate 64000R1(config-if)#frame-relay lmi-type ansi R1(config-if)#frame-relay intf-type dce R1(config-if)#frame-relay route 402 int s 1/0 204R1(config-if)#fra route 403 int s 1/1 304其他路由器配置脚本R2R2enR2#conf tR2(config)#int s 1/0R2(config-if)#no

10、shR2(config-if)#encapsulation frame-relay R2(config-if)#serial restart-delay 0R3R3R3enR3#conf tEnter configuration commands, one per line. End with CNTL/Z.R3(config)#int s 1/0R3(config-if)#no shR3(config-if)#encapsulation frame-relay R4R4enR4#conf tR4(config)#int s 1/0R4(config-if)#no shR4(config-if

11、)#encapsulation frame-relay验证R4(config-if)#do show fram maSerial1/0 (up): ip 192.168.1.2 dlci 402(0 x192,0 x6420), dynamic, broadcast, status defined, activeSerial1/0 (up): ip 192.168.1.3 dlci 403(0 x193,0 x6430), dynamic, broadcast, status defined, activeR4(config-if)#使用的是动态的映射,inverse-arpType esca

12、pe sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:!Success rate is 100 percent (5/5), round-trip min/avg/max = 64/95/132 msType escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.1.3, timeout is 2 seconds:!Success rate is 100 percent (5/5), roun

13、d-trip min/avg/max = 56/107/144 msR4(config-if)#全网互通备注:Inverse ARP用于帧中继网络中IP地址和虚电路号的映射关系的动态维护关闭Inverse ARP 使用静态map映射R2(config-if)#no frame-relay inverse-arpR2(config-if)#do cle fram in /去除动态学到哦映射R3(config-if)#no frame-relay inverse-arpR3(config-if)#do cle fram inR4(config-if)#no frame-relay inverse-

14、arpR4(config-if)#do cle fram inType escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:.Success rate is 0 percent (0/5)Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.1.3, timeout is 2 seconds:.Success rate is 0 percent (0/5)R4(config

15、-if)#配置静态映射R2(config-if)#frame-relay map ip 192.168.1.3 203R2(config-if)#frame-relay map ip 192.168.1.4 204R2(config-if)#R3(config-if)#frame-relay map ip 192.168.1.2 302R3(config-if)#frame-relay map ip 192.168.1.3 304R3(config-if)#frame-relay map ip 192.168.1.4 304R3(config-if)#no frame-relay map ip

16、 192.168.1.3 304R3(config-if)#R4(config-if)#frame-relay m R4(config-if)#frame-relay maR4(config-if)#frame-relay map ip 192.168.1.2 402R4(config-if)#framR4(config-if)#frame-relay maR4(config-if)#frame-relay map ip 192.168.1.3 403R4(config-if)#Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:!Success rate is 100 percent (5/5), round-trip min/avg/max = 60/87/140 msType escape sequence to abort.Sending 5, 100-byte ICMP Echos to 192.168.1.3, timeout is 2 seconds:!Success rate is 100 percent (5/5), round-trip min/av

温馨提示

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

评论

0/150

提交评论