好消息,超酷的在线虚拟网络实验室上线了!点击开始实验

为获得更好的浏览效果,建议您使用 Firefox 或者 Chrome 浏览器



 

2.1.3 Mp-group应用组网配置

 

组网需求

CPOS还有一个很重要的应用就是Mp-group捆绑。Mp-group就是把CPOSE1/T1)通道化出来的串口链路进行逻辑上的绑定,增加了链路带宽并且进行分片轮转发提高链路利用率和效率。这里抽象出一个模型如下图4示:

 

 图1:  Mp-group应用配置举例组网图

设备

接口

IP地址

设备

接口

IP地址

Router A

Serial 2/1/9/1:0

 

Router B

Serial 5/1/9:0

 

 

Serial 2/1/9/2:0

 

 

Serial 5/1/10:0

 

 

Serial 2/1/9/3:0

 

 

Serial 5/1/11:0

 

 

Serial 2/1/9/4:0

 

 

Serial 5/1/12:0

 

 

Mp-group2/1/1

202.117.1./30

 

Mp-group5/1/1

202.117.1.2/30

 

Router ACPOS接口通过光纤接入到SDH网络,Router BE1T1子卡工作在E1模式,各接口通过E1线缆接入到SDH网络,这里的SDH网络除了提供高精度的时钟外,还需要配置正确的复用关系,使得Router ACPOS创建的通道和Router BE1对应。Router ACPOS接口下的1~4通道对应的串口加入Mp-group 2/1/1捆绑集,Router BE1 5/1/9~E1 5/1/12接口对应的串口加入Mp-group 5/1/1捆绑集,进行相应配置,使得Router AMp-group2/1/1Router BMp-group5/1/1互通。

这里假设SDH传输设备上已经配置好对应关系:Router A设备CPOS控制口下的1~4通道分别对应Router BE1 9~12端口下的通道。

 

配置思路

1) CPOS控制口下在对应的通道下创建串口;E1子卡控制口下创建对应串口;

2) 设置控制口、通道的各种物理属性;

3) 创建Mp-group捆绑逻辑口,配置IP地址等参数;

4) 进入CPOSE1下创建的各个串口视图,把串口加入对应的Mp-group捆绑集中。

 

配置步骤

&  说明:

l           以下配置均是在实验室环境下进行的配置和验证,配置前设备的所有参数均采用出厂时的缺省配置。如果您已经对设备进行了配置,为了保证配置效果,请确认现有配置和以下配置不冲突。

l           本文档不严格与具体软、硬件版本对应。

l           这里的主时钟由SDH网络提供,并且此文档不包含SDH网络中传输设备的相关配置,传输设备配置具体参考对应设备操作手册。

 

设备A的配置

1、配置步骤

#进入控制口,在对应的通道下创建串口

<RouterA> system-view

[RouterA] controller Cpos 2/1/9

[RouterA-Cpos2/1/9] e1 1 channel-set 0 timeslot-list 1-31

[RouterA-Cpos2/1/9] e1 2 channel-set 0 timeslot-list 1-31

[RouterA-Cpos2/1/9] e1 3 channel-set 0 timeslot-list 1-31

[RouterA-Cpos2/1/9] e1 4 channel-set 0 timeslot-list 1-31

 

#创建Mp-group捆绑集,并配置IP地址

[RouterA] interface Mp-group 2/1/1

[RouterA-Mp-group2/1/1] ip address 202.117.1.1 30

 

#进入CPOS控制口下创建的4个串口视图,把串口加入Mp-group捆绑集

[RouterA] interface Serial 2/1/9/1:0

[RouterA-Serial 2/1/9/1:0] ppp mp Mp-group 2/1/1

[RouterA] interface Serial 2/1/9/2:0

[RouterA-Serial 2/1/9/2:0] ppp mp Mp-group 2/1/1

[RouterA] interface Serial 2/1/9/3:0

[RouterA-Serial 2/1/9/3:0] ppp mp Mp-group 2/1/1

[RouterA] interface Serial 2/1/9/4:0

[RouterA-Serial 2/1/9/4:0] ppp mp Mp-group 2/1/1

 

