cancel
Showing results for 
Search instead for 
Did you mean: 

q-in-q over vxlan

q-in-q over vxlan

kanin
New Contributor
Hello all,
Please advise. Is it possible to configure VTEP so that it wouldn't strip off C-VLAN tag ?
1 ACCEPTED SOLUTION

poplavskii
New Contributor
This is some kind of bug in VDX ip fabric.
I found a solution, and it is not in Extreme / Brocade manuals.

When I make a site in the overlay gateway, qinq starts working.
example for vlan 28:
overlay-gateway og-leaf
type layer2-extension
ip interface Loopback 2
attach rbridge-id add 3-4
map vlan 25 vni 354025
map vlan 26 vni 354026
map vlan 28 vni 350028
site 0102
ip address 172.25.5.101
extend vlan add 28
bfd
!
activate

View solution in original post

2 REPLIES 2

poplavskii
New Contributor
This is some kind of bug in VDX ip fabric.
I found a solution, and it is not in Extreme / Brocade manuals.

When I make a site in the overlay gateway, qinq starts working.
example for vlan 28:
overlay-gateway og-leaf
type layer2-extension
ip interface Loopback 2
attach rbridge-id add 3-4
map vlan 25 vni 354025
map vlan 26 vni 354026
map vlan 28 vni 350028
site 0102
ip address 172.25.5.101
extend vlan add 28
bfd
!
activate

Michael_Morey
Extreme Employee
Since VDX doesn't support Q-in-Q; you can possibly make this work by not tagging native VLAN on the port(s) connecting to the switch that does QinQ.

The VDX will first look up the source and destination macs, it then moves towards VLAN and fails to read the outer VLAN with eth type 9100. As a result it handles the traffic as native untagged traffic and sends it across.

Command Syntax

code:
no switchport trunk tag native-vlan


code:
Hope this helps.
Michael Morey
Principal Technical Support Engineer
Extreme Networks
GTM-P2G8KFN