注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 CCNA教材推荐
 帮助

初级网络工程师专题--frame-relay[帧中继配置]


2007-02-01 10:33:24
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://59099.blog.51cto.com/49099/16685
R2是帧中继交换机   R1---R2的DLCI是102 R2----R3的是201
R2:
R2(config)#frame-relay switching

R2(config)#int s0
R2(config-if)#encapsulatiion frame-raley
R2(config-if)#frame-relay intf-type dce
R2(config-if)#clock rate 64000
R2(config-if)#frame-relay lmi-type cisco
R2(config-if)#frame-relay route 102 interface s1 201
R2(config-if)#no shut
 
R2(config)#int s1
R2(config-if)#encapsulatiion frame-raley
R2(config-if)#frame-relay intf-type dce
 R2(config-if)#clock rate 64000
R2(config-if)#frame-relay lmi-type cisco
R2(config-if)#frame-relay route 201 interface s0 102
R2(config-if)#no shut
 
R1:
R1(config)#int s0
R1(config-if)#encapsulation frame-relay
R1(config-if)#ip address 10.0.0.1 255.255.255.252
R1(config-if)#frame-relay map ip 10.0.0.2  102  broadcast
R1(config-if)#no shut
R3:
R3config)#int s1
R3(config-if)#encapsulation frame-relay
R3(config-if)#ip address 10.0.0.2 255.255.255.252
R3(config-if)#frame-relay map ip 10.0.0.1  201  broadcast
R3(config-if)#no shut
 
帧中继是可以PING通的,但是目前还不能PING通自己,所以我们给自身加一条映射:
R1

R1(config)#int s0
R1(config-if)#frame-relay map ip 10.0.0.1 102 broadcast
R3:
R3config)#int s1
R3(config-if)#frame-relay map ip 10.0.0.2 201 broadcast

本文出自 “沉沦-给生命另外一个起点” 博客,请务必保留此出处http://59099.blog.51cto.com/49099/16685





    文章评论
 
2007-02-01 11:53:27
还比较简单
值得鼓励~

2007-11-26 13:53:58
不错的配置,但如能附上注释会更好

 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: