vlan 100
description super-vlan
vlan 101
description sub-vlan-1
vlan 102
description sub-vlan-2
interface Vlanif 100
ip address 192.168.1.1 255.255.255.0
ip subnet-vlan 100 101 102
vlan 100
description principal
vlan 200
description separate
vlan 300
description group
interface Ethernet0/0/1
port mux-vlan vlan 100
port isolate-vlan 200
interface Ethernet0/0/2
port mux-vlan vlan 100
port group-vlan 300
原始以太帧 → 加上Outer VLAN Tag → Double Tagged Frame
vlan batch 100 200 300
interface Ethernet0/0/1
port link-type trunk
port trunk allow-pass vlan 100 to 300
qinq enable
qinq vlan-translation 100 to 300
层级 | 说明 |
---|---|
用户侧 | 使用CVLAN标识用户内部VLAN |
汇聚层 | 添加SVLAN封装,实现租户识别 |
核心层 | MPLS VPN负责租户逻辑隔离与转发 |
技术名称 | 原理 | 作用 | 应用场景 |
---|---|---|---|
Super VLAN | 子VLAN共享主VLAN三层接口 | 降低广播、节省IP地址 | 教育园区、政府办公 |
MUX VLAN | 用户隔离但可访问主VLAN服务器 | 防止横向访问、增强安全性 | 社区宽带、酒店网络 |
QinQ | 封装双VLAN Tag穿越网络 | 实现多租户隔离、跨网络层级传输 | 企业VPN、运营商业务隔离 |
?
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。