2022年用路由器模拟帧中继交换机实施详分享 .pdf

上传人:H****o 文档编号:33391114 上传时间:2022-08-10 格式:PDF 页数:4 大小:45.42KB
返回 下载 相关 举报
2022年用路由器模拟帧中继交换机实施详分享 .pdf_第1页
第1页 / 共4页
2022年用路由器模拟帧中继交换机实施详分享 .pdf_第2页
第2页 / 共4页
点击查看更多>>
资源描述

《2022年用路由器模拟帧中继交换机实施详分享 .pdf》由会员分享,可在线阅读,更多相关《2022年用路由器模拟帧中继交换机实施详分享 .pdf(4页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、看用路由器模拟帧中继交换机实施详解物理连接:所有的 DCE接口都接到模拟成帧中继交换的路由器上。因为在实际工程中clockrate是由局端,像电信这样的部门来确定的。局端的终端服务器通过异步口连接到模拟成帧中继交换的路由器的console 口。配置实现:首先在全局配置模式下打:router(config)#frame-relay switching / 启动帧中继交换功能然后进入接口配置模式router(config-if)#en fr / 接口封装帧中继,命令全称:encapsulation frame-relay。这里没有打封装类型,就是缺省的 cisco 类型。另外还可以是ietf的。r

2、outer(config-if)#frame lmi-type ansi / 配置帧中继LMI 封装类型。 lmi (local management interface)本地管理接口,运用在路由器和帧中继交换机之间。是数据传输一种信令标准。它有三种封装方法:cisco ,ansi ,q933a,缺省封装类型,自然是cisco 类型。但它是由Cisco , StrataCom ,Nortel ,DEC联合制定的。 ansi ( American National Standards Institute)美国国家标准学会,始建立于 1918 年,标准涉及电工、建筑、日用品、制图、材料试验等技术领

3、域。q933a 是国际电联 (International Telecommunication Union) 的标准。ITU-T (The ITU Telecommunication Standardization Sector )ITU-T 是国际电信联盟电信标准化部门,成立于1993 年,它的前身是国际电报和电话咨询委员会(CCITT)。router(config-if)#frame-relay intf-type dce / 配置帧中继接口类型,有dce,dte ,还有 nni 选择。虽然在物理上,它已经是DCE接口,但是用于模拟帧中继环境,还需要再配置帧中继里的接口类型。router(c

4、onfig-if)#clockrate 64000 / 配置时钟,用于同步数据传输的速率。router(config-if)#frame-relay route 102 int s0 201 / 配置 DLCI 的路由,在这个配置中意思是从dlci为 102 的数据从s0 口转发出去,并且从201 dlci到达目的地。这条pvc 由 dlci102和 201 来标识。来,重温一遍:frame-switching en fr frame lmi-type ansi frame intf-type dce clockrate 64000 frame-relay route 102 int s0 2

5、01 OK ,搞定。第二种版本conf t host r7 frame-relay switching 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 4 页 - - - - - - - - - int s1/0 no sh encapsulation frame-relay frame-relay lmi-type cisco frame-relay intf-type dce clock rate 64000 frame-relay route 102 interfa

6、ce s1/1 201 frame-relay route 103 interface s1/2 301 frame-relay route 104 interface s1/3 401 int s1/1 no sh encapsulation frame-relay frame-relay lmi-type cisco frame-relay intf-type dce clock rate 64000 frame-relay route 201 interface s1/0 102 frame-relay route 203 interface s1/2 302 frame-relay r

7、oute 204 interface s1/3 402 int s1/2 no sh encapsulation frame-relay frame-relay lmi-type cisco frame-relay intf-type dce clock rate 64000 frame-relay route 301 interface s1/0 103 frame-relay route 302 interface s1/1 203 frame-relay route 304 interface s1/3 403 int s1/3 no sh encapsulation frame-rel

