Routing

last person joined: 4 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.  How to configure Inter Area Traffic Engineering LSP in JUNOS

    Posted 03-25-2011 06:06

    Hi Experts

     

    I have multiple areas in my routing domain and I want to configure inter area TE LSP. I read there are couple of options to do so like LSP stiching, LSP tunneling and contigous LSP. I am wondering how to configure these options in JUNOS. I would appreciate if any one can give me the link for do this or any configuration example.

     

    Thanks



  • 2.  RE: How to configure Inter Area Traffic Engineering LSP in JUNOS

    Posted 03-26-2011 00:22

    Take a look at the JNCIE-M Study Guide.



  • 3.  RE: How to configure Inter Area Traffic Engineering LSP in JUNOS
    Best Answer

     
    Posted 03-26-2011 01:15

    Hi,

     

    You can refer below for different options that can be used for Inter-Area TE LSP

     

    LSP tunneling Option:

    http://www.juniper.net/techpubs/en_US/junos10.4/topics/usage-guidelines/mpls-configuring-a-hierarchy-of-rsvp-lsps.html

     

     

    LSP Stitching:

    http://www.juniper.net/techpubs/en_US/junos10.4/topics/usage-guidelines/mpls-configuring-lsp-stitching-cross-connects-using-ccc.html

     

     

    The other option (which I feel is the easiest way) is to include "inter-domain" option in LSP configs

     

    suryak@sammy# show protocols mpls

    label-switched-path sammy-murano {
        to 4.4.4.4;
        inter-domain;
    }

     

    Hope this helps Smiley Happy

     

    Regards

    Surya Prakash



  • 4.  RE: How to configure Inter Area Traffic Engineering LSP in JUNOS

    Posted 03-26-2011 06:27

    Thanks but LSP tunneling option link has nothing about LSP tunneling



  • 5.  RE: How to configure Inter Area Traffic Engineering LSP in JUNOS

     
    Posted 03-26-2011 21:35
      |   view attached

    Hi,

     

    I have provided an example for LSP Tunneling (LSP Hierachy) in the attached file with configurations.

     

    Hope this helpsSmiley Happy

    If you liked it, Kudos would be appreciated.

     

    Regards

    Surya Prakash

    Attachment(s)

    txt
    Hierarchy LSP.txt   13 KB 1 version


  • 6.  RE: How to configure Inter Area Traffic Engineering LSP in JUNOS

    Posted 03-28-2011 13:19
    Thanks I will have a look to this


  • 7.  RE: How to configure Inter Area Traffic Engineering LSP in JUNOS

    Posted 04-19-2011 08:43

    Dear Surya:

     

      After some test only the command "inter-domain" can enable inter-area LSP up. (but expand-loose-hop not works...)

    But I can't find the related juniper configuration guide discuss about this.

     

    Could you show me the reference documents about this command "inter-domain", thanks!

     

    BR

    Johnson