D-Link DES-3500Series Switch User Manual


 
DES-3500 Layer 2 Fast Ethernet Switch CLI Reference Manual
114
DES-3526:admin#
To delete ports from a VLAN:
DES-3526:admin#config vlan v1 delete 6-8
Command: config vlan v1 delete 6-8
Success.
DES-3526:admin#
create vlan vlanid
Purpose Used to create a VLAN by VLAN ID list on the switch.
Syntax
create vlan vlanid <vlanid_list> { advertisement }
Description The create vlan by vlan id list command creates VLAN on the switch.
Parameters
vlanid_list - Specified a range of VLAN ID to be created.
advertisement - Join GVRP or not. If not, the VLAN can’t join
dynamically.
Restrictions You must have Operator or Administrator-level privileges.
Example usage:
To create VLAN with VLAN ID 2 and VLAN ID 3:
DES-3526:admin# create vlan vlanid 2-3
Command: create vlan vlanid 2-3
Success.
DES-3526:admin#
delete vlan vlanid
Purpose Used to delete a previously configured VLAN by VLAN ID list on the
switch.
Syntax
delete vlan vlanid <vlanid_list>
Description The delete vlan by vlan id list command deletes previously configured
VLAN on the switch.
Parameters
vlanid_list - Specified a range of VLAN ID to be deleted.
Restrictions You must have Operator or Administrator-level privileges.
Example usage:
To remove VLAN with VLAN ID 2 and VLAN ID 3:
DES-3526:admin#
delete vlan vlanid 2-3
Command: delete vlan vlanid 2-3
Success.
DES-3526:admin#