产品
产品中心
< 返回主菜单
产品

交换机

交换机所有产品
< 返回产品
交换机
查看交换机首页 >

无线

无线所有产品
< 返回产品
无线
查看无线首页 >

云桌面

云桌面产品方案中心
< 返回产品
云桌面
查看云桌面首页 >

安全

安全所有产品
< 返回产品
安全
查看安全首页 >
产品中心首页 >
行业
行业中心
< 返回主菜单
行业
行业中心首页 >

【RSR】RSR如何配置基础MP

发布时间:2013-09-12
点击量:2590

应用场景

企业的分支到总部若有多条广域网链路,并且都封装为PPP协议,那么可以使用PPP 链路捆绑技术把多条物理链路捆绑成一条逻辑链路,来达到多条PPP链路的负载均衡及备份冗余的效果。

一、组网需求

金融网点设备租用运营商两条运营商E1线路,通过MP技术捆版为一条4M链路,用于带宽扩展。 

二、组网拓扑

     

 

三、配置要点

1、创建multilink 接口

2、配置需要捆绑的E1接口:

1)进入CE1的controller接口,配置为E1成帧模式

2)进入虚拟生成的serial口,配置该接口的PPP封装 ,注意,只有PPP封装才能捆绑

3、serial口启用并关联multilink 组

4、在multilink接口配置IP

5、配置PPP的认证(可选)

 

四、配置步骤

1、创建multilink 接口

RSR-A(config)#interface multilink 1       //创建multilink组

RSR-B(config)#interface multilink 1 

2、配置需要捆绑的E1接口:

1) 进入E1的controller接口,配置为E1成帧模式

RSR-A(config)#controller e1 3/1/0    //进入E1/CE1控制接口

RSR-A(config-controller)#using  e1    //选择模式,这里配置为E1模式

RSR-A(config)#controller e1 3/1/1 

RSR-A(config-controller)#using  e1  

RSR-B(config)#controller e1 4/1/0   

RSR-B(config-controller)#using  e1   

RSR-B(config)#controller e1 4/1/1  

RSR-B(config-controller)#using  e1   

2进入虚拟生成的serial接口配置PPP封装

RSR-A(config)#interface Serial 3/1/0:0    //controller接口虚拟出来的serial口,虚拟出来的接口编号是在controller接口编号上加”:0“

RSR-A (config-if - Serial 3/1/0:0)# encapsulation PPP  //封装为PPP

RSR-A(config)#interface Serial 3/1/1:0    

RSR-A (config-if - Serial 3/1/1:0)# encapsulation PPP

RSR-B(config)#interface Serial 4/1/0:0  

RSR-B (config-if - Serial 4/1/0:0)# encapsulation PPP 

RSR-B(config)#interface Serial 4/1/1:0  

RSR-B (config-if - Serial 4/1/1:0)# encapsulation PPP 

3、serial口关联multilink 组

 RSR-A (config-if - Serial 3/1/0:0)#ppp multilink         //启用 multilink功能

 RSR-A (config-if - Serial 3/1/0:0)#ppp multilink group 1    // 捆绑上 multilink 1

 RSR-A (config-if - Serial 3/1/1:0)#ppp multilink        

 RSR-A (config-if - Serial 3/1/1:0)#ppp multilink group 1   

 RSR-B (config-if - Serial 4/1/0:0)# ppp multilink

 RSR-B (config-if - Serial 4/1/0:0)# ppp multilink group 1

 RSR-B (config-if - Serial 4/1/1:0)# ppp multilink

 RSR-B (config-if - Serial 4/1/1:0)# ppp multilink group 1

4、在multilink接口配置IP

RSR-A(config)#interface multilink 1       //创建multilink组

RSR-A(config-if-multilink 1)# ip address 1.1.1.1 255.255.255.0

RSR-B(config)#interface multilink 1 

RSR-A(config-if-multilink 1)# ip address 1.1.1.2 255.255.255.0

5、配置PPP认证(可选)

配置PPP认证有PAP和CHAP两种,可以提高链路安全性;配置参考”PPP封装“章节(典型配置--->广域网接口配置--->PPP封装)

注意:multilink捆绑后,PPP认证仍然是配置在实际物理接口下,而不是配置在multilink接口。

 

不论是CPOS/E1/CE1/同步串口,都可以进行MP捆绑,只要找到对应的serial按照上面的方式进行捆绑即可。

 

五、配置验证

      1、通过show interfaces multilink 1 具体接口,确认接口协商状态。物理和协议都up说明协商OK。

2、通过ping测试链路是否联通

RSR-A#ping 1.1.1.2

Sending 5, 100-byte ICMP Echoes to 1.1.1.2, timeout is 2 seconds:

  < press Ctrl+C to break >

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms 

 

 

 

相关产品

返回顶部

请选择服务项目
关闭咨询页
售前咨询 售前咨询
售前咨询
售后服务 售后服务
售后服务
意见反馈 意见反馈
意见反馈
更多联系方式