Wireless Access

last person joined: 15 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

LACP S3500 to Cisco 3560

This thread has been viewed 2 times
  • 1.  LACP S3500 to Cisco 3560

    Posted Apr 27, 2012 08:00 PM

    Anyone have experience with the proper configuration to setup a LACP port-channel group from Aruba mobility switches to Cisco switches, specifically 3560, and willing to provide the config needed? Currently we are unable to get L2 connection. Thanks!

     



  • 2.  RE: LACP S3500 to Cisco 3560

    Posted Apr 27, 2012 10:43 PM

    Try this:

     

    interface Port-channel1
     switchport trunk encapsulation dot1q
     switchport trunk allowed vlan 100,200
     switchport mode trunk


    interface GigabitEthernet1/0/23
     switchport trunk encapsulation dot1q
     switchport trunk allowed vlan 100,200
     switchport mode trunk
     channel-group 1 mode active
    !
    interface GigabitEthernet1/0/24
     switchport trunk encapsulation dot1q
     switchport trunk allowed vlan 100,200
     switchport mode trunk
     channel-group 1 mode active



    interface-profile switching-profile "TRUNK"
       switchport-mode trunk
       trunk allowed vlan 100,200

    interface-profile lacp-profile "LACP"
       group-id 1
       mode active

    interface gigabitethernet "0/0/4"
       lacp-profile "LACP"
    !
    interface gigabitethernet "0/0/5"
       lacp-profile "LACP"


    interface port-channel "1"
       switching-profile "TRUNK"

    ADD PORT CHANNEL MEMBERS TO INTERFACE PORT-CHANNEL 1



  • 3.  RE: LACP S3500 to Cisco 3560

    Posted Apr 30, 2012 11:45 AM

    We are not trunking, but other than that I was attempting the same config. Still no success to get connection between the two.



  • 4.  RE: LACP S3500 to Cisco 3560

    Posted Apr 30, 2012 04:44 PM

    ok. so an access port from the 3560 to the s3500?



  • 5.  RE: LACP S3500 to Cisco 3560

    Posted May 01, 2012 02:59 PM

    Yes, correct.

     

    Taking from your example the config was "similar" to below and I was unable to get link status up on either 1 or both ports:

     

    interface Port-channel1

     switchport
     switchport access vlan 222
     switchport mode access

    interface GigabitEthernet1/0/23
     switchport
     switchport access vlan 222
     switchport mode access
     channel-group 1 mode active
    !
    interface GigabitEthernet1/0/24
     switchport
     switchport access vlan 222
     switchport mode access
     channel-group 1 mode active



    interface-profile switching-profile "ACCESS"
       switchport-mode access
       switchport access vlan 222

    interface-profile lacp-profile "LACP"
       group-id 1
       mode active

    interface gigabitethernet "0/0/4"
       lacp-profile "LACP"
    !
    interface gigabitethernet "0/0/5"
       lacp-profile "LACP"


    interface port-channel "1"
       switching-profile "ACCESS"