01-22-2019 11:27 PM
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!
01-23-2019 03:42 PM
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
01-23-2019 01:44 PM
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?