Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to delete switchport access vlan 200 line

Status
Not open for further replies.

msworld

MIS
Joined
Jun 28, 2005
Messages
534
Location
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top