Chinaunix首页 | 论坛 | 博客
  • 博客访问: 597651
  • 博文数量: 825
  • 博客积分: 5000
  • 博客等级: 大校
  • 技术积分: 4980
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-27 14:19
文章分类

全部博文(825)

文章存档

2011年(1)

2008年(824)

我的朋友

分类:

2008-10-27 14:20:00


  config t
  1
  frame-relay switching
  !
  interface Serial0
  no ip address
  no keepalive
  encapsulation frame-relay
  clockrate 64000
  frame-relay intf-type dce
  ! In the config below, the 102 is the DLCI that will be
  ! presented to the router connected to this - S0 -
  ! interface. 201 is the DLCI that is mapped to S1
  frame-relay route 102 interface Serial1 201
  frame-relay route 103 interface Serial2 301
  interface Serial1
  no ip address
  no keepalive
  encapsulation frame-relay
  clockrate 64000
  frame-relay intf-type dce
  frame-relay route 201 interface Serial0 102
  frame-relay route 203 interface Serial2 302
  
  interface Serial2
  no ip address
  no keepalive
  encapsulation frame-relay
  clockrate 64000
  frame-relay intf-type dce
  frame-relay route 301 interface Serial0 103
  frame-relay route 302 interface Serial1 203
  
  
  源码:--------------------------------------------------------------------------------
   ________ ______
   | FR SW |_S2______S0_| R3 |
   |_______ | |______|
   S0 / \ S1
   / / S0 __/___ _\_S0__
   | R1 | | R2 |
   |_____| |_______|
  
  --------------------------------------------------------------------------------
  R1 S0, R2 S0 and R3 S0 will be on the same subnet. You can treat it as p2mp.
  I put all the DCE ends of the cables on the Frame Switch, so clock rate is
  defined there. However, this is not a requirement. The FR Switch router
  does not need to have the DCE end. Regardless of the gender of the cable,
  however, the "frame-relay intf-type dce" is required. I defined the DLCIs
  as Source Router + 0 + Destination Router. So if the circuit goes from
  R1 to R3 it's DLCI 103. From R3 to R1 it's DLCI 301.
  
  
  
  
【责编:admin】

--------------------next---------------------

阅读(372) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~