码迷,mamicode.com
首页 > 其他好文 > 详细

华三实现vlan通过

时间:2019-03-24 21:40:46      阅读:315      评论:0      收藏:0      [点我收藏+]

标签:image   glob   roc   RoCE   基本   img   images   col   https   

实验步骤:
1、DeviceA的基本配置
sys
vlan 10
port g 1/0/1
vlan 20
port g 1/0/2
vlan 30
port g 1/0/3
inter g 1/0/24
port link-type trunk
port trunk permit vlan all

2、DeviceB的基本配置与DeviceA相同

3、DeviceC的基本配置
sys
inter r g 1/0/23 to g 1/0/24
port link-type trunk
port trunk permit vlan all

4、PC_A访问PC_D发现不通
在DeviceC上面使用dis vlan只能看到vlan 1

5、开启mvrp功能
#DeviceA配置MVRP
mvrp global enable
inter g 1/0/24
mvrp enable

#DeviceB配置MVRP与DeviceA相同

#DeviceC配置MVRP
mvrp global enable
inter r g 1/0/23 to g 1/0/24
mvrp enable

6、再次用PC_A访问PC_D,成功访问
在DeviceC上面使用dis vlan可以看到有vlan 10 20 30

技术图片

华三实现vlan通过

标签:image   glob   roc   RoCE   基本   img   images   col   https   

原文地址:https://blog.51cto.com/12226958/2368173

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!