Configure PIM on the P router. The P router acts as the P (RP) router in this example. Specify the P router's address (10.255.71.47) at the [edit protocols pim rp local] hierarchy level.
- protocols {
-
- pim {
-
- dense-groups {
- 224.0.1.39/32;
- 224.0.1.40/32;
- }
-
- rp {
-
- local {
- address 10.255.71.47;
- }
- }
-
- interface all {
- mode sparse;
- version 2;
- }
-
- interface fxp0.0 {
- disable;
- }
- }
- }