DIS-200G Series Gigabit Ethernet Switch CLI Reference Guide
240
of a new VLAN, the VLAN will be automatically created.
Use the no vlan command to remove a VLAN. The default VLAN cannot be removed. If the removed VLAN is a
port’s access VLAN, the port’s access VLAN will be reset to VLAN 1.
Example
This example shows how to add new VLANs, assigning the new VLANs with the VLAN IDs 1000 to 1005.
Switch# configure terminal
Switch(config)# vlan 1000-1005
Switch(config-vlan)#
43-11
name
This command is used to specify the name of a VLAN. Use the
no
form of this command to reset the VLAN
name to the default VLAN name.
name
VLAN-NAME
no name
Parameters
VLAN-NAME
Specifies the VLAN name, with a maximum of 32 characters. The
VLAN name must be unique within the administrative domain.
Default
The default VLAN name is VLANx, where x represents four numeric digits (including the leading zeros) that are
equal to the VLAN ID.
Command Mode
VLAN Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
Use this command to specify the name of a VLAN. The VLAN name must be unique within the administrative
domain.
Example
This example shows how to configure the VLAN name of VLAN 1000 to be “admin-vlan”.
Switch# configure terminal
Switch(config)# vlan 1000
Switch(config-vlan)# name admin-vlan
Switch(config-vlan)#