[Contents] [Prev] [Next] [Index] [Report an Error]

Example: Rejecting PIM Traffic

Configure a routing policy for rejecting PIM traffic for a source destination prefix from an interface:

[edit]
policy-options {
policy-statement join-filter {
from {
interface so-1/0/0.0;
source-address-filter 10.83.0.0/16 orlonger;
}
then reject;
}
}

The following routing policy qualifiers apply to PIM:

For more information about importing a PIM join filter in a PIM protocol definition, see the JUNOS Multicast Protocols Configuration Guide.


[Contents] [Prev] [Next] [Index] [Report an Error]