Hello
I am trying to do VLAN stacking (qinq) between Dell Force 10 E600 and Mikrotik
So, customer VLANs 10,20,30 must be carried over Provider VLAN tag 100.
I can easily configure Mikrotik to carry VLAN 10,20,30 over 100.
However, I cant seem to find how to define that VLAN 100 is provider VLAN and VLAN 10,20 and 30 are to be carried over VLAN 100 using double tagging.
Following below configuration, MAC addresses from VLAN 10,20,30 are seen in E600 as coming from VLAN 100 only.
Please suggest what I am doing wrong.
Sorry for incomplete post before
Your help is much appreciated
Image may be NSFW.
Clik here to view.
So Configuration says
interface GigabitEthernet 3/1 no ip address switchport vlan-stack access no shutdown interface GigabitEthernet 3/2 no ip address switchport vlan-stack access no shutdown interface GigabitEthernet 3/3 no ip address switchport vlan-stack access no shutdown interface GigabitEthernet 7/10 no ip address switchport vlan-stack trunk no shutdown | |
E1200-1#sh run int vlan 10 ! interface Vlan 10 no ip address vlan-stack compatible member GigabitEthernet 7/0,12 shutdown E1200-1#sh run int vlan 20 ! interface Vlan 20 no ip address vlan-stack compatible member GigabitEthernet 7/1,10 no shutdown E1200-1#sh run int vlan 30 ! interface Vlan 30 no ip address vlan-stack compatible member GigabitEthernet 7/2,10 noshutdown E1200-1# |