精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>网络专区>>● CISCO>>故障排错>>Re:frame relay over ip tunnel

主题:Re:frame relay over ip tunnel
发信人: yahoomsn2000(Beach Boy)
整理人: amac(2001-12-25 16:59:52), 站内信件
【 在 harleyho2000 的大作中提到:】
:有谁接触过这个技术吗?
:有的话希望来介绍一下,或者给点资料,谢谢!
:
:[email protected]
:......
 Config Sample:
Both end DLCI 303
Router A:
frame-relay switching
interface Loopback0
 ip address 192.168.1.1 255.255.255.0 
!
interface Tunnel1
 bandwidth 64
 no ip address
 tunnel source Loopback0
 tunnel destination 192.168.2.1

interface Serial1/0
 bandwidth 64
 no ip address
 encapsulation frame-relay
 ip route-cache flow
 no ip mroute-cache
 no fair-queue
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 303 interface Tunnel1 400

Router B:
frame-relay switching
interface Loopback0
 ip address 192.168.2.1 255.255.255.0 
!
interface Tunnel1
 bandwidth 64
 no ip address
 tunnel source Loopback0
 tunnel destination 192.168.1.1

interface Serial1/0
 bandwidth 64
 no ip address
 encapsulation frame-relay
 ip route-cache flow
 no ip mroute-cache
 no fair-queue
 frame-relay lmi-type ansi
 frame-relay intf-type dce
 frame-relay route 303 interface Tunnel1 400

[关闭][返回]