Specifications
DGS-3048 Layer 2 Switch CLI Reference Manual
98
Syntax
delete vlan <vlan_name 32>
Description This command will delete a previously configured VLAN on the
Switch.
Parameters
<vlan_name 32> − The VLAN name of the VLAN to delete.
Restrictions Only administrator-level users can issue this command.
Example usage:
To remove a vlan v1:
DGS3048#delete vlan v1
Command: delete vlan v1
Success.
DGS3048#
config vlan
Purpose Used to add additional ports to a previously configured VLAN.
Syntax
config vlan <vlan_name 32> [add [tagged | untagged |
forbidden] | delete] <portlist>| ch1 | ch2 | ch3 | ch4 | ch5 | ch6 |
ch7 | ch8 ]
Description This command allows the user to add or delete ports to the port list
of a previously configured VLAN. You can specify the additional
ports as tagging, untagging, or forbidden. The default is to assign
the ports as untagged.
Parameters
<vlan_name 32> − The name of the VLAN to which to add ports.
add − Specifies to add ports to a previously created vlan.
delete - Specifies to delete ports to a previously created vlan.
tagged − Specifies the additional ports as tagged.
untagged − Specifies the additional ports as untagged.
forbidden − Specifies the additional ports as forbidden.
<portlist> − A port or range of ports to be added to or deleted from
the VLAN.
<ch1-8> −
assigns ports to a port-channel.
Restrictions Only administrator-level users can issue this command.
Example usage:
To add ports 4 through 8 as tagged ports to the VLAN v1:
DGS3048#config vlan v1 add tagged 4-8
Command: config vlan v1 add tagged 4-8
Success.