首页 > 学院 > 网络通信 > 正文

Riverstone 将两条E1绑定增加带宽的配置

2019-11-04 20:37:50
字体:
来源:转载
供稿:网友

  两端为Riverstone的设备,将两条E1绑定在一起以增加带宽,配置如下:
  1. PE config
  port set e1.6.1 framing none wan-encapsulation ppp
  port set e1.6.2 framing none wan-encapsulation ppp
  !
  ppp create-mlp mp.1 slot 6
  ppp add-to-mlp mp.1 port e1.6.1
  ppp add-to-mlp mp.1 port e1.6.2
  !
  interface create ip mppp address-netmask 7.7.7.1/30 port mp.1
  !
  system set name PE
  !
  2. CE config
  !
  port set e1.4.1 framing none wan-encapsulation ppp
  port set e1.4.2 framing none wan-encapsulation ppp
  !
  ppp create-mlp mp.1 slot 4
  ppp add-to-mlp mp.1 port e1.4.1
  ppp add-to-mlp mp.1 port e1.4.2
  !
  interface create ip mppp address-netmask 7.7.7.2/30 port mp.1
  !
  system set name CE
  !

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表