Le 18/08/2016 à 18:00, Olivier Benghozi a écrit :
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;
        }
    }
}



Agreed but what if I don't have the opportunity/time/spunk to change this behavior ?


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

Reply via email to