Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1402279
  • 博文数量: 269
  • 博客积分: 3602
  • 博客等级: 中校
  • 技术积分: 4535
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-17 21:13
文章分类

全部博文(269)

文章存档

2014年(8)

2013年(139)

2012年(122)

分类:

2012-12-11 15:52:59

帧中继交换机用R3模拟。
R1:DLCI 103
R2:DLCI 301

命令:
R1:
r1(config)#int s0/0
r1()#ip add 192.168.1.1 255.255.255.0
r1(config-if)#no sh
r1(config-if)#encapsulation frame-relay
r1(config-if)#frame-relay interface-dlci 103

R2:
r2(config)#int s0/0r2(config-if)#ip add 192.168.1.3 255.255.255.0
r2(config-if)#no sh
r2(config-if)#encapsulation frame-relay
r2(config-if)#frame-relay interface-dlci 301

R3(FR-SW):
FR(config)#frame-relay switching             (开启帧中继交换功能)

FR(config)#int s0/0
FR(config-if)#encapsulation frame-relay   (在接口上封装帧中继协议)
FR(config-if)#frame-relay intf-type dce   (指定接口类型为dce)
FR(config-if)#clock rate 64000
FR(config-if)#frame-relay route 103 interface s0/1 301     (创建路由,103DLCI从s0/1口到达301)

FR(config)#int s0/1
FR(config-if)#encapsulation frame-relay   (在接口上封装帧中继协议)
FR(config-if)#frame-relay intf-type dce   (指定接口类型为dce)
FR(config-if)#clock rate 64000
FR(config-if)#frame-relay route 301 interface s0/0 103     (创建路由,301DLCI从s0/0口到达103)

阅读(2346) | 评论(0) | 转发(0) |
0

上一篇:PVST与PVST+的区别

下一篇:ospf FA地址

给主人留下些什么吧!~~