Configure a routing policy for rejecting Protocol Independent Multicast (PIM) multicast traffic joins for a source destination prefix from a neighbor:
- [edit]
- policy-options {
-
- policy-statement join-filter {
-
- from {
- neighbor 10.14.12.20;
- source-address-filter 10.83.0.0/16 orlonger;
- }
- then reject;
- }
- }