I'm trying to change port settings via the CLI on a 5548P. I have this:
!
interface gigabitethernet1/0/47
channel-group 1 mode on
no switchport
switchport general allowed vlan add 200 tagged
switchport general allowed vlan add 2 untagged
!
There were other settings in there but I got rid of them by running "no" and then the necessary commands. I can't seem to get rid of the LAST TWO lines there (the "switchport general allowed vlan add # tagged/untagged")
I've tried "no switchport general allowed vlan" and "no switchport" and a few other things, but nothing gets rid of those two lines. My only option now is to just remove the VLANs and then start over by re-adding them.
So what commands do I use?