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 <[email protected]> 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.

_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to