Routing

 View Only
last person joined: yesterday 

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.

Inter-domain sr-te lsp just dont comes up

  • 1.  Inter-domain sr-te lsp just dont comes up

    Posted 29 days ago

    Hello everyone,

    During some experiments with sr, sr-te and stuff tried to establish sr-te lsp that crosses two different areas. To try this, i`ve made a simple lab:

    two areas, ibgp between A1-ABR1 <-> A2-ABR1 (they act as route reflectors) and ibgp sessions between A1-PE1 <-> A1-ABR1, A2-ABR1<->A2-PE1

    BGP-LS enabled for this sessions.

    Trying to build lsp from A1-PE1 (1.1.1.1) to A2-PE1 (4.4.4.4)

    Configuration on A1-PE1:

    show configuration protocols mpls 
    traffic-engineering {
        database {
            import {
                l3-unicast-topology {
                    bgp-link-state;
                }
                policy ted-pol;
            }
            export {
                policy ted-pol;
                l3-unicast-topology;
            }
        }
    }
    cross-credibility-cspf;
    root@A1-PE1> show configuration protocols source-packet-routing 
    compute-profile follow-igp {
        metric-type {
            igp;
        }
    }
    source-routing-path test {
        to 4.4.4.4;
        primary {
            pr_path {
                compute {
                    follow-igp;
                }
            }
        }
    }

    But lsp stays down:

    root@A1-PE1> show spring-traffic-engineering lsp 
    
    Warning: License key missing; requires 'Segment Routing' license
    
    To                        State        LSPname
    4.4.4.4                   Down         test

    ted looks like ok to me:

    root@A1-PE1> show ted link topology-type l3-unicast 
    ID                         ->ID                          LocalPath LocalBW
    A1-PE1.00(1.1.1.1)           A1-ABR1.00(2.2.2.2)                 0 0bps
    A1-ABR1.00(2.2.2.2)          0030.0300.3003.00(3.3.3.3)          0 0bps
    A1-ABR1.00(2.2.2.2)          A1-PE1.00(1.1.1.1)                  0 0bps
    0030.0300.3003.00(3.3.3.3)   0040.0400.4004.00(4.4.4.4)          0 0bps
    0030.0300.3003.00(3.3.3.3)   A1-ABR1.00(2.2.2.2)                 0 0bps
    0040.0400.4004.00(4.4.4.4)   0030.0300.3003.00(3.3.3.3)          0 0bps
    show version 
    Hostname: A1-PE1
    Model: ptx10001-36mr
    Junos: 24.4R1.8-EVO
    Yocto: 4.0.20
    Linux Kernel: 5.15.142-yocto-standard-juniper-12574-ga1023351a5a0
    JUNOS-EVO OS 64-bit [junos-evo-install-ptx-fixed-x86-64-24.4R1.8-EVOI20241219002929-evo-builder-1]



    ------------------------------
    Sergey Melnik
    ------------------------------