DES-1210-52/ME L2 Metro Ethernet Switch CLI Reference Guide
214
Each command is listed in detail, as follows:
To create a VLAN on the Switch.
create vlan <string 32> tag <int 2-4094>
type_1q_vlan_advertisement
The create vlan command creates a VLAN on the Switch.
<string 32> − The name of the VLAN to be created.
tag <int 2-4094> − The VLAN ID of the VLAN to be created. The
allowed values range from 2 to 4094.
type_1q_vlan_advertisement − Specifies the 1q vlan advertisement
on the Switch.
Each VLAN name can be up to 32 characters. If the VLAN is not
given a tag, it will be a port-based VLAN.
Only administrator or operator-level users can issue this command.
Example usage:
To create a VLAN rd2, tag 3:
DES-1210-52/ME:5# create vlan rd2 tag 3 type_1q_vlan_advertisement
Command: create vlan rd2 tag 3 type_1q_vlan_advertisement
Success.
DES-1210-52/ME:5#
To delete a previously configured VLAN on the Switch.
delete vlan [<vlan_name 32> | vlanid <vidlist>]
The delete vlan command deletes a previously configured VLAN on
the Switch.
<vlan_name 32> − The name of the VLAN to be deleted.
vlanid <vidlist> − The VLAN of the VLAN to be deleted. The range is
between 2-4092.
Only administrator or operator-level users can issue this command.
A user is required to disable Guest VLAN before deleting a VLAN.
Example usage: