04-以太网链路聚合典型配置举例
本章节下载: 04-以太网链路聚合典型配置举例 (233.27 KB)
H3C S12500R产品以太网链路聚合配置举例
Copyright © 2021 新华三技术有限公司 版权所有,保留一切权利。
非经本公司书面许可,任何单位和个人不得擅自摘抄、复制本文档内容的部分或全部,并不得以任何形式传播。
除新华三技术有限公司的商标外,本手册中出现的其它公司的商标、产品标识及商品名称,由各自权利人拥有。
本文档中的信息可能变动,恕不另行通知。
目 录
本文档介绍以太网链路聚合特性的配置举例。
本文档中的配置均是在实验室环境下进行的配置和验证,配置前设备的所有参数均采用出厂时的缺省配置。如果您已经对设备进行了配置,为了保证配置效果,请确认现有配置和以下举例中的配置不冲突。
本文档假设您已了解以太网链路聚合特性。
如图1所示:
· Device A与Device B通过各自的二层以太网接口HundredGigE1/0/1~HundredGigE1/0/3相互连接。
· Device A和DeviceB均参与VLAN 10、VLAN 20的数据流量转发。现要求两设备上相同VLAN可以互通。为提高设备间链路带宽及可靠性,可使用二层链路聚合特性实现。
要使VLAN 10与VLAN 20的数据流量均能通过二层聚合接口1,可配置二层聚合接口的链路类型为Trunk端口,并允许VLAN 10和VLAN 20的报文通过。
本举例是在R3606版本上进行配置和验证的。
· 配置聚合组的成员端口过程中,建议配置顺序:在端口视图下使用display this命令查看端口上是否存在属性类配置(包括端口隔离配置、VLAN配置、VLAN映射),如果有这类配置,请使用对应的undo命令删除这些配置,使端口保持在缺省属性类配置状态,然后再把端口加入到新创建的聚合组内。
· 由于静态聚合组中端口选中状态不受对端端口是否在聚合组中及是否处于选中状态的影响。这样有可能导致两端设备所确定的Selected状态端口不一致,当两端都支持配置静态和动态聚合组的情况下,建议用户优选动态聚合组。
# 创建VLAN 10,并将端口HundredGigE1/0/4加入到该VLAN 10中。
<DeviceA> system-view
[Sysname] interface hundredgige 1/0/4
[Sysname-HundredGigE1/0/4] port link-mode bridge
[Sysname-HundredGigE1/0/4] quit
[DeviceA] vlan 10
[DeviceA-vlan10] port hundredgige 1/0/4
[DeviceA-vlan10] quit
# 创建VLAN 20,并将端口HundredGigE1/0/5加入到该VLAN 20中。
[Sysname] interface hundredgige 1/0/5
[Sysname-HundredGigE1/0/5] port link-mode bridge
[Sysname-HundredGigE1/0/5] quit
[DeviceA] vlan 20
[DeviceA-vlan20] port hundredgige 1/0/5
[DeviceA-vlan20] quit
# 创建二层聚合接口1。(根据具体情况选择下面两种方式之一)
· 采用静态聚合模式:创建二层聚合接口1
[DeviceA] interface bridge-aggregation 1
[DeviceA-Bridge-Aggregation1] quit
· 采用动态聚合模式:创建二层聚合接口1,并配置动态聚合模式
[DeviceA] interface bridge-aggregation 1
[DeviceA-Bridge-Aggregation1] link-aggregation mode dynamic
[DeviceA-Bridge-Aggregation1] quit
# 将端口HundredGigE1/0/1~HundredGigE1/0/3加入到聚合组1中。
[DeviceA] interface range hundredgige 1/0/1 to hundredgige 1/0/3
[DeviceA-if-range] port link-mode bridge
[DeviceA-if-range] port link-aggregation group 1
[DeviceA-if-range] quit
# 配置二层聚合接口1为Trunk端口,并允许VLAN 10和VLAN 20的报文通过。
[DeviceA] interface bridge-aggregation 1
[DeviceA-Bridge-Aggregation1] port link-type trunk
Configuring HundredGigE1/0/1 done.
Configuring HundredGigE1/0/2 done.
Configuring HundredGigE1/0/3 done.
[DeviceA-Bridge-Aggregation1] port trunk permit vlan 10 20
Configuring HundredGigE1/0/1 done.
Configuring HundredGigE1/0/2 done.
Configuring HundredGigE1/0/3 done.
[DeviceA-Bridge-Aggregation1] quit
Device B上的配置与Device A完全相同,此处不再赘述。
# 通过display link-aggregation verbose命令来显示聚合组的相关信息,以验证配置是否成功。
· 采用静态聚合模式的链路聚合配置信息
[DeviceA] display link-aggregation verbose
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected, I -- Individual
Port: A -- Auto port
Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
D -- Synchronization, E -- Collecting, F -- Distributing,
G -- Defaulted, H -- Expired
Role: P -- Primary, S -- Secondary
Aggregation Interface: Bridge-Aggregation1
Aggregation Mode: Static
Loadsharing Type: Shar
Port Status Priority Oper-Key Role
HGE1/0/1 S 32768 1 None
HGE1/0/2 S 32768 1 None
HGE1/0/3 S 32768 1 None
结果说明:本端加入到静态聚合组内的成员端口都处于Selected状态,与对端对应端口是否是Selected状态无关。
· 采用动态聚合模式的链路聚合配置信息
[DeviceA] display link-aggregation verbose
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected, I -- Individual
Port: A -- Auto port
Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
D -- Synchronization, E -- Collecting, F -- Distributing,
G -- Defaulted, H -- Expired
Role: P -- Primary, S -- Secondary
Aggregation Interface: Bridge-Aggregation1
Aggregation Mode: Dynamic
Loadsharing Type: Shar
System ID: 0x8000, 000f-e234-5678
Local:
Port Status Priority Index Oper-Key Flag
HGE1/0/1 S 32768 2 1 {ACDEF}
HGE1/0/2 S 32768 3 1 {ACDEF}
HGE1/0/3 S 32768 4 1 {ACDEF}
Remote:
Actor Priority Index Oper-Key SystemID Flag
HGE1/0/1 32768 2 1 0x8000, a4e5-c316-0100 {ACDEF}
HGE1/0/2 32768 3 1 0x8000, a4e5-c316-0100 {ACDEF}
HGE1/0/3 32768 4 1 0x8000, a4e5-c316-0100 {ACDEF}
结果说明:本端和对端设备上聚合组内的成员端口都处于Selected状态。原因是在动态链路聚合中通过LACP协议报文交互,可使两端聚合组内的成员端口选中状态达成一致,可顺利实现对用户数据的转发。
· Device A:
#
vlan 10
#
interface HundredGigE1/0/4
port link-mode bridge
port access vlan 10
#
vlan 20
#
interface HundredGigE1/0/5
port link-mode bridge
port access vlan 20
¡ 采用静态聚合模式
#
interface Bridge-Aggregation1
port link-type trunk
port trunk permit vlan 10 20
¡ 采用动态聚合模式
#
interface Bridge-Aggregation1
port link-type trunk
port trunk permit vlan 10 20
link-aggregation mode dynamic
#
interface HundredGigE1/0/1
port link-mode bridge
port link-type trunk
port trunk permit vlan 10 20
port link-aggregation group 1
#
interface HundredGigE1/0/2
port link-mode bridge
port link-type trunk
port trunk permit vlan 10 20
port link-aggregation group 1
#
interface HundredGigE1/0/3
port link-mode bridge
port link-type trunk
port trunk permit vlan 10 20
port link-aggregation group 1
#
· Device B:
Device B上的配置文件与Device A相同。
如图2所示:
· Device A与Device B通过各自的三层以太网接口HundredGigE1/0/1~HundredGigE1/0/3相互连接。
· 在Device A和Device B上分别配置三层链路聚合组,并为对应的三层聚合接口配置IP地址和子网掩码。
本举例是在R3606版本上进行配置和验证的。
由于静态聚合组中端口选中状态不受对端端口是否在聚合组中及是否处于选中状态的影响。这样有可能导致两端设备所确定的Selected状态端口不一致,当两端都支持配置静态和动态聚合模式的情况下,建议用户选择配置动态聚合模式。
# 创建三层聚合接口1。(根据具体情况选择下面两种方式之一)
· 采用静态聚合模式
<DeviceA> system-view
[DeviceA] interface route-aggregation 1
· 采用动态聚合模式
[DeviceA] interface route-aggregation 1
[DeviceA-Route-Aggregation1] link-aggregation mode dynamic
# 为三层聚合接口1配置IP地址和子网掩码。
[DeviceA-Route-Aggregation1] ip address 192.168.1.1 24
[DeviceA-Route-Aggregation1] quit
# 将接口HundredGigE1/0/1~HundredGigE1/0/3加入聚合组1。
[DeviceA] interface range hundredgige 1/0/1 to hundredgige 1/0/3
[DeviceA-if-range] port link-mode route
[DeviceA-if-range] port link-aggregation group 1
[DeviceA-if-range] quit
Device B上的配置与Device A相同,配置过程略。
# 通过display link-aggregation verbose命令来显示聚合组的相关信息,以验证配置是否成功。
· 采用静态聚合模式的聚合组信息
[DeviceA] display link-aggregation verbose
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected, I -- Individual
Port: A -- Auto port
Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
D -- Synchronization, E -- Collecting, F -- Distributing,
G -- Defaulted, H -- Expired
Role: P -- Primary, S -- Secondary
Aggregate Interface: Route-Aggregation1
Aggregation Mode: Static
Loadsharing Type: Shar
Port Status Priority Oper-Key Role
HGE1/0/1 S 32768 1 None
HGE1/0/2 S 32768 1 None
HGE1/0/3 S 32768 1 None
结果说明:本端加入到静态聚合组内的成员端口都处于Selected状态,与对端对应端口是否是Selected状态无关。
· 采用动态聚合模式的聚合组信息
[DeviceA] display link-aggregation verbose
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected, I -- Individual
Port: A -- Auto port
Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
D -- Synchronization, E -- Collecting, F -- Distributing,
G -- Defaulted, H -- Expired
Role: P -- Primary, S -- Secondary
Aggregate Interface: Route-Aggregation1
Aggregation Mode: Dynamic
Loadsharing Type: Shar
System ID: 0x8000, 000f-e267-6c6a
Local:
Port Status Priority Index Oper-Key Flag
HGE1/0/1 S 32768 2 1 {ACDEF}
HGE1/0/2 S 32768 3 1 {ACDEF}
HGE1/0/3 S 32768 4 1 {ACDEF}
Remote:
Actor Priority Index Oper-Key SystemID Flag
HGE1/0/1 32768 2 1 0x8000, 68fa-34f2-0200 {ACDEF}
HGE1/0/2 32768 3 1 0x8000, 68fa-34f2-0200 {ACDEF}
HGE1/0/3 32768 4 1 0x8000, 68fa-34f2-0200 {ACDEF}
结果说明:本端和对端设备上聚合组内的成员端口都处于Selected状态。原因是在动态链路聚合中通过LACP协议报文交互,可使两端聚合组内的成员端口选中状态达成一致,可顺利实现对用户数据的转发。
· Device A:
#
¡ 采用静态聚合模式
#
interface route-aggregation1
ip address 192.168.1.1 255.255.255.0
#
¡ 采用动态聚合模式
#
interface route-aggregation1
ip address 192.168.1.1 255.255.255.0
link-aggregation mode dynamic
#
interface HundredGigE1/0/1
port link-mode route
port link-aggregation group 1
#
interface HundredGigE1/0/2
port link-mode route
port link-aggregation group 1
#
interface HundredGigE1/0/3
port link-mode route
port link-aggregation group 1
#
· Device B:
Device B上的配置文件与Device A类似。
· H3C S12500R系列交换路由器 二层技术-以太网交换配置指导-R3606
· H3C S12500R系列交换路由器 二层技术-以太网交换命令参考-R3606
不同款型规格的资料略有差异, 详细信息请向具体销售和400咨询。H3C保留在没有任何通知或提示的情况下对资料内容进行修改的权利!