Configuring a Switch with an Untagged VLAN for Access Ports

Follow the steps below to configure a 200 Series switch with an untagged VLAN for access ports.

The same configuration can be used for either native or untagged VLANs, on either uplink or ISL ports.

Note that each port can have only one PVID (untagged VLAN) assigned at a time.

  1. Log on to the switch.
  2. Enter enable to access Privileged EXEC mode.
  3. Create a VLAN in the VLAN database.

    For example:

    (Extreme 220) #vlan database
    (Extreme 220) (Vlan)#vlan 999
    (Extreme 220) (Vlan)#exit
  4. Enter Global Config mode and go into the port you want to configure.

    For example:

    (Extreme 220) #configure
    (Extreme 220) (Config) #interface 1/0/2
    (Extreme 220) (Interface 1/0/2) #vlan pvid 999
    (Extreme 220) (Interface 1/0/2) #vlan participation include 999
    (Extreme 220) (Interface 1/0/2) #exit
    (Extreme 220) (Config) #exit
    (Extreme 220) #write memory confirm
    Note

    Note

    Optionally, you can also set VLANs to untagged using the switchport access mode option, which works in the same way as the previous example:
    (Extreme 220) #config
    (Extreme 220) (Config) #interface 1/0/2
    (Extreme 220) (Interface 1/0/2) #switchport mode access
    (Extreme 220) (Interface 1/0/2) #switchport access vlan 999
    (Extreme 220) (Interface 1/0/2) #exit
    (Extreme 220) (Config) #exit
  5. Save your configuration.
For information about VLAN tagging, see Configuring a Switch for VLAN Tagging and Trunking.

To configure a range or list of ports, see Configuring Multiple Ports at the Same Time.