Chinaunix首页 | 论坛 | 博客
  • 博客访问: 214162
  • 博文数量: 48
  • 博客积分: 4011
  • 博客等级: 上校
  • 技术积分: 695
  • 用 户 组: 普通用户
  • 注册时间: 2009-06-26 17:15
文章分类

全部博文(48)

文章存档

2011年(1)

2010年(1)

2009年(46)

我的朋友

分类: 系统运维

2009-06-27 21:27:42

en
conf t
no ip domain-lookup
line co 0
no exec-time
logg sy

no ip routing
frame-relaly switching

interface serial 0
encapsulation frame-relay
frame lmi-type ansi (制定lmi的类型,当然要按你制定的lmi类型来规划你dlci的范围)
frame intf-type dce

clock rate 64000
frame route dlci-num(本地dlci) interface serial 1 dlci-num(将本地dlci和目的接口以及目的接口的dlci相关联,对方接口也要作相应的配置)
no shutdown
!
end

这个只是在一个接口上作了配置,对端接口也要作相应的配置

能被制定的lmi标准:ansi,q933a,cisco

不同的标准dlci的范围也是不一样的ansi和q933a的范围是16~992,cisco是16~1007

在将一台route转变为frame-relay后可以通过如下命令来查询配置情况

show frame-relay route (查看dlci的映射情况)
Router#show frame-relay route
Input Intf      Input Dlci    Output Intf     Output Dlci     Statuts
Serial1         102             Serial0         201          inactive


这里主要关心stauts,如果是inactice都是不对的,应该是看到active才是正确的
当然也可以通过


阅读(860) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~