| 
 | 
	
 
随着技术的迅猛发展,Internet的广泛应用,对通信介质的要求越来越高。帧中继(Frame-relay )以它通信稳定、速度快捷、价格优惠而得以迅速普及;而用好帧中继的关键就是器的配置。 
  1 、CIO 器的配置 
  interface Serial0 (配置广域端口) 
  encapsulation frame-relay TF(封装帧中继) 
  frame-relay lmi-type ansi 
  (帧中继协议为ansi,此与邮局端要对应) 
  ip address端口IP地址子网掩码 
  frame-relay interface-dlci 16 
  (16为邮局给此端口分配的dlci号) 
  ip route对端IP地址子网掩码对端广域口IP地址 
  2 、3COM器设置(限帧中继部分) 
  Set Privilege=NetMgr(授权管理) 
  Setd -ip cont=route (激活功能) 
  Setd!3 -path linetype=leased (线路类型为专线) 
  Setd!4 -port own=framerelay(专线类型为帧中继) 
  Setd!4 -fr cont=ansilmi(协议类型为ansi) 
  Setd!4 -ip net=11.53.240.34 
  255.255.255.252 (端口IP地址子网掩码) 
  Add -ip addr对端IP地址 @460 (460 为对端dlci号) 
  Add -ip route 对端网段子网掩码 
  对端广域IP地址 1(metric即下跳数) 
  Setd!3 -path cont=e(激活路径) 
  Setd!4 -port cont=e(激活端口) 
  3 、BDCOM 器设置(限帧中继部分) 
  Co 
  Chinese (选择中文界面) 
  Quit 
  S0 
  Encap framerelay 
  Ip add广域IP地址子网掩码 
  Fr local_dlci add 16(16为本方DLCI号) 
 &n 
1 |   
 
 
 
 |