Community Feedback

 View Only
last person joined: 2 days ago 

How is the community doing? Do you have any questions or feedback related for the Airheads Community team? This is the place to let us know.
Expand all | Collapse all

LACP Failure

This thread has been viewed 4 times
  • 1.  LACP Failure

    Posted Jun 27, 2023 11:44 AM

    hi

    I have a core switch composed by 2 HPE 5920AF 24ports SPF/SPF+ , the two 5920 are stacked via IRF stack i have used the last 4 ports as IRF interface.

    Now i need to connect an access switch Aruba 2540 via LACP link to 5920, on aruba i do "trunk 49,50 Trk1 lacp" and on 5920 

    interface Bridge-Aggregation100
     port link-type trunk
     port trunk permit vlan all
     link-aggregation mode dynamic

    added two ports 1/0/20 and 2/0/20 as link-aggregation group 100

    but when i check lacp i see that only one port is active but i need to have all ports work to have a 20Gbps link.

    ]disp int bri 100
    Bridge-Aggregation100 current state: UP
    IP Packet Frame Type: PKTFMT_ETHNT_2, Hardware Address: cc3e-5f6e-1304
    Description: Bridge-Aggregation100 Interface
    10Gbps-speed mode, full-duplex mode

    Aggregate Interface: Bridge-Aggregation100
    Aggregation Mode: Dynamic
    Loadsharing Type: Shar
    System ID: 0x8000, cc3e-5f6e-12c8
    Local:
      Port             Status  Priority Oper-Key  Flag
    --------------------------------------------------------------------------------
      XGE1/0/20        S       32768    3         {ACDEF}
      XGE2/0/20        U       32768    3         {AC}
    Remote:
      Actor            Partner Priority Oper-Key  SystemID               Flag
    --------------------------------------------------------------------------------
      XGE1/0/20        50      0        0         0x8fc0, 104f-58ed-8fc0 {ADEF}
      XGE2/0/20        49      0        0         0x8fc0, 104f-58ed-8fc0 {A}

    on aruba 2540

     sh lacp

                                        LACP

               LACP      Trunk     Port                LACP      Admin   Oper
       Port    Enabled   Group     Status    Partner   Status    Key     Key
       -----   -------   -------   -------   -------   -------   ------  ------
       49      Active    Trk1      Blocked   Yes       Failure   0       0
       50      Active    Trk1      Up        Yes       Success   0       0

    i don't understand why one port is in failed status.

    Many than's fo



  • 2.  RE: LACP Failure

    MVP EXPERT
    Posted Jun 27, 2023 04:39 PM

    Don't see something strange in your config.

    • Can you share the "show run" of both switches?
    • What firmware level on both switches?
    • Are all interfaces use same media-type SFP transceiver?
    • Are all inferface online "show interface".
    • Did you check the logging of the switches?


    ------------------------------
    Marcel Koedijk | MVP Expert 2023 | ACEP | ACMP | ACCP | ACDP | Ekahau ECSE | Not an HPE Employee | Opinions are my own
    ------------------------------



  • 3.  RE: LACP Failure

    Posted Jun 28, 2023 05:25 AM

    Hi Mkk

    Yesterday i have taken this action, on Aruba 2540, disable all interface in Trk1 and then re-enable it and now LACP link works fine as aspected.

    No failure and on HPE 5920 BAGG works at 20G.

    Many thanks