Routing

 View Only
last person joined: 2 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.

Load Balancing With RSVP TE Tunnels

  • 1.  Load Balancing With RSVP TE Tunnels

    Posted 03-30-2023 14:27

    Hi dears! Hope you're going well!

    I'm trying to load balance L3VPN traffic from BGP1 to BNG7 through two different RSVP tunnels but the second isn't installing into forwarding table. 

    Configurations and topology are shown below. I appreciate any help!

    RT-BGP1
    
    label-switched-path TUNNEL7-FROM-BGP1-TO-BNG7-VIA-SP4 {
        to 172.16.0.7;
        metric 100;
        revert-timer 180;
        description TO-BNG7-VIA-SP4;
        fast-reroute;
        primary TO-BNG7-VIA-SP4;
    }
    label-switched-path TUNNEL71-FROM-BGP1-TO-BNG7-VIA-ORN {
        to 172.16.0.7;
        metric 100;
        revert-timer 180;
        description TO-BNG7-VIA-ORN;
        fast-reroute;
        primary TO-BNG7-VIA-ORN;
    }
    
    RT-BGP1 FORWARDING TABLE TO 172.16.0.7
    
    inet.0: 38 destinations, 40 routes (38 active, 1 holddown, 0 hidden)
    + = Active Route, - = Last Active, * = Both
    
    172.16.0.7/32      *[OSPF/10] 00:03:11, metric 3
                        > to 10.1.3.3 via ge-0/0/4.0
    
    inet.3: 11 destinations, 12 routes (11 active, 0 holddown, 0 hidden)
    + = Active Route, - = Last Active, * = Both
    
    172.16.0.7/32      *[RSVP/7/1] 00:03:04, metric 100
                        > to 10.1.3.3 via ge-0/0/4.0, label-switched-path TUNNEL7-FROM-BGP1-TO-BNG7-VIA-SP4
                          to 10.1.3.3 via ge-0/0/4.0, label-switched-path TUNNEL71-FROM-BGP1-TO-BNG7-VIA-ORN
                        [LDP/9] 00:03:15, metric 1
                        > to 10.1.3.3 via ge-0/0/4.0, Push 48160
    
    



    ------------------------------
    Wallace Andrade
    Network Engineer
    ------------------------------