To configure the master PIM instance that communicates with other PIM neighbors and the SP-RP within the service provider network, include the pim statement at the [edit protocols] hierarchy level. The example shown enables PIM sparse mode.
- [edit protocols]
- pim {
-
- rp {
-
- static {
- address ip-address;
- }
- }
-
- interface all {
- mode sparse;
- version 2;
- }
- }