Comware

 View Only
  • 1.  • HPE 5510 48G 4SFP+ HI 1-slot Switch - LACP configuration assistance

    Posted Nov 02, 2020 01:18 PM

    I want to configure a ‘trunk’ of 4 ports using the LACP protocol in HP5510-48G comware switch for load sharing.

     

    I found that Bridge-Aggregation is used in A5500-48G( comware ) , instead of LACP in Hp Procurve.

     

    Could you please confirm this for me ?



  • 2.  RE: • HPE 5510 48G 4SFP+ HI 1-slot Switch - LACP configuration assistance

    Posted Nov 02, 2020 01:22 PM

    Hi @MohanBabu2287 !

    I am afraid you are mixing things here. 'Trunk" in ProCurve is 'Bridge-Aggregation' or 'BAGG' in Comware. BAGGs can be static or dynamic. 'Dynamic' means LACP is used to negotiate an aggregation. So, if on ProCurve side you have trunk with LACP, then on Comware side you need:

    inteface Bridge-Aggregation1
     link-aggregation mode dynamic

     

     



  • 3.  RE: • HPE 5510 48G 4SFP+ HI 1-slot Switch - LACP configuration assistance

    Posted Nov 03, 2020 04:54 AM

    Thanks. I got the answer now, I will use dynamic in Bridge Agg to use LACP.



  • 4.  RE: • HPE 5510 48G 4SFP+ HI 1-slot Switch - LACP configuration assistance

    Posted Nov 03, 2020 05:57 AM

    Is it necessary to disable the STP in the physical interface while creating LACP  like below

     

    interface GigabitEthernet1/0/48
    port link-mode bridge
    description Connection to XXXXXX
    port link-type trunk
    port trunk permit vlan 1
    stp disable
    port link-aggregation group 2



  • 5.  RE: • HPE 5510 48G 4SFP+ HI 1-slot Switch - LACP configuration assistance

    Posted Nov 03, 2020 06:47 AM

    If you have STP running on ProCurve side, leave it enabled on the 5510 as well. STP doesn't interfere with LACP and won't cause any issues negotiating the aggragation.

     



  • 6.  RE: • HPE 5510 48G 4SFP+ HI 1-slot Switch - LACP configuration assistance

    Posted Nov 03, 2020 07:06 AM

    But i am connecting server with  stack switch(4) of 5510 in which STP enabled . Will it STP block the ports in bride Agg if not disabled ?

    Configuration blow,

    interface Bridge-Aggregation 3
    port link-type trunk
    port trunk permit vlan 1
    link-aggregation mode dynamic


    1. Create the link aggregation interface
    2. Associate the member ports to the aggregation interface
    3. Make any additional changes to the link aggregation

    Step 1: Create the link aggregation and set the mode to dynamic (LACP)

    [Rack4sw1]interface Bridge-Aggregation 3
    [Rack4sw1-Bridge-Aggregation3] link-aggregation mode dynamic

    Step 2: Associate the the member ports

    interface GigabitEthernet 1/0/46
    [GigabitEthernet1/0/46]port link-aggregation group 3

    interface GigabitEthernet 2/0/46
    [GigabitEthernet2/0/46]port link-aggregation group 3

    interface GigabitEthernet 3/0/46
    [GigabitEthernet3/0/46]port link-aggregation group 3

    interface GigabitEthernet 4/0/46
    [GigabitEthernet4/0/46]port link-aggregation group 3

    Step 3: set the port link type to trunk and permit vlans

    [Rack4sw1]interface Bridge-Aggregation 3
    [Rack4sw1-Bridge-Aggregation12]port link-type trunk
    [Rack4sw1-Bridge-Aggregation12]port trunk permit vlan 1



  • 7.  RE: • HPE 5510 48G 4SFP+ HI 1-slot Switch - LACP configuration assistance

    Posted Nov 03, 2020 12:59 PM

    No, STP will not block a port that is connected to a server that doesn't speak STP. In order to speed up connectivity to such server, use "stp edge-port" command on all ports and/or aggregations that are connected to servers, hosts and other non-STP devices.



  • 8.  RE: • HPE 5510 48G 4SFP+ HI 1-slot Switch - LACP configuration assistance

    Posted Nov 30, 2020 03:55 AM

    Hi @MohanBabu2287 !

    If my post answers your question, please, mark it as an accepted solution. If you need more information, just let me know.

    Thank you!