Vlan与Trunk配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vlan与Trunk配置相关的知识,希望对你有一定的参考价值。

1.实现拓扑图:
技术图片
2.配置第一台交换机
[Huawei]sysname sw1
[sw1]vlan batch 5 10
[sw1-Ethernet0/0/1]int e0/0/1
[sw1-Ethernet0/0/1]port link-type access
[sw1-Ethernet0/0/1]port default vlan 5
[sw1-Ethernet0/0/1]int e0/0/2
[sw1-Ethernet0/0/2]port link-type access
[sw1-Ethernet0/0/2]port default vlan 10
[sw1-Ethernet0/0/3]port link-type hybrid
[sw1-Ethernet0/0/3]port hybrid tagged vlan 5 10
3.配置第二台交换机
[Huawei]sysname sw1
[sw2]vlan batch 5 10
[sw2]int e0/0/1
[sw2-Ethernet0/0/1]port link-type access
[sw2-Ethernet0/0/1]port default vlan 5
[sw2-Ethernet0/0/1]int e0/0/2
[sw2-Ethernet0/0/2]port link-type access
[sw2-Ethernet0/0/2]port default vlan 10
[sw2-Ethernet0/0/2]int e0/0/3
[sw2-Ethernet0/0/3]port link-type hybrid
[sw2-Ethernet0/0/3]port hybrid tagged vlan 5 10

以上是关于Vlan与Trunk配置的主要内容,如果未能解决你的问题,请参考以下文章

VLAN与trunk配置

VLAN与Trunk的配置

VLAN与Trunk配置 Hybrid端口配置

VLAN与Trunk配置 Hybrid端口配置

VLAN与Trunk配置

VLAN与Trunk配置