当前位置:网站首页>华为Mux VLAN 二层流量隔离
华为Mux VLAN 二层流量隔离
2022-08-02 14:15:00 【China-P】

一、要求与应用:
1)所有子vlan都可以和主vlan通讯
2)互通型vlan与隔离型vlan之间不可互访
mux vlan(Multiplex VLAN):多路VLAN, 可实现精准的二层流量控制,通过vlan技术来控制网络资源。应用举例:所有部门都可以和服务器通讯,但部门与部门之间不可互访。
二、设置Mux 主从VLAN
[SW1]vlan batch 10 11 12 #创建vlan 10 11 12
[SW1]vlan 10
[SW1-vlan10]mux-vlan #设置mux-vlan,Vlan10 为主vlan
[SW1-vlan10]subordinate group 11 #设置互通型从vlan
[SW1-vlan10]subordinate separate 12 #设置隔离型从vlan三、连接Server1 接口配置(主vlan)
[SW1]int e0/0/1
[SW1-Ethernet0/0/1]port link-type access
[SW1-Ethernet0/0/1]port default vlan 10
[SW1-Ethernet0/0/1]port mux-vlan enable 四、互通型子VLAN 11 接口配置
[SW1]int e0/0/2
[SW1-Ethernet0/0/2]port link-type access
[SW1-Ethernet0/0/2]port default vlan 11
[SW1-Ethernet0/0/2]port mux-vlan enable
[SW1]int e0/0/3
[SW1-Ethernet0/0/3]port link-type access
[SW1-Ethernet0/0/3]port default vlan 11
[SW1-Ethernet0/0/3]port mux-vlan enable 五、隔离型子VLAN 12 接口配置
[SW1]int e0/0/4
[SW1-Ethernet0/0/4]port link-type access
[SW1-Ethernet0/0/4]port default vlan 12
[SW1-Ethernet0/0/4]port mux-vlan enable
[SW1]int e0/0/5
[SW1-Ethernet0/0/5]port link-type access
[SW1-Ethernet0/0/5]port default vlan 12
[SW1-Ethernet0/0/5]port mux-vlan enable六、查看Vlan 信息
[SW1]dis vlan
[SW1]dis mux-vlan 边栏推荐
猜你喜欢
随机推荐
Priority table and Ascll table
如何编辑VirtualLab Fusion结果的格式
change the available bandwidth of tcp flow dynamically in mininet
HCIE学习记录——数通网络基础
转行软件测试,从零收入到月薪过万,人生迎来新转折
【软件测试】性能测试理论
mininet multihomed topology
移动拷贝构造函数
Run ns3 with multiple processes
The dynamic planning theory
深入理解负载均衡
The relationship between base classes and derived classes [inheritance] / polymorphism and virtual functions / [inheritance and polymorphism] abstract classes and simple factories
Mobile copy constructor
光波导的入射耦合和出射耦合区域
Oauth2.0 authentication server adds verification code login method
golang-reflect-method-callback
灵活的区域定义
Vert.x web 接收请求时反序列化对象 Failed to decode 如何解决?
嵌入式学习硬件篇------初识ARM
【软件测试】用例篇





![[Inter-process communication]: pipe communication/named/unnamed](/img/8c/d330cdb5d447e50b4c6058e34752dd.png)



