Configure PIM on the CE router. Use the mode statement at the [edit protocols pim interface] hierarchy level to specify dense mode. An RP is not used with dense mode, so no RP statements are required on the CE router.
- protocols {
-
- pim {
-
- interface all {
- mode dense;
- version 2;
- }
-
- interface fxp0.0 {
- disable;
- }
- }
- }