Hi there!
I have a super confusing setup that I am trying to get right with Mikrotik. However after a few days, reading the Wikis and vlan setups here I am still not able to get this correct.
We were using Cisco 3750G’s as our base switches in a switching centre with a provider who gave us a single VLAN as a trunk(802.11Q, NO S-tag) into their MPLS network. Using the traditional Cisco QinQ method we were able to tag inside the tag and it was perfectly fine.
However, on Mikrotik I don’t seem to be able to get this right.
This is a huge enterprise network and core network (I work at an ISP) and is an absolute must for me to work out.
On Cisco, to achieve this the following config was used:
interface GigabitEthernet1/0/1
description UplinkintoMLPS
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 3246
switchport mode trunk
!
interface GigabitEthernet1/0/2
description QinQtoMPLS
switchport access vlan 3246
switchport mode dot1q-tunnel
l2protocol-tunnel cdp
l2protocol-tunnel stp
l2protocol-tunnel vtp
no cdp enable
spanning-tree bpdufilter enable
!
interface GigabitEthernet1/0/3
description QinQ-TrunkPort
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 700,701,702,800
switchport mode trunk
Interface 1 was the “Uplink/wan” link to the Network, Interface 2 and 3 were just joined by a loop cable to make the QinQ configuration work. And this worked really well.
However, after a few days, I am unable to replicate this config on Mikrotik.
I need a trunk on The port facing the Network, and all ports behind this, facing away from this switch as trunks too. No access ports/Untagged traffic here. All ports on my network are tagged for different services (OSPF, PPPoE, BGP etc). Basically I need a trunk vlan in a qinq vlan thats also a trunk. I’ve tried the Ethertag types and I just cant get this right. The reason why this is so important is that we have another Cisco on the other end of the network that needs to talk to this QinQ setup just as well as the one we had spoke to it. we can’t change this to Mikrotik.