3.22.1 Global VLAN Configuration

Use this command to create one or more VLANs in Access mode. By default, only single VLAN #1 is enabled with all ports assigned to this VLAN in Access mode. Specify the Ethertype/TPID used for Custom S-Ports. The setting is in force for all ports set to S-Custom port type.

Command Syntax:

vlan <vlist>
vlan ethertype s-custom-port <etype>
Table 3-92. Command Description

Argument

Description

Parameter

<vlist>

The allowed Access VLAN IDs. Individual elements are separated by commas and ranges are specified with a dash.

<etype>

EtherType/TPID specified in hexadecimal, with a range from 0x0600 to 0xffff.

Default

TPID is set to 0x88A8

Mode

Global Configuration mode

Usage

Create allowed Access VLANs. To delete VLANs and revert the TPID back to the default, use the 'no' version of the command.

Example

Example 1:

Create Access VLANs 10, 11, 12, 200, and 300.

(config)# vlan 10-12,200,300

Example 2:

Delete VLAN 12.

(config)# no vlan 12

Example 3:

Set TPID = 8888.

(config)# vlan ethertype s-custom-port 0x8888