I'm having some trouble trying to figure out how to Change a VLAN Assignement for an Interface on a Cisco 3750.
I want to change:
!
interface GigabitEthernet1/0/3
switchport access vlan 2
switchport mode access
spanning-tree portfast
!
Into:
!
interface GigabitEthernet1/0/3
switchport access vlan 3
switchport mode access
spanning-tree portfast
!
However I haven't been able to do it successfully.
Any suggestions?
Thanks!