cancel
Showing results for 
Search instead for 
Did you mean: 

How do I remove an interface from an aggregation port on a 2300 switch via CLI?

How do I remove an interface from an aggregation port on a 2300 switch via CLI?

bruce_stahlin
Contributor III

I have attempted to push a config change via HM to remove two ports from an aggregation port. Here is the current config...

 

interface 1/0/20

classofservice trust ip-dscp

description 'trunked vlans'

switchport mode trunk

switchport trunk allowed vlan 1,5

addport 0/3/3

poe detection 4ptdot3af+legacy

exit

 

Unfortunately "no addport 0/3/3" nor "no addport" are valid. As a matter of fact I've tried many iterations of the addport config to no avail.

 

Any ideas? Thanks!

2 REPLIES 2

bruce_stahlin
Contributor III

Thanks Georgia. I had already tried the "?" at the end of and "addport" and "no addport" commands which told me it was invalid. When I looked at the config possibilities for the interface today, I found the "deleteport" command and it worked.

 

So In this instance:

interface 1/0/20

deleteport 0/3/3

 

GeorgiaMason
Contributor II

If you run "show command | include X" where X is a keyword you're looking for it will tell you if the command is available and then you can use a ? at the end of the command line to see what else needs to be entered. Also not sure you can have 0 in the 0/3/3, isn't the first part of that the switch designation?

 

Are you trying to get rid of the aggregation that is already on these ports?

GTM-P2G8KFN