2、配置文件

#

controller Cpos2/1/9

e1 1 channel-set 0 timeslot-list 1-31

e1 2 channel-set 0 timeslot-list 1-31

e1 3 channel-set 0 timeslot-list 1-31

e1 4 channel-set 0 timeslot-list 1-31

#

interface Mp-group3/1/1

 ip address 202.117.1.1 255.255.255.252

#   

interface Serial2/1/9/1:0

 link-protocol ppp

 ppp mp Mp-group 2/1/1

#

interface Serial2/1/9/2:0

 link-protocol ppp

 ppp mp Mp-group 2/1/1

#

interface Serial2/1/9/3:0

 link-protocol ppp

 ppp mp Mp-group 2/1/1

#

interface Serial2/1/9/4:0

 link-protocol ppp

 ppp mp Mp-group 2/1/1

#

 

设备B的配置

1、配置步骤

#进入控制口,在对应的通道下创建串口

<RouterB> system-view

[RouterB] controller E1 5/1/9

[RouterB-E1 5/1/9] channel-set 0 timeslot-list 1-31

[RouterB] controller E1 5/1/10

[RouterB-E1 5/1/10] channel-set 0 timeslot-list 1-31

[RouterB] controller E1 5/1/11

[RouterB-E1 5/1/11] channel-set 0 timeslot-list 1-31

[RouterB] controller E1 5/1/12

[RouterB-E1 5/1/12] channel-set 0 timeslot-list 1-31

 

#创建Mp-group捆绑集,并配置IP地址

[RouterB] interface Mp-group 5/1/1

[RouterB-Mp-group5/1/1] ip address 202.117.1.2 30

 

#进入E1控制口下创建的4个串口视图,把串口加入Mp-group捆绑集

[RouterB] interface Serial 5/1/9:0

[RouterB-Serial 5/1/9:0] ppp mp Mp-group 5/1/1

[RouterB] interface Serial 5/1/10:0

[RouterB-Serial 5/1/10:0] ppp mp Mp-group 5/1/1

[RouterB] interface Serial 5/1/11:0

[RouterB-Serial 5/1/11:0] ppp mp Mp-group 5/1/1

[RouterB] interface Serial 5/1/12:0

[RouterB-Serial 5/1/12:0] ppp mp Mp-group 5/1/1

 

2、配置文件

#

controller E1 5/1/9

  channel-set 0 timeslot-list 1-31

#

controller E1 5/1/10

  channel-set 0 timeslot-list 1-31

#

controller E1 5/1/11

  channel-set 0 timeslot-list 1-31

#

controller E1 5/1/12

  channel-set 0 timeslot-list 1-31

#

interface Mp-group5/1/1

 ip address 202.117.1.2 255.255.255.252

# 

interface Serial 5/1/9:0

 link-protocol ppp

 ppp mp Mp-group 5/1/1

#

interface Serial 5/1/10:0

 link-protocol ppp

 ppp mp Mp-group 5/1/1

#

interface Serial 5/1/11:0

 link-protocol ppp

 ppp mp Mp-group 5/1/1

#

interface Serial 5/1/12:0

 link-protocol ppp

 ppp mp Mp-group 5/1/1

#

 

验证结果

[Router A]ping 202.117.1.2

  PING 202.117.1.2: 56  data bytes, press CTRL_C to break

    Reply from 202.117.1.2: bytes=56 Sequence=1 ttl=255 time=5 ms

    Reply from 202.117.1.2: bytes=56 Sequence=2 ttl=255 time=4 ms

    Reply from 202.117.1.2: bytes=56 Sequence=3 ttl=255 time=130 ms

    Reply from 202.117.1.2: bytes=56 Sequence=4 ttl=255 time=4 ms

    Reply from 202.117.1.2: bytes=56 Sequence=5 ttl=255 time=4 ms

 

  --- 202.117.1.2 ping statistics ---

    5 packet(s) transmitted

    5 packet(s) received

    0.00% packet loss

    round-trip min/avg/max = 4/29/130 ms 

 

 

X Close
X Close