Cisco 2950 Switch: Remove port from a VLAN

Removing a port from a VLAN on a Cisco 2950 switch is a simple operation. Follow the steps in this simple Tech-Recipe.


To remove a port from a VLAN, enter config mode and select the interface in question. Then:

no switchport mode access

no switchport access vlan name-or-id

The port will be removed from the specified vlan.

The Conversation

Follow the reactions below and share your own thoughts.

3 Responses to “Cisco 2950 Switch: Remove port from a VLAN”

  1. June 03, 2009 at 6:36 am, vipin said:

    How to configure trunking on cisco switch 2950 for communicating with a router fast ethernet port..

    Reply

  2. June 03, 2009 at 6:37 am, vipin said:

    How to configure 4 port voice card on a cisco router 5600?

    Reply

  3. October 26, 2010 at 11:08 am, Yazir said:

    vipin trunk port comment is
    #interface fast ethernet
    #switchport mode trunk

    Reply

Leave a Reply

You may also like-

Cisco 2950 Switch: Create a VLANCisco 2950 Switch: Create a VLANThe commands for creating a VLAN vary from one switch model to another. VLANs in a 2950 switch are configured in a manner similar ... RSPAN using CatOSRSPAN using CatOSThis small guide can be useful if you need to configure the RSPAN session on your Catalyst 6500.In this example we will see how ...