Got it

lacp cisco huawei

Created: Aug 13, 2021 12:01:33Latest reply: Aug 13, 2021 16:38:20 378 7 1 0 0
  Rewarded HiCoins: 0 (problem resolved)

what is the cisco and huawei lacp configuration

Featured Answers
Abdussamed
Created Aug 13, 2021 12:11:17

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


View more
  • x
  • convention:

Recommended answer

DDSN
Admin Created Aug 13, 2021 14:20:02

Hi user_4332385,
The configuration roadmap for link aggregation in LACP mode on Cisco switches is as follows:
1. Create a port channel and add member interfaces, and configure a link aggregation mode.

2. Configure a load balancing mode.

The configuration roadmap for link aggregation in LACP mode on Huawei switches is as follows:
1. Create an Eth-Trunk and add member interfaces, and configure the Eth-Trunk to work in LACP mode.
2. Configure a load balancing mode.
3. Set the LACP system priority to determine the Actor. Set the upper threshold for the number of active interfaces based on interfaces of the Actor to improve network reliability with bandwidth guarantee.
4. Set interface priorities and determine active interfaces so that interfaces with higher priorities are selected as active interfaces.

For details, you can refer to https://support.huawei.com/hedex/hdx.do?docid=EDOC1000135332&tocURL=resources/dc/dc_hc_la_012.html&lang=en

I hope it helps!

View more
  • x
  • convention:

All Answers
DDSN
DDSN Admin Created Aug 13, 2021 12:05:47

Hi,
Please wait. Our engineers are looking for the answer.
View more
  • x
  • convention:

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


View more
  • x
  • convention:

Cisco

interface TenGigabitEthernet1/1/3
channel-group 1 mode active

Huawei

interface Eth-Trunk0
mode lacp
View more
  • x
  • convention:

lacp cisco huawei-4084639-1
View more
  • x
  • convention:

DDSN
DDSN Admin Created Aug 13, 2021 14:20:02

Hi user_4332385,
The configuration roadmap for link aggregation in LACP mode on Cisco switches is as follows:
1. Create a port channel and add member interfaces, and configure a link aggregation mode.

2. Configure a load balancing mode.

The configuration roadmap for link aggregation in LACP mode on Huawei switches is as follows:
1. Create an Eth-Trunk and add member interfaces, and configure the Eth-Trunk to work in LACP mode.
2. Configure a load balancing mode.
3. Set the LACP system priority to determine the Actor. Set the upper threshold for the number of active interfaces based on interfaces of the Actor to improve network reliability with bandwidth guarantee.
4. Set interface priorities and determine active interfaces so that interfaces with higher priorities are selected as active interfaces.

For details, you can refer to https://support.huawei.com/hedex/hdx.do?docid=EDOC1000135332&tocURL=resources/dc/dc_hc_la_012.html&lang=en

I hope it helps!

View more
  • x
  • convention:

andersoncf1
andersoncf1 MVE Author Created Aug 13, 2021 16:27:18

Best answer! Congrats lacp cisco huawei-4085135-1
View more
  • x
  • convention:

Diego.Silva
Diego.Silva MVE Author Created Aug 13, 2021 16:38:20

Good answers!!!! lacp cisco huawei-4085177-1
View more
  • x
  • convention:

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.