Unsolved

This post is more than 5 years old

4 Posts

167427

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

4 Posts

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...

Community Manager

 • 

9.7K Posts

 • 

43.2K Points

December 5th, 2014 09:00

If you do

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

what options do you have?

1 Message

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 

1 Message

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

2 Posts

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

 

 

2 Posts

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

 

1 Message

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*"

November 10th, 2021 10:00

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

 

No Events found!

Top