Hi,
Configuration Roadmap
l The configuration roadmap for the Cisco switch is as follows:
a. Create a port channel and add member interfaces, and configure a link aggregation mode.
b. Configure a load balancing mode.
l The configuration roadmap for the Huawei S series switch is as follows:
a. Create an Eth-Trunk and add interfaces to the Eth-Trunk.
b. Configure a load balancing mode.
Procedure
Step 1 Configure link aggregation in manual mode on the Cisco switch.
# Create a port channel and add member interfaces, and configure a link aggregation mode on the Cisco switch.
Switch# configure terminal
Switch(config)# hostname Cisco
Cisco(config)# interface range GigabitEthernet 0/1 -2
Cisco(config-if-range)# channel-group 2 mode on
isco(config-if-range)# end
# Configure a load balancing mode of the port channel.
Cisco# configure terminal
Cisco(config)# port-channel load-balance src-dst-mac
Cisco(config)# end
Step 2 Configure link aggregation in manual mode on the Huawei S series switch.
# Create an Eth-Trunk on the Huawei S series switch and add member interfaces to the Eth-Trunk. By default, Huawei S series switches are connected using link aggregation in manual mode. Therefore, you do not need to configure the link aggregation mode.
<HUAWEI> system-view
[HUAWEI] sysname Huawei
[Huawei] interface eth-trunk 1
[Huawei-Eth-Trunk1] trunkport gigabitethernet 0/0/1 to 0/0/3
[Huawei-Eth-Trunk1] quit
# Configure the load balancing mode of Eth-Trunk 1.
[Huawei] interface eth-trunk 1
[Huawei-Eth-Trunk1] load-balance src-dst-mac
[Huawei-Eth-Trunk1] quit
Step 3 Verify the configuration.
l Run the display eth-trunk [ trunk-id [ interface interface-type interface-number | verbose ] ] command to check the link aggregation configuration on the Huawei S series switch.
l Run the show interfaces interface-type interface-number etherchannel command to check link aggregation parameters and status information of corresponding interfaces on the Cisco switch.
l Run the show etherchannel load-balance command to check the load balancing mode of link aggregation on the Cisco switch.
----End
This Link --> Example cisco and huawei lacp
https://support.huawei.com/hedex/hdx.do?docid=EDOC1000135332&tocURL=resources/dc/dc_hc_la_012.html&lang=en