设为首页收藏本站language 语言切换
查看: 1939|回复: 3
收起左侧

[分享] 思科帧中继交换机配置实例

[复制链接]
 成长值: 64850
发表于 2017-8-15 13:27:45 | 显示全部楼层 |阅读模式
拓扑如下:
_____
|  R4  |
--------
|
|
__|___           _______          _____         _______
|  R2   |--------|   SW    |------|  R5   |------|   R3    |
---------        -----------      ---------      -----------
|
|
__|___
|  R1   |
---------
通过配置使R2 ,R5成为一个FRSW,R2与R5之间通过以太网连接,配置一条Tunnel在R2 与R5之间。
________
|  R4       |
------------
|
|
__|___           _____            _____
|  R2   |====|   R5   |------|   R3    |
---------        ----------      ----------
|
|
__|___
|  R1   |
---------
最后通过配置成为一下拓扑(逻辑拓扑)
_____
|  R4  |
--------
|
|
__|_____         ______         
|  FRSW  |------|   R3    |
---------        ----------
|
|
__|___
|  R1   |
---------
R2中的配置:
interface Tunnel0
no ip address
tunnel source Ethernet0
tunnel destination 172.16.0.2
!
interface Ethernet0
ip address 172.16.0.5 255.255.255.0
!
interface Serial0
no ip address
encapsulation frame-relay
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 301 interface Tunnel0 100
frame-relay route 302 interface Tunnel0 101

R5的配置:
interface Tunnel0
no ip address
tunnel source Ethernet0
tunnel destination 172.16.0.2
!
interface Ethernet0
ip address 172.16.0.5 255.255.255.0
!
interface Serial0
no ip address
encapsulation frame-relay
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 301 interface Tunnel0 100
frame-relay route 302 interface Tunnel0 101
DLCI的分配:
R4:201------->R1 ; 203---------->R3
R3:302------->R4 ; 301---------->R1
R1:103------->R3 ; 102---------->R4
注意要在全局配置模式启用fr switching。




游客,如果您要查看本帖隐藏内容请回复

发表于 2020-7-27 16:21:11 | 显示全部楼层
感谢楼主分享
地板 2020-7-27 16:21:11 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-5-10 11:03 , Processed in 0.098804 second(s), 26 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表