Hello,

I have a /32 that I need to add a community to so get my upstreams to blackhole 
the traffic.

Can anyone send me any points on how to do that?

I have:

policy-statement pl-blackhole {
    term match-route {
        from {
            prefix-list blackhole-prefixes;
        }
    }
    then {
        community add blackhole;
        accept;
    }
}


prefix-list blackhole-prefixes {
    A.B.C.D/32;
}

community blackhole members [ 7922:666 1239:66 ];



I’ve added pl-blockhole to my upstream BGP group export statement.

Am I on the right track?  What am I missing?



--
Matthew Crocker
President – Crocker Communications
matt...@corp.crocker.com<mailto:matt...@corp.crocker.com>

_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to