Browse Community
Help
Log In
Responses(8)
Solutions(0)
hrzr
4 Posts
0
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
Moderator
•
9.5K Posts
December 5th, 2014 09:00
If you do
EQ2(config-if-Gi2/0/21)#no ?
what options do you have?
juliodiazgt
1 Message
1
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
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
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
If you want to remove port channel follow this steps
If you want to remove particular interface through the port-channel need to follow the steps,
#int gig1/0/12----- for example
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,
#sw mode trunk
#sw trunk encapsulation dot1q
yellow89
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*"
ScottKarch
5 Posts
November 10th, 2021 10:00
Thanks for the commands.. you just saved me a bunch of time. Used on a S5248-on
Dell Support Resources
View All
Top
hrzr
4 Posts
0
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
Moderator
•
9.5K Posts
0
December 5th, 2014 09:00
If you do
EQ2(config-if-Gi2/0/21)#no ?
what options do you have?
juliodiazgt
1 Message
1
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
1
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
0
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
1
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
0
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*"
ScottKarch
5 Posts
0
November 10th, 2021 10:00
Thanks for the commands.. you just saved me a bunch of time. Used on a S5248-on