Configure PIM sparse-dense mode on all interfaces, specifying that the groups 224.0.1.39 and 224.0.1.40 are using dense mode:
- protocols {
-
-
pim {
-
-
dense-groups {
- 224.0.1.39;
- 224.0.1.40;
- }
-
-
interface all {
-
version 1;
-
mode sparse-dense;
- }
- }
- }