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

how to delete a port-channel

This thread has been viewed 2 times
  • 1.  how to delete a port-channel

    Posted Feb 03, 2015 08:00 AM

    Is there a way to delete a port-channel that is no longer used.

    I tried "no interface port-channel 1" from the cli with no luck and there does not seem to be any obvious method in the GUI.

     

    Thanks in advance.

     

     



  • 2.  RE: how to delete a port-channel

    EMPLOYEE
    Posted Feb 03, 2015 08:03 AM
    What error did you get when you can that command? 


    Thanks, 
    Tim


  • 3.  RE: how to delete a port-channel

    Posted Feb 03, 2015 08:11 AM

    (config) # no interface port-channel 1

     

    % invalid input detected at ' ^ ' marker.

     

    The '^' is displayed beneeth the '1'

     

    Cheers



  • 4.  RE: how to delete a port-channel

    Posted Feb 03, 2015 08:15 AM

    From the Controller Web Interface you can disable the port-channel clicking on the ports belonging to the port-channel and confirm it doing Apply.

     

     

    Cattura.JPG

     

     

     

    Thanks,

    Massimo

     

    [If you found my post helpful, please give kudos]

     

     

     



  • 5.  RE: how to delete a port-channel

    Posted Feb 03, 2015 08:23 AM

    I understand that this will disable the port-channel.

    Same as typing Shutdown from the CLI

     

    What I am trying to do is remove the port-channel from my config completely.

    in the cisco world its as simple as 

     

    no interface port-channel 1 but Aruba does not seem to have an equivelant command.


    @m.gallina wrote:

    From the Controller Web Interface you can disable the port-channel clicking on the ports belonging to the port-channel and confirm it doing Apply.

     

     

    Cattura.JPG

     

     

     

    Thanks,

    Massimo

     

    [If you found my post helpful, please give kudos]

     

     

     


     



  • 6.  RE: how to delete a port-channel

    EMPLOYEE
    Posted Feb 03, 2015 08:29 AM


  • 7.  RE: how to delete a port-channel

    Posted Feb 03, 2015 08:45 AM


    (OCDSB-M1-Pri) #show running-config | include port-channel
    Building Configuration...
    interface port-channel 0
    interface port-channel 1

    (OCDSB-M1-Pri) #show interface port-channel 0


    Port-Channel 0 is administratively up
    Hardware is Port-Channel, address is 00:1A:1E:01:7F:48 (bia 00:1A:1E:01:7F:48)
    Description: Link Aggregate
    Spanning Tree is disabled
    Switchport priority: 0
    Member port:
    GE 0/0/0, Admin is up, line protocol is up
    GE 0/0/1, Admin is up, line protocol is up
    Last clearing of "show interface" counters 0 day 18 hr 7 min 18 sec
    link status last changed 0 day 18 hr 5 min 6 sec
    83297 packets input, 6453179 bytes
    Received 78116 broadcasts, 0 runts, 0 giants, 0 throttles
    0 input error bytes, 0 CRC, 0 frame
    69492 multicast, 5181 unicast
    33909 packets output, 4355603 bytes
    0 output errors bytes, 0 deferred
    0 collisions, 0 late collisions, 0 throttles
    Port-Channel 0 is TRUSTED


    (OCDSB-M1-Pri) #show interface port-channel 1


    Port-Channel 1 is administratively down
    Hardware is Port-Channel, address is 00:1A:1E:01:7F:48 (bia 00:1A:1E:01:7F:48)
    Description: Link Aggregate
    Spanning Tree is disabled
    Switchport priority: 0
    Member port:
    Last clearing of "show interface" counters 0 day 18 hr 7 min 38 sec
    link status last changed 0 day 18 hr 7 min 38 sec
    0 packets input, 0 bytes
    Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
    0 input error bytes, 0 CRC, 0 frame
    0 multicast, 0 unicast
    0 packets output, 0 bytes
    0 output errors bytes, 0 deferred
    0 collisions, 0 late collisions, 0 throttles
    Port-Channel 1 is TRUSTED

     


    @cappalli wrote:
    That command is definitely valid. Can you run: 

    show runn | include port-channel


    Thanks, 
    Tim





  • 8.  RE: how to delete a port-channel
    Best Answer

    EMPLOYEE
    Posted Feb 03, 2015 09:49 AM

    There is no way to delete a port channel.  If you make it untrusted (the default confguration of a port channel) and no interfaces are assigned to it, it will go away.

     



  • 9.  RE: how to delete a port-channel

    Posted Apr 07, 2017 05:58 AM

    @cjoseph wrote:

    There is no way to delete a port channel.  If you make it untrusted (the default confguration of a port channel) and no interfaces are assigned to it, it will go away. 


    On top of that, I've found I have to remove all commands that make the port-channel interface differ from the default, e.g.:

     

     

     int port-channel 1

      no trusted

      no switchport mode

      no switchport trunk allowed vlan

     

    Probably you have to do other things too (like "no description").  However, once it's all back to the "default" then it disappears.