The existing config is:
interface Gi1/0/20
speed 1000
description "WifiLocation2"
switchport general allowed vlan add 154
switchport general allowed vlan add 153 tagged
switchport general allowed vlan remove 1
switchport access vlan 15
lldp transmit-tlv sys-desc sys-cap
lldp transmit-mgmt
lldp notification
lldp med confignotification
voice vlan auth disable
I need it to look like:
interface Gi1/0/20
description "WifiLocation2"
switchport access vlan 15
I have tried quite a few things but cannot get rid of the switchport lines
any help would be appreciated
Clayton