DES-1228/ME Layer 2 Metro Ethernet Switch CLI Reference Manual
121
DES-1228/ME:4#
create vlan vlanid
Purpose
Used to create multiple VLANs by VLAN ID list on the switch.
Syntax
create vlan vlanid <vidlist> { advertisement }
Description
The create vlans by vlanid list command creates multiple VLANs on the switch.
Parameters
<vidlist>
−
Specifies a range of multiple VLAN IDs to be created.
advertisement
−
Join GVRP or not. If not, the VLAN can’t join dynamically.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To create VLAN ID on the switch:
DES-1228/ME:4#create vlan vlanid 5 advertisement
Command: create vlan vlanid 5 advertisement
Success
DES-1228/ME:4#
delete vlan vlanid
Purpose
Used to delete multiple VLANs by VLAN ID on the switch.
Syntax
delete vlan vlanid <vidlist>
Description
The delete vlan by vlan id list command deletes previously configured multiple VLANs on
the switch.
Parameters
<vidlist>
−
Specifies a range of multiple VLAN IDs to be deleted.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To delete VLAN ID on the switch:
DES-1228/ME:4#delete vlan vlanid 5
Command: delete vlan vlanid 5
Success
DES-1228/ME:4#
config vlan vlanid
Purpose
Used to add additional ports to a previously configured VLAN.
Syntax
config vlan vlanid <vidlist> {[ add [ tagged | untagged | forbidden ] |delete ]
<portlist> | advertisement [ enable | disable ] | name <vlan_name 32>}(1)
Description
The config vlan vlanid command allows you to add or delete ports of the port list of
previously configured VLAN(s). You can specify the additional ports as being tagged,
untagged or forbidden. The same port is allowed to be an untagged member port of
multiple VLAN’s.
You can also specify if the ports will join GVRP or not with the
advertisement
parameter.