下面是由希赛小编整理的通信互联网技术知识点精讲之配置VLANTrunks,希望能帮助学友们。具体内容如下:
配置VLANTrunks
配置VLANTrunks的步骤如下。
举例如下:
Switch#configureterminal
Enterconfigurationcommands,oneperline.EndwithCNTL/Z。
Switch(config)#interfacefastetheme2/4
Switch(config-if)#switchportmodetrunk
Switch(config-if)#switchporttrunkencapsulationdotlq
Switch(config-if)#end
(1)定义trunk允许的VLAN.缺省情况下trunk允许所有的VLAN通过。可以使用switchporttrunkallowedvlanremovevlan-list来去掉某一VLAN。
回到允许所有VLAN通过时,可用noswitchporttrunkallowedvlan端口配罝命令。
举例如下:
Switch(config)#interfacefastethemet2/l
Switch(config-if)#switchporttrunkallowedvlanremove2
Switch(config-if)#end
(2)配置NativeVLAN(IEEE802.1q)封装IEEE802.1q的trunk端口可以接受带有标签和不带标签的数据流,交换机向nativevlan传送不带标签的数据流,缺省情况下nativeVLAN是1。
使用noswitchporttrunknativevlan端口配置命令回到缺省的状态。
相关推荐: