发新话题
打印

如何在router上设置frame replay的点对点连接

如何在router上设置frame replay的点对点连接

frame relay
在总头是router 2611   端口256k
分头是router1721       端口64k

我不知道如何配置,哪位可以教教我?

TOP

interface Serialx/x/x
no ip address
no ip directed-broadcast
encapsulation frame-relay
ip route-cache distributed
no ip mroute-cache
no fair-queue
frame-relay lmi-type q933a
!
interface Serialx/x/x.1 point-to-point
bandwidth 256(64)这个无所谓
ip address x.x.x.x .x.x.x.x
no ip directed-broadcast
no ip mroute-cache
frame-relay interface-dlci xxx
注意两边的lmi-type 和dlci

TOP

发新话题