VMware vSphere ESXi
outer tag: 802.1Q tag (TPID: 0x8100) -- inner tag: 802.1Q tag.
Sample Configuration for QinQ (802.1Q)
If 4055 is the outer vlan and 4058 is the inner vlan id,
Double tags configuration command in VMs:
[root@localhost ~]# ip link add link eth1 eth1.4055 type vlan proto 802.1q id 4055
[root@localhost ~]# ip link add link eth1.4055 eth1.4055.4058 type vlan proto 802.1q id 4058
Note: This is not QinQ, it's just delivering tagged VLAN with another inside VLAN frame to a guest in trunk mode. We don't support the other types of QinQ, such as:
outer tag: 802.1ad tag (TPID: 0x88a8) -- inner tag: 802.1Q tag.