Wireless Access

last person joined: 13 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

3600 WLAN port-channel configuration

This thread has been viewed 1 times
  • 1.  3600 WLAN port-channel configuration

    Posted Mar 16, 2017 03:47 PM

    Currently have 2 interfaces assigned to port-channel ID 0. Want to move them to port-channel ID 1. Via the GUI, Configuration > Network > Ports > (Port) select one of the ports and from the LACP Group dropdown change from 0 1 and click apply and receive the following error:

     

    GigabitEhternet 1/1 :Error:Port is a member of different port-channel grop

     

    From Configuration > Network > Ports > (Port Channel) select ID 0 and deselect port 1 from it and click apply and receive the following error:

     

    Pc-0 is controlled by LACP

     

    Please advise as the correct manner in which to remove both ports from ID 0 to ID 1.

     

    Regards,

    Tony Marques 



  • 2.  RE: 3600 WLAN port-channel configuration

    EMPLOYEE
    Posted Mar 16, 2017 05:00 PM

    Hi Tony,

     

    Have you tried to do it through the CLI?

     

     

    conf t
    int gi 1/0 (or the Interface you want)
    no lacp group

     

    int gi 1/0
    lacp group 1 mode active


    And the same on int 1/1 (or the Interface you want)


    Please note that depending on your design you might lose connectivity to your controller.

     

    Regards

    Borja



  • 3.  RE: 3600 WLAN port-channel configuration
    Best Answer

    Posted Mar 17, 2017 04:33 AM

    Hi,

     

    Please try the following:

     

    Configuration > Network > Ports > (Port)->Select the Port

     

    Navigate to LACP parameter & keep the LACP Group option blank.

    Apply the changes.

     

    Then you can change the group id for the port.

     

    Please make sure you have console access to the controller in case you lose access via WebUI/SSH while changing the port mapping.



  • 4.  RE: 3600 WLAN port-channel configuration

    Posted Mar 17, 2017 10:43 AM

    Hi Nitesh,


    That worked. Thanks!!!


    Regards,

    Tony Marques