I was planning to enable a VLAN by copying the following lines:
switchport mode access
spanning-tree portfast
However, I made a mistake to copy to the different port which should be
switchport trunk encapsulation dot1q
switchport mode trunk
After the copy, the interface shows
switchport access vlan 200
switchport trunk encapsulation dot1q
switchport mode access
spanning-tree portfast
It is working with orange led. When I tried to delete switchport access vlan 200, switchport mode access and spanning-tree portfast using no…… I can’t. Then I used copy startup-config running-config. Now the interface shows
switchport access vlan 200
switchport trunk encapsulation dot1q
switchport mode trunk
spanning-tree portfast
The port led is green. How can I delete the switchport access vlan 200 and spanning-tree portfast?
Bob Lin, MS-MVP, MCSE & CNE
How to Setup Windows, Network, VPN & Remote Access on
switchport mode access
spanning-tree portfast
However, I made a mistake to copy to the different port which should be
switchport trunk encapsulation dot1q
switchport mode trunk
After the copy, the interface shows
switchport access vlan 200
switchport trunk encapsulation dot1q
switchport mode access
spanning-tree portfast
It is working with orange led. When I tried to delete switchport access vlan 200, switchport mode access and spanning-tree portfast using no…… I can’t. Then I used copy startup-config running-config. Now the interface shows
switchport access vlan 200
switchport trunk encapsulation dot1q
switchport mode trunk
spanning-tree portfast
The port led is green. How can I delete the switchport access vlan 200 and spanning-tree portfast?
Bob Lin, MS-MVP, MCSE & CNE
How to Setup Windows, Network, VPN & Remote Access on