电脑技术学习

Re:framerelayoveriptunnel

dn001

  【 在 harleyho2000 的大作中提到:】
  :有谁接触过这个技术吗?
  :有的话希望来介绍一下,或者给点资料,谢谢!
  :
  :hamlet12521@hotmail.com
  :......
   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