[j-nsp] Basic Implementation of VLAN/LogicalPort across MPLS

Levi Pederson levipederson at mankatonetworks.net
Wed Jul 8 10:58:07 EDT 2015


All,

Thank you all for your help!  It's putting me on the right track!

One thing to note since I'm using EX4550's I do not have "Flexible Ethernet
Services"  Only vlan-ccc and ethernet-ccc

Thank you all for your help!

*Levi Pederson*
Mankato Networks LLC
cell | 612.481.0769
work | 612.787.7392
levipederson at mankatonetworks.net


On Wed, Jul 8, 2015 at 4:34 AM, Eric Van Tol <eric at atlantech.net> wrote:

> > interfaces {
> >     ae0 {
> >         aggregated-ether-options {
> >             lacp {
> >             active;
> >         }
> >         vlan-tagging;
> >         encapsulation flexible-ethernet-services;
> >         unit 10 {
> >             encapsulation vlan-ccc;
> >             vlan-id 10;
> >         }
> >         unit 20 {
> >             encapsulation vlan-ccc;
> >             vlan-id 20;
> >         }
> >     }
>
> Additionally, if you need to transport a single VLAN on one side to a full
> port on the other, you need to pop the VLAN on ingress (and push on egress)
> into (and out of) the tunnel:
>
> unit 10004 {
>     description "To Port-Based EoMPLS";
>     encapsulation vlan-ccc;
>     vlan-id 2123;
>     input-vlan-map pop;
>     output-vlan-map push;
>     family ccc;
> }
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
>


More information about the juniper-nsp mailing list