To facilitate the PIM protocol within a Layer 3 VPN, configure a unique loopback interface for the routing instance at the [edit interfaces lo0 unit] hierarchy level:
- [edit interfaces]
- lo0 {
-
- unit 1 {
-
- family inet {
- address ip-address;
- }
- }
- }