QinQ dot1q tunnel?

Hi,

I have a RB951G-2HnD.

The RB951 is connected to a Cisco 3750 just via regular trunks, I then want 1 of the ports on the RB to act as a dot1tunnel, ignoring every CVLAN, just outer tagging them.

The diagram would look something like
3750 — RB951 — X

And I want every VLAN coming in from X to be outer tagged with whatever VLAN of my choosing, so a dot1q-tunnel!

Is this possible?
Is there a equivalent to Ciscos dot1tunnel with mikrotik?
Could someone point me in the right direction?

Thanks in advance!

  1. Create a new vlan interface on the port facing the cisco switch. Use the “Service Tag” option when creating that vlan.
  2. Create a bridge and add port x and the QinQ vlan into the bridge.
  3. ???
  4. Profit.

Hi

I have a similar situation as well

cisco 3750 ↔ eth2 mikrotikA eth1 ↔ eth1 mikrotikB ↔ eth2 cisco 3750

I have configured service tag vlan on eth1 for both MikrotikA and MikrotikB
The can ping each other on the service tag IP address

Next I create a bridge on both mikrotik and added eth2 and service tag vlan as ports member

Eth2 is going to be connected to both Cisco and at both ends.

Do you see any problem with this setup?

Should all work. VLAN traffic from both 3750s is going to pass through the mikrotiks in a QinQ VLAN, and both 3750s will see original vlans.

Dear Tomaskir,

I really hope so. Initially i created those 3750 vlans as a child vlans on Mikrotik and that failed.

Going to test is 3 hours time!

Wish me luck :slight_smile: