在Cisco IOS系统中配置VLAN的命令(1)VLAN的一般配置1)进入VLAN的配置模式:Switch#vlan database2)建立、删除或修改VLAN:·建立VLAN:Switch(vlan)#vlan name ·删除VLAN:Switch(vlan)#no vlan ·修改VLAN:和建立VLAN的命令完全相同。3)将端口加入VLAN:Switch(config-if)#switchport access vlan (2)配置VTP1)进入全局配置模式2)设置VTP匿名:Switch(config)#vtp domain name3)设置VTP工作模式:·设置为VTP server 模式(默认):Switch(config)#vtp domain server·设置为VTP Client 模式:Switch(config)#vtp mode client·设置为VTP Transparent 模式:Switch(config)#vtp mode transparent(3)设置Trunk1)进入端口配置模式2)配置VLAN Trunk模式:Switch(config-if)#switchport mode trunk3)封装VLAN协议:·封装IEEE802.1Q:Switch(config-if)#switchport trunk encap dot1q·封装ISL协议:Switch(config-if)#switchport trunk encap dot1q·自动协商:Switch(config-if)#switchport trunk encap dot1q4)设置允许中继的VLAN:·Switch(config-if)#switchport trunk allowed vlan ·Switch(config-if)#switchport trunk allowed vlan except