




已阅读5页,还剩3页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
组网一: Frame-Relay点对点子接口一、实验目的1、 使用Frame-Relay点对点子接口实现各节点业务网段的连通性2、 掌握Frame-Relay点对点子接口的配置及调试二、实验拓扑 三、实验内容1、 基本信息配置RT1Routerenable/进入特权模式Router#config terminal/进入全局模式Router(config)#hostname RT1/配置主机名RT1(config)#no ip domain lookup/禁用域名查找RT1(config)#line console 0/进入console线口RT1(config-line)#logging synchronous/自动换行RT1(config-line)#no login/配置不需要认证 RT1(config-line)#privilege level 15/配置获取最高权限RT1(config-line)#line vty 04/进入线口RT1(config-line)#no login/配置不需要认证 RT1(config-line)#privilege level 15/配置获取最高权限RT1(config-line)#exit/退出RT3Routerenable Router#config terminalRT2(config)#hostname RT3RT3(config)#no ip domain lookupRT3(config)#line console 0RT3(config-line)#logging synchronousRT3(config-line)#no login RT3(config-line)#privilege level 15RT3(config-line)#line vty 04RT3(config-line)#logging synchronous RT3(config-line)#no login RT3(config-line)#privilege level 15RT3(config-line)#exitRT5Routerenable Router#config terminalRouter(config)#hostname RT5RT5(config)#no ip domain lookupRT5(config)#line console 0RT5(config-line)#logging synchronousRT5(config-line)#no login RT5(config-line)#privilege level 15RT5(config-line)#line vty 04RT5(config-line)#logging synchronous RT5(config-line)#no login RT5(config-line)#privilege level 15RT5(config-line)#exitRT7Router#config terminalRouter(config)#hostname RT7RT7(config)#no ip domain lookupRT7(config)#line console 0RT7(config-line)#logging synchronousRT7(config-line)#no login RT7(config-line)#privilege level 15RT7(config-line)#line vty 04RT7(config-line)#logging synchronous RT7(config-line)#no login RT7(config-line)#privilege level 15RT7(config-line)#exit2、 帧中继交换机配置(将RT1配置成帧中继交换机)RT1(config)#frame-relay switching/启用帧中继交换功能RT1(config)#interface serial 0/0RT1(config-if)#clock rate 1000000/配置DCE端时钟频率RT1(config-if)#encapsulation frame-relay ietf/配置帧中继封装格式RT1(config-if)#frame-relay lmi-type q933a/配置lmi本地管理接口类型为q933aRT1(config-if)#frame-relay intf-type dce/帧中继接口类型,用户端为DTERT1(config-if)#frame-relay route 101 interface serial 0/2 201/配置当收到DLCI号为101的数据时,将数据从端口0/2发送出去,并将DLCI号改成201RT1(config-if)#frame-relay route 102 interface serial 0/3 202/配置当收到DLCI号为102的数据时,将数据从端口0/3发送出去,并将DLCI号改成202RT1(config-if)#no shutdown RT1(config-if)#exit RT1(config)#interface serial 0/2RT1(config-if)#clock rate 500000RT1(config-if)#encapsulation frame-relay ietf RT1(config-if)#frame-relay lmi-type q933a RT1(config-if)#frame-relay intf-type dceRT1(config-if)#frame-relay route 201 interface serial 0/0 101RT1(config-if)#no shutdown RT1(config-if)#exitRT1(config)#interface serial 0/3RT1(config-if)#clock rate 500000RT1(config-if)#encapsulation frame-relay ietf RT1(config-if)#frame-relay lmi-type q933a RT1(config-if)#frame-relay intf-type dceRT1(config-if)#frame-relay route 202 interface serial 0/0 102RT1(config-if)#no shutdown RT1(config-if)#exitRT1#show frame-relay route /查看帧中继交换机中帧中继路由表Input Intf Input Dlci Output Intf Output Dlci StatusSerial0/0 101 Serial0/2 201 inactiveSerial0/0 102 Serial0/3 202 inactiveSerial0/2 201 Serial0/0 101 inactiveSerial0/3 202 Serial0/0 102 inactive3、 RT3、RT5、RT7上的局域网接口配置RT3RT3(config)#interface ethernet 3/0RT3(config-if)#ip address 192.168.10.1 255.255.255.0RT3(config-if)#no shutdown RT3(config-if)#exitRT5RT5(config)#interface ethernet 3/0RT5(config-if)#ip address 192.168.18.1 255.255.255.0RT5(config-if)#no shutdown RT5(config-if)#exitRT7RT7(config)#interface ethernet 3/0 RT7(config-if)#ip address 192.168.22.1 255.255.255.0RT7(config-if)#no shutdown RT7(config-if)#exit4、 Frame-Relay点对点子接口配置RT3RT3(config)#interface serial 0/0RT3(config-if)#encapsulation frame-relay ietf/配置帧中继封装,要与相连的帧中继交换机接口类型一样RT3(config-if)#frame-relay lmi-type q933a /配置lmi类型,要与相连的帧中继交换机接口类型一样RT3(config-if)#no shutdown RT3(config-if)#exitRT3(config)#interface serial 0/0.101 point-to-point/创建点对点子接口RT3(config-subif)#frame-relay interface-dlci 101/配置子接口DLCI号RT3(config-fr-dlci)#exitRT3(config-subif)#ip address 192.168.1.1 255.255.255.252RT3(config-subif)#no shutdown RT3(config-subif)#exitRT3(config)#interface serial 0/0.102 point-to-point/创建点对点子接口RT3(config-subif)#frame-relay interface-dlci 102/配置子接口DLCI号RT3(config-fr-dlci)#exitRT3(config-subif)#ip address 192.168.1.5 255.255.255.252RT3(config-subif)#no shutdownRT5RT5(config)#interface serial 0/0RT5(config-if)#encapsulation frame-relay ietfRT5(config-if)#frame-relay lmi-type q933a RT5(config-if)#no shutdown RT5(config-if)#exitRT5(config)#interface serial 0/0.201 point-to-point RT5(config-subif)#frame-relay interface-dlci 201RT5(config-fr-dlci)#exitRT5(config-subif)#ip address 192.168.1.2 255.255.255.252RT5(config-subif)#no shutdownRT7RT7(config)#interface serial 0/0RT7(config-if)#encapsulation frame-relay ietfRT7(config-if)#frame-relay lmi-type q933a RT7(config-if)#no shutdown RT7(config-if)#exitRT7(config)#interface serial 0/0.202 point-to-point RT7(config-subif)#frame-relay interface-dlci 202RT7(config-fr-dlci)#exitRT7(config-subif)#ip address 192.168.1.6 255.255.255.252RT7(config-subif)#no shutdownRT3#show ip interface brief/查看端口信息Interface IP-Address OK? Method Status ProtocolSerial0/0 unassigned YES unset up up Serial0/0.101 192.168.1.1 YES manual up up Serial0/0.102 192.168.1.5 YES manual up up Ethernet3/0 192.168.10.1 YES manual up up RT5#show ip interface briefInterface IP-Address OK? Method Status ProtocolSerial0/0 unassigned YES unset up up Serial0/0.201 192.168.1.2 YES manual up up Ethernet3/0 192.168.18.1 YES manual up up RT7#show ip interface briefInterface IP-Address OK? Method Status ProtocolSerial0/0 unassigned YES unset up up Serial0/0.202 192.168.1.6 YES manual up up Ethernet3/0 192.168.22.1 YES manual up up静态路由配置RT3RT3(config)#ip route 192.168.22.0 255.255.255.0 192.168.1.6/配置去往192.168.22.0网段的下一跳是192.168.1.6RT3(config)#ip route 192.168.18.0 255.255.255.0 192.168.1.2RT5RT5(config)#ip route 192.168.22.0 255.255.255.0 192.168.1.1RT5(config)#ip route 192.168.10.0 255.255.255.0 192.168.1.1RT5(config)#ip route 192.168.1.4 255.255.255.252 192.168.1.1RT7RT7(config)#ip route 192.168.18.0 255.255.255.0 192.168.1.5RT7(config)#ip route 192.168.10.0 255.255.255.0 192.168.1.5RT7(config)#ip route 192.168.1.0 255.255.255.252 192.168.1.5配置Frame-Relay子接口时,只能手动配置DLCI号在路由器上进行连通性测试时,直接ping目的IP,路由器将以出接口IP作为原IP地址。组网二:Frame-Relay主接口 一、实验目的 1、使用Frame-Relay NBMA主接口实现各节点业务网段的连通性 2、熟悉Frame-Relay NBMA主接口的配置调试 二、实验拓扑 三、实验内容1、基本信息配置(与组网一相同)2、帧中继交换机配置(与组网一相同)3、RT3、RT5、RT7局域网接口配置(与组网一相同)4、Frame-RelayNBMA主接口配置 RT3RT3(config)#interface serial 0/0RT3(config-if)#encapsulation frame-relay ietf/配置主接口封装帧中继,封装类型与帧中继交换机相同RT3(config-if)#frame-relay lmi-type q933a /配置主接口lmi本地管理类型,与相连帧中继交换机类型要一样RT3(config-if)#ip address 192.168.1.33 255.255.255.224RT3(config-if)#frame-relay map ip 192.168.1.34 101 broadcast /配置frame-relay MAP,去往192.168.1.34的DELCI号是101,并开启伪广播功能RT3(config-if)#frame-relay map ip 192.168.1.35 102 broadcast /配置frame-relay MAP,去往192.168.1.35的DELCI号是102,并开启伪广播功能RT3(config-if)#no shutdown RT5RT5(config)#interface serial 0/0RT5(config-if)#encapsulation frame-relay ietfRT5(config-if)#frame-relay lmi-type q933a RT5(config-if)#ip address 192.168.1.34 255.255.255.224RT5(config-if)#frame-relay map ip 192.168.1.33 201 broadcast RT5(config-if)#frame-relay map ip 192.168.1.35 201 broadcast RT5(config-if)#no shutdown RT7RT7(config)#interface serial 0/0RT7(config-if)#encapsulation frame-relay ietfRT7(config-if)#frame-relay lmi-type q933a RT5(config-if)#ip address 192.168.1.35 255.255.255.224RT7(config-if)#frame-relay map ip 192.168.1.33 202 broadcast RT7(config-if)#frame-relay map ip 192.168.1.34 202 broadcast RT7(config-if)#no shutdown RT7(config-if)#exitRT3# show frame-relay map/查看帧中继MAP表Serial0/0 (up): ip 192.168.1.34 dlci 101(0x65,0x1850), static, broadcast, IETF, status defined, activeSerial0/0 (up): ip 192.168.1.35 dlci 201(0xC9,0x3090), static, broadcast, IETF, status defined, activeRT5#show frame-relay ma Serial0/0 (up): ip 192.168.1.33 dlci 201(0xC9,0x3090), static,
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025版餐饮配送行业食品安全溯源服务合同
- 高三试卷:四川省雅安市2024-2025学年高三上学期11月零诊试题数学含答案
- 二零二五年度电工设备调试与验收合同
- 2025版工业地产合作开发合同模板
- 2025版观叶盆栽种苗园艺市场直销连锁合作合同
- 二零二五年度房地产投资居间合同范本
- 2025版工程玻璃节能减排项目合作合同范本
- 2025版仓储房屋租赁及仓储配套设施租赁与维护服务合同
- 2025版校园食堂承包经营合同示范文本
- 2025版餐饮业二人合伙开店管理服务合同
- 2025版成人心肺复苏流程指南
- 教育护士竞聘课件
- 《儿科安全用药》课件
- 【0110】2024年年度泉州市场分析正式版
- 学校国庆节快闪活动方案
- 临建施工组织方案
- 2025胸腔穿刺:操作步骤与技巧
- 湖南省社保知识培训课件
- 脑钠肽在心衰围手术期中的应用-曲秀芬
- 按摩技师培训按摩理论与技法考核试卷
- 门式起重机安全培训
评论
0/150
提交评论