分类: 系统运维
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才是正确的
当然也可以通过