8、ay frame-relay lmi-type cisco frame-relay intf-type dce clock rate 64000 frame-relay route 401 interface s1/0 104 frame-relay route 402 interface s1/1 204 frame-relay route 403 interface s1/2 304 r1: conf t host r1 int s1/2 no sh enc frame-relay 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - -

9、 - 名师精心整理 - - - - - - - 第 2 页,共 4 页 - - - - - - - - - int s1/2.1 point-to-point ip add 1.1.1.1 255.0.0.0 frame-relay interface-dlci 102 int s1/2.2 point-to-point ip add 2.1.1.1 255.0.0.0 frame-relay interface-dlci 103 int s1/2.3 point-to-point ip add 3.1.1.1 255.0.0.0 frame-relay interface-dlci 104

10、r2: conf t host r2 int s1/2 no sh enc frame-relay int s1/2.1 point-to-point ip add 1.1.1.2 255.0.0.0 frame-relay interface-dlci 201 int s1/2.2 point-to-point ip add 4.1.1.1 255.0.0.0 frame-relay interface-dlci 203 int s1/2.3 point-to-point ip add 5.1.1.1 255.0.0.0 frame-relay interface-dlci 204 r3:

11、conf t host r3 int s1/2 no sh enc frame-relay int s1/2.1 point-to-point ip add 2.1.1.2 255.0.0.0 frame-relay interface-dlci 301 int s1/2.2 point-to-point ip add 4.1.1.2 255.0.0.0 frame-relay interface-dlci 302 int s1/2.3 point-to-point ip add 6.1.1.1 255.0.0.0 frame-relay interface-dlci 304 r4: conf

12、 t 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 4 页 - - - - - - - - - host r4 int s1/2 no sh enc frame-relay int s1/2.1 point-to-point ip add 3.1.1.2 255.0.0.0 frame-relay interface-dlci 104 int s1/2.2 point-to-point ip add 5.1.1.2 255.0.0.0 frame-relay inter

13、face-dlci 204 int s1/2.3 point-to-point ip add 6.1.1.2 255.0.0.0 frame-relay interface-dlci 304 使用 cisco 路由器模拟帧中继交换机如何配置(把 3640 配置成帧中继交换机): 3640(config)#frame-relay switching-启用路由器的帧中继交换功能3640(config)#int s0/0-进入 s0/0 接口3640(config-if)#no ip add-去除该接口的IP 3640(config-if)#encap frame-relay-在该接口封装帧中继协议

14、3640(config-if)#clock r 64000-设置时钟3640(config-if)#frame-relay lmi-type cisco-设定 LMI 的类型为Cisco 3640(config-if)#frame-relay intf-type dce-定义帧中继的接口类型为DCE 3640(config-if)#frame-relay route 102 inf s1/1 201-定义本接口的DLCI 值为 102,与S1/1 接口的值为201 的 DLCI 形成 1 个虚电路3640(config-if)#frame-relay route 102 inf s2/1 20

15、2-定义本接口的DLCI 值为 102,与S2/1 接口的值为202 的 DLCI 形成 1 个虚电路3640(config)#int s1/1-进入 s1/1 接口3640(config-if)#no ip add-去除该接口的IP 3640(config-if)#encap frame-relay-在该接口封装帧中继协议3640(config-if)#clock r 64000-设置时钟3640(config-if)#frame-relay lmi-type cisco-设定 LMI 的类型为Cisco 3640(config-if)#frame-relay intf-type dce-定

16、义帧中继的接口类型为DCE 3640(config-if)#frame-relay route 201 inf s0/0 102-定义本接口的DLCI 值为 201,与S0/0 接口的值为102 的 DLCI 形成 1 个虚电路3640(config-if)#frame-relay route 201 inf s0/0 202-定义本接口的DLCI 值为 201,与S2/1 接口的值为202 的 DLCI 形成 1 个虚电路3640#show frame-relay route-查看帧中继路由3640#show frame-relay lmi-查看 LMI 类型及统计信息3640#show frame-relay pvc-查看 PVC 状态名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 4 页 - - - - - - - - -

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 技术资料 > 技术总结

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