UNSOLVED

hrzr

updated

5 years ago

H

hrzr

4 Posts

0

167459

December 4th, 2014 00:00

How delete port Channel interface on Dell N3024

Hi all,

We are using Dell N3024 model, from the configuration we created LACP but we no longer use it any more

interface port-channel 2

switchport mode trunk
switchport trunk allowed vlan 193
exit

so i expect to tidy up the configuration, but  when i run " no interface port-channel 2", the error message come up

(config)#no interface port-channel 2

^
% Invalid input detected at '^' marker.

Do you have any view for deleting the port-channel interface on Dell ? 

Thanks very much

  • hrzr

    4 Posts

    21491

    0

    Posted December 4th, 2014 23:00

    Thanks but it doesn`t work for me

    EQ2(config-if-Gi2/0/21)#do show running-config interface port-channel 1

    switchport mode trunk

    EQ2(config-if-Gi2/0/21)#do show running-config interface gigabitethernet 2/0/21

    channel-group 1 mode active

    spanning-tree portfast

    switchport access vlan 192

    EQ2(config-if-Gi2/0/21)#no channel-group 1 mode active

                                                   ^

    % Invalid input detected at '^' marker.

    EQ2(config-if-Gi2/0/21)#

    even if i type these lines also failed.

    EQ2(config)#no interface port-channel 1
    ^
    % Invalid input detected at '^' marker.

    EQ2(config)#no interface port-channel

    An invalid interface has been used for this function.

    EQ2(config)#

    it`s weird...

  • DELL-Josh Cr

    Community Manager

    9694 Posts

    43679 Points

    21490

    0

    Posted December 5th, 2014 09:00

    If you do

    EQ2(config-if-Gi2/0/21)#no ?

    what options do you have?

  • juliodiazgt

    1 Message

    21490

    1

    Posted February 21st, 2017 15:00

    Hi, try this:

    - Login in WebMode (with r/w access)

    - Navegate to Switching, Ports, LAG Configuration

    - In the first BOX select Po2

    - Delete the description box, 

    - Click Apply, then Save

    - Show again the running config  and that's it 

  • GideoX

    1 Message

    21490

    1

    Posted August 25th, 2017 07:00

    I had the same problem with a PowerConnect 6224. But, clearing all settings from a port-channel will delete it from running config output. Besides, no physical port is to be attached to it. I did that using CLI.

    Regards

  • tullu

    2 Posts

    22023

    0

    Posted January 24th, 2018 02:00

    If you want to delete the port channel and trunk 

    #int port-channel 1

    #no switchport mode

    If you want to delete particular interface through port-channel

    #int gig1/0/21

    #no channel-group

     

     

  • tullu

    2 Posts

    22021

    1

    Posted January 24th, 2018 02:00

    If you want to remove port channel follow this steps

    #int port-channel 1

    #no switchport mode

    If you want to remove particular interface through the port-channel need to follow the steps,

    #int gig1/0/12----- for example

    #no channel-group

    It will work,

     

    If you want remove the particular interface, need to overwrite the commds, automatically it will overwrite,

    suppose,

    #int gig1/0/12

    #sw mode access

    I need to remove access port and make trunk, need to follow these steps,

    #int gig1/0/12

    #sw mode trunk

    #sw trunk encapsulation dot1q

     

  • yellow89

    1 Message

    12206

    0

    Posted July 3rd, 2020 01:00

    Solltet ihr was mit "switchport general ..." konfiguriert haben, müsst ihr das entfernen "switchport general allowed vlan remove *VLAN's*"

  • 6469

    0

    Posted November 10th, 2021 10:00

    Thanks for the commands.. you just saved me a bunch of time.   Used on a S5248-on