DGS-3610 Series Configuration Guide Chapter 8 VLAN Configuration
8.2.2 Default VLAN Configuration
VLAN xxxx, where xxxx is the VLAN ID
8.2.3 Creating/Modifying a VLAN
In the privileged mode, you can create or modify a VLAN.
DGS-3610(config)# vlan vlan-id
Enter one VLAN ID. If you enter a new VLAN ID, the device
will create a VLAN for you. If you enter an existing VLAN ID,
the device modifies the appropriate VLAN.
DGS-3610(config)# name
vlan-name
(Optional) Name the VLAN. If you skip this step, the device
automatically assigns a name of VLAN xxxx, where xxxx is
the 4-digit VLAN ID starting with 0. For example, VLAN 0004
is the default name of VLAN 4.
To restore the name of the VLAN to its default, simply enter the no name command.
The following example creates VLAN 888, names it to test888, and saves them to the
configuration file:
DGS-3610# configure terminal
DGS-3610(config)# vlan 888
DGS-3610(config-vlan)# name test888
DGS-3610(config-vlan)# end
8.2.4 Deleting a VLAN
You cannot delete the default VLAN (VLAN 1).
In the privileged mode, delete a VLAN:
DGS-3610(config)# no vlan
vlan-id
Enter one VLAN ID to delete it.
8.2.5 Assigning Access Ports to the VLAN
If you assign one interface to a non-existent VLAN, the switch will automatically create that
VLAN.
In the privileged mode, assign a interface to a VLAN.