JetStream  52-Port Gigabit Stackable L3 Managed Switch  CLI Guide 
 
Chapter 4  IEEE 802.1Q VLAN Commands 
VLAN (Virtual Local Area Network) technology is developed for the switch to divide the LAN 
into multiple logical LANs flexibly. Hosts in the same VLAN can communicate with each other, 
regardless of their physical locations. VLAN can enhance performance by conserving 
bandwidth, and improve security by limiting traffic to specific domains. 
4.1  vlan 
Description 
The vlan command is used to create IEEE 802.1Q VLAN hereafter to access 
to VLAN Configuration Mode. To delete the IEEE 802.1Q VLAN, please use no 
vlan command.   
Syntax 
vlan vlan-list 
no vlan vlan-list 
Parameter 
vlan-list
 āā VLAN ID list, ranging from 2 to 4093, in the format of 2-3, 5. It is 
multi-optional. 
Command Mode 
Global Configuration Mode 
Example 
Create VLAN 2-10 and VLAN 100: 
T3700G-52TQ(config)#vlan 2-10,100 
Delete VLAN 2: 
T3700G-52TQ(config)#no vlan 2 
30