vlan batch 10 20 创建vlan区域10和20 (10 to 20 即为创建区域10.11.12.....20)
interface GigabitEthernet 0/0/0 进入指定接口
access端口
port link-type access 设置该接口类型为access
port default vlan 10 设置缺省vlan tag为10
trunk端口
port link-type trunk 设置trunk型端口
port trunk allow-pass vlan 10 20 设置端口允许通过的ID列表
port trunk pvid vlan 10 设置窗口缺省vlan为10