[j-nsp] RVSP signaled L3VPN and RRs

Olivier Benghozi olivier.benghozi at wifirst.fr
Thu Aug 18 12:00:58 EDT 2016


One must not use NHS for all routes on an RR, but only for external routes :)

policy-statement next-hop-self {        
    term iBGP {
        from {
            protocol bgp;
            route-type internal;
        }
        then next policy;
    }
    term default {
        then {
            next-hop self;
        }
    }
}


> Le 18 août 2016 à 17:46, raf <raph at futomaki.net> a écrit :
> 
> Hum my RRs do NHS, and I don't think I could easily change this.
> Without NHS this is effectively not needed as I already have the loopbacks of all my PEs in inet.3 populated via RSVP.



More information about the juniper-nsp mailing list