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

Configuring Multiple Instances of MSDP

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

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

routing-instances {
routing-instance-name {
interface interface-name;
instance-type vrf;
route-distinguisher (as-number:number | ip-address:number);
vrf-import [ policy-names ];
vrf-export [ policy-names ];
protocols {
msdp {
... msdp-configuration ...
}
}
}
}

You can include the statements at the following hierarchy levels:

For more information about configuring MSDP, 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]