To create a routing instance for MSDP, 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 {
-
- msdp {
- ... msdp-configuration ...
- }
- }
- }
- }
For more information about configuring MSDP, see the JUNOS Multicast Protocols Configuration Guide.