[j-nsp] Basic Implementation of VLAN/LogicalPort across MPLS
Levi Pederson
levipederson at mankatonetworks.net
Wed Jul 8 11:01:07 EDT 2015
All,
And yes I'm using RSVP, LDP, and LLDP and LLDP-med
Thank you,
*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