[j-nsp] Push Multiple Vlans into a single Vlan

Jeffrey Nikoletich jeffn at xfernet.com
Mon Nov 13 19:07:40 EST 2017


Hello,



I couldn’t think of a good *subject* so *hopefully* I describe it better. I
have been pulling my hair out thinking of *this* and I know it should be
something simple.



I have a downstream customer that is pushing *2* *vlans* to me that I need
to send an upstream provider inside another *vlan*. I have it working for
*1* *vlan* but the second I add another both seem to fail. My current
config is:



Customer facing port:



*show* configuration interfaces ae1

flexible-*vlan*-tagging;

*mtu* 9192;

*encapsulation flexible-ethernet-services*;

aggregated-ether-options {

    *lacp* {

        active;

    }

}

unit 448 {

    description "XXXXXXX";

    encapsulation vlan-bridge;

    vlan-id 448;

    input-vlan-map {

        push;

        vlan-id 307;

    }

    output-vlan-map pop;

}



Bridge domains:



"XXXXXX" {

    interface ae1.448;

    interface xe-11/2/0.307;

}



Port facing provider:



flexible-vlan-tagging;

encapsulation flexible-ethernet-services;

unit 307 {

    encapsulation vlan-bridge;

    vlan-id 307;

}



We are running these on MX960.



Thoughts?



Thanks in advance!


More information about the juniper-nsp mailing list