<div>There is a solution.</div><div>Here is a working configuration. MX is not used as BRAS, it terminated Q-in-Q Distribution of IP addresses via DHCP relay.</div><div>  ge-1/1/0 {</div><div>        flexible-vlan-tagging;</div><div>        encapsulation flexible ethernet services;</div><div>        unit 890 {</div><div>            proxy-arp restricted;</div><div>            <strong>vlan tags outer 890 inner-range 801-845</strong>;</div><div>           <strong> family inet</strong> {</div><div>                mac-validate strict;</div><div>                address Y.Y.Y.Y;</div><div>                address X.X.X.X;</div><div>            }</div><div>        }</div><div>    }</div><div> </div><div>    dhcp-relay {</div><div>        forward-snooped-clients configured-interfaces;</div><div>        server-group {</div><div>            test {</div><div>                Z.Z.Z.Z;</div><div>            }</div><div>        }</div><div>        active-server-group test;</div><div>        group test {</div><div>            active-server-group test;</div><div>            overrides {</div><div>                allow-snooped-clients;</div><div>                layer2-unicast replies;</div><div>                trust-option-82;</div><div>                proxy mode;</div><div>            }</div><div>            interfaces ge-1/1/0 .890;</div><div>        }</div><div>    }</div><div>Junos version 11.4R6.5</div><div> </div><div> </div><div> </div><div>22.01.2013, 17:57, "Bjørn Skovlund" <skovlund@gmail.com>:</div><div>> Your question is still a bit ambiguous.</div><div>></div><div>> If you have an inner-list and want to bind it to a L3 interface, then you need to make a bridge domain and attach the IRB to that.</div><div>></div><div>> Alternatively, depending on what you want, we're doing something along the lines of the below, where we bind the customers together in DHCP groups and relay them to a DHCP server with option-82, so we know which customer gets what IP - again, not sure if it's customers or what that you're trying to stitch together ;-)</div><div>></div><div>> Cheers, Bjørn</div><div>></div><div>> unit 301 {</div><div>> proxy-arp restricted;</div><div>> vlan tags outer 1198 inner 42;</div><div>> family inet {</div><div>> mac-validate strict;</div><div>> unnumbered-address lo0.0 preferred-source-address x.x.x.x;</div><div>> }</div><div>> }</div><div>></div><div>> and under forwarding-options the dhcp relay:</div><div>> group data {</div><div>> active-server-group data;</div><div>> overrides {</div><div>> always-write-option-82;</div><div>> }</div><div>> relay-option-82 {</div><div>> circuit-id {</div><div>> use-interface-description logical;</div><div>> }</div><div>> }</div><div>> interface ge-0/0/0 .301;</div><div>> ......</div><div>> }</div><div>></div><div>> On Mon, Jan 21, 2013 at 11:23 PM lppmaster@yandex.ru <lppmaster@ya.ru> wrote:</div><div>>> Thanks for the reply.</div><div>>> I need to terminate Q-in-Q with multiple internal tags.</div><div>>> inner-list</div><div>>> Junos 11.4R1.14</div><div>>> Allows you to create only if the interface will be family bridge,</div><div>>> I need a L3 interface.</div><div>>></div><div>>> 21.01.2013, 18:55, "sthaug@nethelp.no" <sthaug@nethelp.no>:</div><div>>></div><div>>>>> Does MX ambiguous vlan?</div><div>>>> Please rephrase the question.</div><div>>>></div><div>>>> If you're asking whether the MX80 supports dual port Ethernet</div><div>>>> traffic, the answer is yes. E.g.</div><div>>>></div><div>>>> ge-1/0/0 {</div><div>>>> flexible-vlan-tagging;</div><div>>>> encapsulation flexible ethernet services;</div><div>>>> unit 11 {</div><div>>>> vlan tags outer 1063 inner 900;</div><div>>>> family inet {</div><div>>>> address 10.9.130.1/30;</div><div>>>> }</div><div>>>> }</div><div>>>> }</div><div>>>></div><div>>>> Steinar Haug, Nethelp consulting, sthaug@nethelp.no</div><div>>></div><div>>> -------- End forwarded message --------</div><div>>> _______________________________________________</div><div>>> juniper-nsp mailing list juniper-nsp@puck.nether.net</div><div>>> https://puck.nether.net/mailman/listinfo/juniper-nsp</div>