资源预览内容
第1页 / 共18页
第2页 / 共18页
第3页 / 共18页
第4页 / 共18页
第5页 / 共18页
第6页 / 共18页
第7页 / 共18页
第8页 / 共18页
第9页 / 共18页
第10页 / 共18页
亲,该文档总共18页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述
1实验七:Frame-relay一:实验目标二:拓扑图三:预期结果1RT5 与 RT7 以及 RT3 路由器能相互通信2 各业务网段连通四:调试一 基本信息配置1 RT1 基本配置:Routerenable Router#conf tRouter(config)#hostname RT12RT1config)#no ip domain-lookupRT1(config)#line console 0RT1(config-line)#logging synchronous RT1(config-line)#no loginRT1(config-line)#privilege level 15RT1(config-line)#line vty 0 4RT1(config-line)#no loginRT1(config-line)#privilege level 15RT1(config-line)#exit RT1(config)#end2 RT3 基本配置:(RT5 RT7 同)Routerenable Router#conf tRouter(config)#hostname RT3RT3(config)#no ip domain-lookupRT3(config)#line console 0RT3(config-line)#logging synchronous RT3(config-line)#no loginRT3(config-line)#privilege level 15RT3(config-line)#line vty 0 4RT3(config-line)#no loginRT3(config-line)#privilege level 15RT3(config-line)#exit RT3(config)#end3 帧中继交换机配置:RT1(config)#frame-relay switchingRT1(config)#interface Serial0/0RT1(config-if)# no ip addressRT1(config-if)# encapsulation frame-relayRT1(config-if)# frame-relay lmi-type q933aRT1(config-if)# frame-relay intf-type dceRT1(config-if)# frame-relay route 101 interface Serial0/2 201RT1(config-if)# frame-relay route 102 interface Serial0/3 202Cant use same dlci on overlapping circuitsRT1(config-if)#interface Serial0/1RT1(config-if)# no ip addressRT1(config-if)# shutdownRT1(config-if)# serial restart-delay 0RT1(config-if)# no dce-terminal-timing-enableRT1(config-if)#interface Serial0/2RT1(config-if)# no ip address3RT1(config-if)# encapsulation frame-relayRT1(config-if)# serial restart-delay 0RT1(config-if)# no dce-terminal-timing-enableRT1(config-if)# frame-relay lmi-type q933aRT1(config-if)# frame-relay intf-type dceRT1(config-if)# frame-relay route 201 interface Serial0/0 101Cant use same dlci on overlapping circuitsRT1(config-if)#interface Serial0/3RT1(config-if)# encapsulation frame-relayRT1(config-if)# serial restart-delay 0RT1(config-if)# no dce-terminal-timing-enableRT1(config-if)# frame-relay lmi-type q933aRT1(config-if)# frame-relay intf-type dceRT1(config-if)# frame-relay route 202 interface Serial0/0 102RT1#sh fr rouInput Intf Input Dlci Output Intf Output Dlci StatusSerial0/0 101 Serial0/2 201 activeSerial0/0 102 Serial0/3 202 activeSerial0/2 201 Serial0/0 101 activeSerial0/3 202 Serial0/0 102 active二 接口配置及链路测试1 RT3 接口及链路配置:RT3(config)#interface Serial0/0RT3(config-if)# ip address 192.168.1.33 255.255.255.224RT3(config-if)#no shRT3#sh ip in bInterface IP-Address OK? Method Status ProtocolSerial0/0 192.168.1.33 YES NVRAM up up2 RT5 接口及链路配置:RT5(config)#interface Serial0/0RT5(config-if)# ip address 192.168.1.34 255.255.255.224RT5(config-if)#no shRT5#sh ip in bInterface IP-Address OK? Method Status ProtocolSerial0/0 192.168.1.34 YES NVRAM up up 43 RT7 接口及链路配置:RT7(config)#interface Serial0/0RT7(config-if)# ip address 192.168.1.35 255.255.255.224RT7(config-if)#no shRT7#sh ip in bInterface IP-Address OK? Method Status ProtocolSerial0/0 192.168.1.35 YES NVRAM up up 4 RT3 的 Frame-Relay NBMA 置接口配置RT3(config)#interface Serial0/0RT3(config-if)# ip address 192.168.1.33 255.255.255.224RT3(config-if)# encapsulation frame-relayRT3(config-if)# serial restart-delay 0RT3(config-if)# no dce-terminal-timing-enableRT3(config-if)# no fair-queueRT3(config-if)# frame-relay map ip 192.168.1.34 101 broadcastRT3(config-if)# frame-relay map ip 192.168.1.35 102 broadcastRT3(config-if)# frame-relay lmi-type q933aRT3(config-if)#!RT3(config-if)#interface Serial0/1RT3(config-if)# no ip addressRT3(config-if)# shutdownRT3(config-if)# serial restart-delay 0RT3(config-if)# no dce-terminal-timing-enableRT3(config-if)#!RT3(config-if)#interface Serial0/2RT3(config-if)# no ip addressRT3(config-if)# shutdownRT3(config-if)# serial restart-delay 0RT3(config-if)# no dce-terminal-timing-enableRT3(config-if)#!RT3(config-if)#interface Serial0/3RT3(config-if)# no ip addressRT3(config-if)# shutdownRT3(config-if)# serial restart-delay 0RT3(config-if)# no dce-terminal-timing-enableRT3(config-if)#!RT3(config-if)#interface Ethernet3/0RT3(config-if)# ip address 192.168.10.1 255.255.255.0RT3(config-if)# half-duplexRT3(config-if)#!5RT3(config-if)#interface Ethernet3/1RT3(config-if)# no ip addressRT3(config-if)# shutdownRT3(config-if)# half-duplexRT3(config-if)#!RT3(config-if)#interface Ethernet3/2RT3(config-if)# no ip addressRT3(config-if)# shutdownRT3(config-if)# half-duplexRT3(config-if)#!RT3(config-if)#interface Ethernet3/3RT3(config-if)# no ip addressRT3(config-if)# shutdown4 RT5 的 Frame-Relay NBMA 置接口配置RT5(config)#interface Serial0/0RT5(config-if)# ip address 192.168.1.34 255.255.255.224RT5(config-if)# encapsulation frame-relayRT5(config-if)# serial restart-delay 0RT5(
收藏 下载该资源
网站客服QQ:2055934822
金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号