qinq like Cisco or JUNOSe

Is it possible to make configuration on Mikrotik like this (Cisco):

interface GigabitEthernet0/2.801
 description -NA CNxxxx SPVLAN-801 () ---
 encapsulation dot1Q 801 second-dot1q 801-4000

interface GigabitEthernet0/2.802
 description -NA CNxxxx SPVLAN-802 () ---
 encapsulation dot1Q 802 second-dot1q 801-4000

or like this (JUNOSe):

 vlan bulk-config "spvlan_801-812"
 profile vlan bulk-config "spvlan_801-812" "profile_vlan_base_nvsk"
 vlan bulk-config "spvlan_801-812" svlan-range 801 812 801 4000

http://wiki.mikrotik.com/wiki/Manual:Interface/VLAN#Q-in-Q

Wrong…

Example in wiki is not like my examples… As you can see - Cisco config uses one S-VLAN and massive C-VLANs, or we can use any vlan id for C-VLAN and one S-VLAN. Juniper config is more complex - any combination is possible…

bda is looking for a way to have SP-vlans dynamically created, or created in blocks such as in the examples.


This is a pretty common requirement, im suprised it’s not already a feature.

Yes… I am waiting for this feature long time… but no hope…

Sorry for bump, but any news?

Maybe put in a formal feature request to support@mikrotik.com and put it on the Feature Requests page on the wiki.

Any news about this in the new versions of RouterOS ?

there is no news about this? I checked a same request in a post of 2006, I don’t know why mikrotik didn’t develop this until now.