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

PIM

To create a routing instance for PIM, you must include at least the following statements in the configuration:

[edit]
routing-instances {
routing-instance-name {
instance-type (forwarding | l2vpn | no-forwarding | virtual-router | vpls | vrf);
interface interface-name;
route-distinguisher (as-number:number | ip-address:number);
vrf-import [ policy-names ];
vrf-export [ policy-names ];
protocols {
pim {
... pim-configuration ...
}
}
}
}

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

PIM routing instances are used to support multicast over VPNs. For more detailed information about configuring multicast over VPNs, see the JUNOS VPNs Configuration Guide.


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