enable
conf t
!
no ip domain-lookup
line cons 0
no exec-time
logg sync
!
no ip routing (取消路由器路由功能)
frame-relaly switching (启用frame-relay功能)
!
interface serial 0 (进入某接口)
encapsulation frame-relay (封装frame-relay)
no ip address
frame lmi-type ansi (制定lmi的类型,当然要按你制定的lmi类型来规划你dlci的范围)
frame intf-type dce(定义接口类型是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     Status(状态)
Serial1         102                  Serial0         201             inactive

这里主要关心stauts,如果是inactice都是不对的,应该是看到active才是正确的
当然也可以通过
show frame-relay pvc 来查看该消息