Quantcast
Channel: All Routing posts
Viewing all articles
Browse latest Browse all 8688

Q-in-Q - Unable to send multiple inner tags through single outer VLAN on MX

$
0
0

Hello,

I am working with an MX480 connected to a Cisco network.  I am trying to send multiple inner vlans through a single outer qinq tunnel interface.  Addtionally, I have the inner VLANs terminating to IRB interfaces on the MX.  When I use the following config I am able to pass traffic when I use a single outer and single inner tag, but if I try to add addtional inner tags, it won't pass any packets.  

 

CONFIG WORKING WITH SINGLE TAGS:

 

interfaces

ge-2/1/2 {
description "--- UPLINK TO TNDM-METR-SW1 G1/5 NNI-TRAFFIC ---";
flexible-vlan-tagging;
mtu 9000;
encapsulation flexible-ethernet-services;
unit 1345 {
description "TEST QINQ UPLINK";
encapsulation vlan-bridge;
vlan-tags outer 1976 inner 345;

irb {
unit 345 {
description "TEST QINQ 1";
family inet {
address 63.247.144.101/30;

bridge-domains
Z-OUTER-TEST {
vlan-id 1976;
}
Z-TEST-INNER1 {
vlan-id 345;
interface ge-2/1/2.1345;
routing-interface irb.345;

 

 

I have tried adding multiple units - one for each inner/outer combination.  I've also tried the following with no success:

 

ge-2/1/2 {
description "--- UPLINK TO TNDM-METR-SW1 G1/5 NNI-TRAFFIC ---";
flexible-vlan-tagging;
mtu 9000;
encapsulation flexible-ethernet-services;
unit 1976 {
vlan-id 1976;
family bridge {
interface-mode trunk;
inner-vlan-id-list [ 345 456 ];
}
}
bridge-domains
Z-INNER-TEST1 {
vlan-id 345;
routing-interface irb.345;
}
Z-INNER-TEST2 {
vlan-id 456;
routing-interface irb.456;
}
Z-OUTER-TEST {
vlan-id 1976;
}

 

NO LUCK

 

Can someone please post a working example of how to send multiple inner VLANS through a single outer VLAN?

Thanks in advance!

-Colin Anderson

 


Viewing all articles
Browse latest Browse all 8688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>