[j-nsp] MPLS and QoS at penultimate hop ?

Chris Kawchuk juniperdude at gmail.com
Mon Feb 4 20:24:39 EST 2013


> *UNLESS* you use table-label in a l3vpn, then it gets re-classified after the label POP.

Aha, Very true - Good ole vrf-table-label

So, to Alexandre for L3VPN, just do this:

class-of-service {
    routing-instances {
        all {
            classifiers {
                exp MY-CLASIFIER;
            }
        }
    }
}

That'll take care of the vrf-table-label corner-case where the packet goes in/out the vt.x/lsi.x interface. 

This is in the Juniper Docs in either the COS manual or the MPLS VPN Configuration guide; can't remember.. but remember looking this up just last week.

- CK.


More information about the juniper-nsp mailing list