新闻中心

EEPW首页 > 手机与无线通信 > 设计应用 > 帧中继交换机的配置

帧中继交换机的配置

作者: 时间:2010-02-26 来源:网络 收藏

  做出这份图表之后,的第一步是引导,可以用全局命令frame-reIay switching来完成。随后,设置串口以用于,使用encapsulation frame-reIay命令将数据格式封装成帧中继。另外,还需要在接口提示符下使用frame-felayLmi type[ansi|Cisco|q993a]命令来设置LMI的类型。随后,应该使用frame-relay intf-type命令。由于接口是DCE的,就要求使用clock rate bit/s命令来设置波特率,其中, bit/s的值可以从1200到8000000。最后,命令frame-relay route [16-1007]inbound_DLCI interface outbound_serial_interface [16-1007]outbount_DLCI能够在接口上产生一个PVC并且将它映射到另外一个接口上去。下例演示了这些命令的用法以及帧中继的基本方法

  frame_switch#

  frame_switch#conf t

  Enten configuration commandso, ne per 1ine. End with CNTL/2.

  frame_switch{config)#f rame-relay switching

  frame_switch(config)#interface serial O

  frame_sv/itch(conifg-if)#encapsulation frame-relay

  frame_switch(config-if)#frame-relay intf-type dce

  fname_switch(config-if)#frame-relay lmi-type ansi

  frame_switch(config-if)#clock rate 56000

  frame_switch(config-if)#frame-relay route 1Ot interface s5 102

  frame_switch (config-if)#exit

  fname_switch(config-if)#

  fname_switch(config)#interface serial 5

  fname_switch(config-if)#encapsulation f rame-relay

  frame_switch(config-if)#frame-relay intf-type ctce

  frame_switch(config-if)#clock rate 56000

  frame_switch(config-1f)#frame-relay route 102 interface sO 101

  frame_switch (config-if) #exit

  frame_swi.tch(config-if) #

交换机相关文章:交换机工作原理



上一页 1 2 下一页

评论


相关推荐

技术专区

关闭