Routing

last person joined: 3 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  assign a label for a VPN-ipv4 route ?

    Posted 09-17-2011 01:20

    Hi guys!

     

    in L3vpn, when PE advertises Labeled VPN-ipv4 routes to other PE, How the PE assign the label to the VPN-ipv4 routes in Juniper's implementation:

     

    a single label for an entire vrf
    a single label for an attachment circuit or
    a distinct label for each route ?

     

    Thanks!



  • 2.  RE: assign a label for a VPN-ipv4 route ?

     
    Posted 09-17-2011 05:03

    Hi,

     

    By default, a unique ROUTE LABEL is advertised per VRF.

    However there is an option to enable unique label per route, but it's not recommended from scaling perspective.

     

    Regards

    Surya Prakash



  • 3.  RE: assign a label for a VPN-ipv4 route ?

    Posted 09-17-2011 07:54

    @Surya wrote:

    Hi,

     

    By default, a unique ROUTE LABEL is advertised per VRF.



    This is wrong. By default, a unique VPN label is assigned _per-next-hop_ of VPNv4 route, this is true on all JUNOS platforms.

    To assign a unique label per-VRF, use 

     

    set routing-instances <vrf-name> vrf-table-label

     HTH

    Rgds

    Alex



  • 4.  RE: assign a label for a VPN-ipv4 route ?

     
    Posted 09-17-2011 08:31

    Hi Alex,

     

     Not sure why you said it is wrong, but if we look @ this doc it states same as mine.

     

    http://www.juniper.net/techpubs/en_US/junos/topics/reference/general/mpls-layer3-vpn-mx-m-t-series-faq.html

     

     

    Snippet from the same is as below:

    Now, the standard Junos OS method is to use label-per-VPN, which is very scalable.

     

    Regards

    Surya Prakash



  • 5.  RE: assign a label for a VPN-ipv4 route ?
    Best Answer

    Posted 09-17-2011 11:37

    Hello,

     

    The link You provided does not talk about default JUNOS label allocation. It says "standard JUNOS method" which is not the same thing as as default JUNOS label allocation policy.

    Please see here

    http://www.juniper.net/techpubs/en_US/junos11.2/topics/usage-guidelines/vpns-configuring-label-allocation-and-substitution-policy.html

    Labels can be assigned on a per–next-hop (by default) or on a per-table basis (by configuring the vrf-table-label statement). 

     HTH

    Rgds

    Alex



  • 6.  RE: assign a label for a VPN-ipv4 route ?

    Posted 09-19-2011 01:36

    Thanks, guys!



  • 7.  RE: assign a label for a VPN-ipv4 route ?

     
    Posted 09-17-2011 10:10
    Hi Alex,

    Yes, it makes sense when we have multiple CE interfaces.

    Regards
    Surya Prakash