Configuring All PIM Anycast Non-RP Routers
Use the mode
statement at the [edit protocols
pim rp interface all]
hierarchy level to specify sparse mode
on all interfaces. Then add the version
statement at the [edit protocols pim rp interface all mode]
to configure all
interfaces for PIM version 2. When configuring all interfaces, exclude
the fxp0.0 management interface by adding the disable
statement for that interface.
protocols { pim { interface all { mode sparse; version 2; } interface fxp0.0 { disable; } } }