routing-options { static { route 192.0.2.1/32 discard; } } protocols { bgp { group RTBH { type internal; import import-from-rs; expor deny-all; neighbor 1.1.1.1; } } } policy-options { policy-statement deny-all { term 1 { then reject; } } policy-statement import-from-rs { term 1 { from { community RTBH; route-filter 0.0.0.0/0 prefix-length-range /32-/32; } then accept; } term reject { then reject; } } community RTBH members 65001:9999; }