ROS软路由论坛 ROSABC.com 网络方案网络工程交流

 找回密码
 会员注册

QQ登录

只需一步,快速开始

【帧中继】路由器如何模拟帧中继交换机

2014-3-4 09:57| 发布者: admin| 查看: 385| 评论: 0

摘要: 这一次,我们使用路由器模拟来模拟帧中继配置,组网方式是4太router组成一个三叉型的网络,中间的是R4,R1、R2和R3分别链接R4。厦门是全部的配置命令行和一些注解。 conf t frame-relay switching开启帧中继交换机 ...

这一次,我们使用路由器模拟来模拟帧中继配置,组网方式是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

不良信息举报Q:2000617
新用户7天后可回帖!

软路由

不良信息举报Q:2000617|Archiver|ROS软路由论坛 ROSABC.com 网络方案网络工程交流

GMT+8, 2025-11-6 00:32 , Processed in 0.030810 second(s), 15 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部