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

Configuring Multiple Instances of PIM

PIM instances are supported only for VRF instance types. You can configure multiple instances of PIM to support multicast over VPNs.

To configure multiple instances of PIM, include the following statements:

routing-instances {
routing-instance-name {
interface interface-name;
instance-type vrf;
protocols {
pim {
... pim-configuration ...
}
}
}
}

You can include the statements at the following hierarchy levels:

For more information about configuring PIM, see the JUNOS Multicast Protocols Configuration Guide. For more information about configuring multicast over VPNs, see the JUNOS VPNs Configuration Guide.


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