Wireless Access

last person joined: yesterday 

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

Change LACP Int group ports to access port

This thread has been viewed 1 times
  • 1.  Change LACP Int group ports to access port

    Posted Nov 04, 2014 08:07 AM

    Hi,

    We currently have our Aruba Switches setup for our wireless Access Points using interface groups with LACP Profiles.

     

    I am having trouble changing one of these ports back over to an Access port.

     

    Here is the port config:

    interface-group gigabitethernet "AP-LACP-GROUP-16"
    apply-to 0/0/16,1/0/16
    lldp-profile "LLDP-PROFILE"
    poe-profile "POE-PROFILE"
    enet-link-profile "pc_default"
    lacp-profile "AP-LACP-PROFILE-16"
    qos trust auto

     

    My thought was I could apply

    no lacp-profile

    switching-profile <vlan# profile>

     

    However, I am getting hit with an error on this.



  • 2.  RE: Change LACP Int group ports to access port

    EMPLOYEE
    Posted Nov 04, 2014 08:08 AM

    What is the error?



  • 3.  RE: Change LACP Int group ports to access port

    Posted Nov 04, 2014 08:11 AM

    See Below

     

    (SW-JRSR-IDF5) #configure t 

    Enter Configuration commands, one per line. End with CNTL/Z

    (SW-JRSR-IDF5) (config) #interface-group gigabitethernet AP-LACP-GROUP-16
    (SW-JRSR-IDF5) (gigabitethernet "AP-LACP-GROUP-16") #switching-profile vlan61access
    Error: Interface is part of LACP profile: AP-LACP-PROFILE-16, switching profile change not allowed : for interface GE0/0/16



  • 4.  RE: Change LACP Int group ports to access port

    EMPLOYEE
    Posted Nov 04, 2014 08:12 AM

    Are you trying to leave it as a port-channel and just change it from trunk to access or make it a single link access port?



  • 5.  RE: Change LACP Int group ports to access port

    Posted Nov 04, 2014 08:23 AM

    Make it a single acces port.

     

    Here is the config for the port referenced in the error message:

     

    (SW-JRSR-IDF5) #show interface-config gigabitethernet 0/0/16

    gigabitethernet "0/0/16"
    ------------------------
    Parameter Value Config Derivation
    --------- ----- -----------------
    Interface MSTP Profile default AP-LACP-GROUP-16
    Interface Rapid PVST Profile default AP-LACP-GROUP-16
    Interface GVRP Profile N/A gigabitethernet0/0/16
    Interface Tunneled Node Profile N/A gigabitethernet0/0/16
    Interface VOIP Profile N/A gigabitethernet0/0/16
    Interface LLDP Profile LLDP-PROFILE AP-LACP-GROUP-16
    Interface PoE Profile POE-PROFILE AP-LACP-GROUP-16
    Interface Ethernet Link Profile pc_default AP-LACP-GROUP-16
    Interface OAM Profile N/A gigabitethernet0/0/16
    Interface LACP Profile AP-LACP-PROFILE-16 gigabitethernet0/0/16
    Interface QoS Profile N/A gigabitethernet0/0/16
    Interface Policer Profile N/A gigabitethernet0/0/16
    Interface AAA Profile N/A gigabitethernet0/0/16
    Interface Shutdown Disabled AP-LACP-GROUP-16
    Interface MTU 1514 AP-LACP-GROUP-16
    Interface Ingress ACL N/A gigabitethernet0/0/16
    Interface Egress ACL N/A gigabitethernet0/0/16
    Interface QoS Trust Mode Auto AP-LACP-GROUP-16
    Interface Description N/A AP-LACP-GROUP-16
    Interface Switching Profile default AP-LACP-GROUP-16
    Interface Security Profile N/A gigabitethernet0/0/16
    Ingress Port Mirroring Profile N/A gigabitethernet0/0/16
    Egress Port Mirroring Profile N/A gigabitethernet0/0/16
    Static IGMP Multicast Router port for the VLANs 0 AP-LACP-GROUP-16
    Static MLD Multicast Router port for the VLANs 0 AP-LACP-GROUP-16
    Interface Trusted Mode Enabled AP-LACP-GROUP-16
    HSL backup interface N/A gigabitethernet0/0/16
    HSL preemption mode Off AP-LACP-GROUP-16
    HSL preemption delay 100 AP-LACP-GROUP-16

    (SW-JRSR-IDF5) #



  • 6.  RE: Change LACP Int group ports to access port

    EMPLOYEE
    Posted Nov 04, 2014 08:25 AM

    Remove the LACP profile first (since the port-channel tied to the LACP profile contains a switching-profile), then try to change the switching-profile.



  • 7.  RE: Change LACP Int group ports to access port

    Posted Nov 04, 2014 08:30 AM

    interface-group gigabitethernet "AP-LACP-GROUP-16"
    apply-to 0/0/16,1/0/16
    lldp-profile "LLDP-PROFILE"
    poe-profile "POE-PROFILE"
    enet-link-profile "pc_default"
    lacp-profile "AP-LACP-PROFILE-16"
    qos trust auto

     

    applied no lacp-profile command to my int group before attempting to add the switch profile on the int group.

    This still provides the error message.

     

    interface group now shows:

     

    interface-group gigabitethernet "AP-LACP-GROUP-16"
    apply-to 0/0/16,1/0/16
    lldp-profile "LLDP-PROFILE"
    poe-profile "POE-PROFILE"
    enet-link-profile "pc_default"
    qos trust auto

     

     

     

     

     

     



  • 8.  RE: Change LACP Int group ports to access port
    Best Answer

    EMPLOYEE
    Posted Nov 04, 2014 08:32 AM

    Do you have anything applied directly to those ports?

     

    You can run

    no interface gigabitethernet 0/0/16

    no interface gigabitethernet 1/0/16

    to get rid of that config.



  • 9.  RE: Change LACP Int group ports to access port

    Posted Nov 04, 2014 08:41 AM

    That should be it.

    Awesome.

    Thanks,

     

    interface-group gigabitethernet "AP-LACP-GROUP-16"

    apply-to 0/0/16,1/0/16
    lldp-profile "LLDP-PROFILE"
    poe-profile "POE-PROFILE"
    enet-link-profile "pc_default"
    qos trust auto
    switching-profile "vlan61access"