#yum install vconfig 安裝vconfig命令包
#modprobe 8021q 載入8021q模組,若不支援8021q模組,則不支援VLAN
#lsmod |grep -i 8021q
#vconfig add eth0 100 在eth0上配置VLAN 100
#vconfig add eth0 200 在eth0上配置VLAN 200
#vconfig set_flag eth0.100 1 1 設定VLAN的REORDER_HDR引數
#vconfig set_flag eth0.200 1 1 設定VLAN的REORDER_HDR引數
#ifconfig eth0.100 192.168.1.8 netmask 255.255.255.0 up 配置網路命令
#ifconfig eth0.100 192.168.2.8 netmask 255.255.255.0 up 配置網路命令
#ip link set eth0.100 down
#vconfig rem eth0.100 刪除VLAN命令