首页 > 网管 > 路由交换 > 正文

教您一招如何用路由器来模拟帧中继交换机

2020-07-24 12:01:11
字体:
来源:转载
供稿:网友

这一次,我们使用路由器模拟来模拟帧中继配置,组网方式是4太router组成一个三叉型的网络,中间的是R4,R1、R2和R3分别链接R4。厦门是全部的配置命令行和一些注解。

conf t
frame-relay switching开启帧中继交换机功能
interface s1/0在这个接口(连接hub路由器的那个接口)模式下
description Link to RouterA配置一个描述信息
encapsulation frame-relay封装成帧中继链路
frame intf-type dce配置成DCE
frame route 102 interface s1/1 201 接口是从s1/0为进方向,往外地那个接口
frame route 103 interface s1/2 301 配置帧中继交换机,DLCI和接口的映射
interface s1/1
description Link to RouterB
encapsulation frame-relay
frame-relay intf-type dce
frame-relay route 201 interface s1/0 102
frame-relay route 203 interface s1/2 302
interface s1/1
description Link to RouterC
encapsulation frame-relay
frame-relay intf-type dce
frame-relay route 301 interface s1/0 103
frame-relay route 302 interface s1/1 203

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表