Sorry, has some typo in the previous email. I think Dave Bell is right as on switch it is as follows:
"set vlans v305 dot1q-tunneling *customer-vlans 105"* So, the inner vlan must be 105 and outer vlan must be 305, but on MX it is as below. " set bridge-domains VLAN-305 vlan-tags outer 105 set bridge-domains VLAN-305 vlan-tags inner 305 " Instead it should be as below on MX. " set bridge-domains VLAN-305 vlan-tags *outer 305* set bridge-domains VLAN-305 vlan-tags *inner 105* *"* Best, Atif On Thu, Mar 6, 2014 at 4:54 PM, Atif Saleem <[email protected]>wrote: > I think Dave Bell is right as on switch it is as follows: > > "set vlans v305 dot1q-tunneling *customer-vlans 105"* > > So the inner vlan must be 104 and outer vlan must be 305 but on MX it is > as below. > > " > set bridge-domains VLAN-305 vlan-tags outer 105 > > set bridge-domains VLAN-305 vlan-tags inner 305 > " > > Instead it should be as below because on MX the inner-vlan is 305, not > 105. > > " > set bridge-domains VLAN-305 vlan-tags *outer 305* > > set bridge-domains VLAN-305 vlan-tags *inner 105* > *"* > > Best, > Atif > > > On Thu, Mar 6, 2014 at 3:54 PM, Rodrigo Augusto > <[email protected]>wrote: > >> You have to change mtu parameters to enable q-inq ? >> >> Rodrigo Augusto >> Gestor de T.I. Grupo Connectoway >> http://www.connectoway.com.br <http://www.connectoway.com.br/> >> http://www.1telecom.com.br <http://www.1telecom.com.br/> >> * [email protected] >> ( (81) 3366-7376 >> ( (81) 8184-3646 >> ( INOC-DBA 52965*100 >> >> >> >> >> On 06/03/14 06:23, "Mohammad Khalil" <[email protected]> wrote: >> >> >Hi guys , can anyone assist with the above configuration ? >> >I have tried the same with EX4200 and MX480 and did not work as well >> > >> >BR, >> >Mohammad >> > >> > >> >On Wed, Jun 26, 2013 at 11:20 AM, Mohammad Khalil >> ><[email protected]>wrote: >> > >> >> Hi and sorry for the late reply >> >> Please find the configuration I did >> >> >> >> ex3200: >> >> >> >> ------ >> >> >> >> >> >> >> >> set interfaces ge-0/0/23.0 family ethernet-switching vlan members v305 >> >> >> >> set vlans v305 vlan-id 305 >> >> >> >> set vlans v305 interface ge-0/0/23.0 >> >> >> >> set vlans v305 dot1q-tunneling customer-vlans 105 >> >> >> >> >> >> >> >> MX480: >> >> >> >> ------- >> >> >> >> set interfaces ge-5/0/8 unit 0 family bridge vlan-id-list 305 >> >> >> >> set bridge-domains VLAN-305 domain-type bridge >> >> >> >> set bridge-domains VLAN-305 vlan-tags outer 105 >> >> >> >> set bridge-domains VLAN-305 vlan-tags inner 305 >> >> >> >> set bridge-domains VLAN-305 routing-interface irb.305 >> >> BR, >> >> Mohammad >> >> >> >> >> >> On Tue, Jun 18, 2013 at 4:17 PM, Jared Gull <[email protected]> wrote: >> >> >> >>> Hi Mohammad, >> >>> >> >>> Can you share your current configurations and the topology details? >> >>>Also, >> >>> please explain how you're testing this and what you're seeing or not >> >>>seeing. >> >>> >> >>> -Thanks, >> >>> >> >>> Jared >> >>> >> >>> ------------------------------ >> >>> *From:* Mohammad Khalil <[email protected]> >> >>> *To:* "[email protected]" <[email protected]> >> >>> *Sent:* Tuesday, June 18, 2013 1:49 AM >> >>> *Subject:* [j-nsp] QinQ >> >>> >> >>> Hi all , i am trying to implement QinQ between mx480 and ex4200 , does >> >>> anyone have previous experience with that ? >> >>> >> >>> Thanks >> >>> _______________________________________________ >> >>> juniper-nsp mailing list [email protected] >> >>> https://puck.nether.net/mailman/listinfo/juniper-nsp >> >>> >> >>> >> >>> >> >> >> >_______________________________________________ >> >juniper-nsp mailing list [email protected] >> >https://puck.nether.net/mailman/listinfo/juniper-nsp >> > >> >> >> >> _______________________________________________ >> juniper-nsp mailing list [email protected] >> https://puck.nether.net/mailman/listinfo/juniper-nsp >> > > > > -- > Atif > -- Atif _______________________________________________ juniper-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/juniper-nsp

