通过GVRP让交换机自动学习VLAN
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了通过GVRP让交换机自动学习VLAN相关的知识,希望对你有一定的参考价值。
实验目的:
1)SW1创建静态VLAN 10 ,SW2和SW3没有配置VLAN;
2)通过配置GVRP功能,让SW2和SW3自动学习VLAN;
配置命令:
交换机SW1
<Huawei>system-view
[Huawei]gvrp 开启gvrp模式
[Huawei]interface Ethernet0/0/1 进入端口
[Huawei-Ethernet0/0/1]port link-type trunk 修改成trunk链路
[Huawei-Ethernet0/0/1]port trunk allow-pass vlan all 允许所有VLAN通过
[Huawei-Ethernet0/0/1]gvrp 开启gvrp模式
交换机SW2
<Huawei>system-view
[Huawei]gvrp 开启gvrp模式
[Huawei]interface Ethernet0/0/1 进入端口
[Huawei-Ethernet0/0/1]port link-type trunk 修改成trunk链路
[Huawei-Ethernet0/0/1]port trunk allow-pass vlan all 允许所有VLAN通过
[Huawei]gvrp开启gvrp模式
[Huawei]interface Ethernet0/0/2 进入端口
[Huawei-Ethernet0/0/2]port link-type trunk 修改成trunk链路
[Huawei-Ethernet0/0/2]port trunk allow-pass vlan all 允许所有VLAN通过
[Huawei]gvrp 开启gvrp模式
交换机SW3
<Huawei>system-view
[Huawei]gvrp 开启gvrp模式
[Huawei]interface Ethernet0/0/1 进入端口
[Huawei-Ethernet0/0/1]port link-type trunk 修改成trunk链路
[Huawei-Ethernet0/0/1]port trunk allow-pass vlan all 允许所有VLAN通过
[Huawei-Ethernet0/0/1]gvrp 开启gvrp模式
[Huawei]display vlan summary 查看VLAN信息
以上是关于通过GVRP让交换机自动学习VLAN的主要内容,如果未能解决你的问题,请参考以下文章