Wired Intelligent Edge

 View Only
last person joined: yesterday 

Bring performance and reliability to your network with the HPE Aruba Networking Core, Aggregation, and Access layer switches. Discuss the latest features and functionality of your switching devices, and find ways to improve security across your network to bring together a mobile-first solution
Expand all | Collapse all

Cisco 9200L stack to 2930F - LACP port-channel issue

This thread has been viewed 24 times
  • 1.  Cisco 9200L stack to 2930F - LACP port-channel issue

    Posted Feb 11, 2021 12:58 PM
    Hi Guys,

    I wonder if anybody had anything similar and can help me to resolve the issue.
    I have Cisco 9200L stack 16.12.4 and Aruba switch 2930F.
    Connected with SFP/fiber.
    Cisco keeps telling me

    Feb 11 03:28:26.051: %ETC-5-L3DONTBNDL2: Gi1/1/1 suspended: LACP currently not enabled on the remote port.

    Feb 11 03:28:26.815: %ETC-5-L3DONTBNDL2: Gi2/1/1 suspended: LACP currently not enabled on the remote port.

    The interfaces on the Aruba side simply Link Down.
    Spanning tree - MST on both sides.
    Fiber cables multimode and checked.
    SFPs in use: GLC-LH-SMD and 1000-Base-SX

    Ports configuration below:
    Cisco

    interface GigabitEthernet1/1/1

    switchport trunk allowed vlan 2300-2316

    switchport mode trunk

    speed nonegotiate

    channel-group 1 mode active

    interface GigabitEthernet2/1/1

    switchport trunk allowed vlan 2300-2316

    switchport mode trunk

    speed nonegotiate

    channel-group 1 mode active


    interface Port-channel1

    switchport trunk allowed vlan 2300-2316

    switchport mode trunk

    Aruba

    interface 51

       speed-duplex 1000-full

       untagged vlan 1

       trunk trk2 lacp

    interface 52

       speed-duplex 1000-full

       untagged vlan 1

       trunk trk2 lacp

      

    interface Trk2

       tagged vlan 2300-2316

       untagged vlan 1

       spanning-tree priority 4

       exit

    Aruba switch output:
    Load Balancing Method: L3-based (default)

    Port | Name Type | Group Type
    ------ + -------------------------------- ---------- + ----- --------

    51 | ===Name=== 1000SX | Trk2 LACP
    52 | ===Name=== 1000SX | Trk2 LACP


    LACP Trunk Port LACP Admin Oper
    Port Enabled Group Status Partner Status Key Key
    ----- ------- ------- ------- ------- ------- ------ ------

    51 Active Trk2 Down No Success 0 533
    52 Active Trk2 Down No Success 0 533


    Thanks in advance,
    Paul​

    ------------------------------
    Paul Ze
    ------------------------------


  • 2.  RE: Cisco 9200L stack to 2930F - LACP port-channel issue

    MVP GURU
    Posted Feb 11, 2021 04:26 PM
    What do you have on Aruba log ?

    why you have disable auto negotiation ?

    ------------------------------
    PowerArubaSW : Powershell Module to use Aruba Switch API for Vlan, VlanPorts, LACP, LLDP...

    PowerArubaCP: Powershell Module to use ClearPass API (create NAD, Guest...)

    PowerArubaCX: Powershell Module to use ArubaCX API (get interface/vlan/ports info)..

    ACEP / ACMX #107 / ACDX #1281
    ------------------------------



  • 3.  RE: Cisco 9200L stack to 2930F - LACP port-channel issue

    Posted Feb 11, 2021 05:00 PM
    Try this

    configuration of TRUNK Cisco ports between switches:

    switchport trunk encapsulation dot1q

    switchport mode trunk

    switchport nonegotiate

    spanning-tree link-type point-to-point



    ------------------------------
    maxime FUHRMANN
    ------------------------------



  • 4.  RE: Cisco 9200L stack to 2930F - LACP port-channel issue

    Posted Feb 11, 2021 07:18 PM
    Hi Maxime,

    I just found out.
    The SFPs have different wavelength. :(
    The devil is really in the details.

    Kind regards,
    Paul







  • 5.  RE: Cisco 9200L stack to 2930F - LACP port-channel issue

    Posted Feb 12, 2021 02:24 AM
    Great! Bravo ;)

    ------------------------------
    maxime FUHRMANN
    ------------------------------



  • 6.  RE: Cisco 9200L stack to 2930F - LACP port-channel issue

    MVP GURU
    Posted Feb 12, 2021 08:08 PM
    Yeah...never interconnect a Long Haul transceiver (LH/LX = operates on standard single-mode fiber-optic link spanning up to 10 km and up to 550 m on any multimode fibers) with a Short Range (SR/SX = operates in multi-mode fiber-optic link spanning generally less than 300/500 meters) transceiver...central wavelengths are necessarily different (850 nm vs 1310/1550 nm)!

    Read the good Aruba AOS-Switch and AOS-CX Transceiver Guide (Edition 10) to understand essential differences about various transceivers.


    ------------------------------
    Davide Poletto
    ------------------------------



  • 7.  RE: Cisco 9200L stack to 2930F - LACP port-channel issue

    Posted Feb 11, 2021 06:00 PM
    Hi Alagoutte,

    Aruba log is empty.
    No messages related to the connection at all.
    I tried with and without auto negotiation.
    I even tried a simple trunk connection between the switches.
    Aruba side stil Link-Down.
    I wonder if there's a way to check the SFPs?
    May the GLC-LH-SMD and 1000-Base-SX aren't compatible?

    Kind regards,
    Paul