To configure PIM to operate in sparse-dense mode on an interface, include the mode sparse-dense statement. Include the dense-groups statement to specify which groups are operating in dense mode:
-
dense-groups {
-
addresses;
- }
-
interface interface-name {
-
mode sparse-dense;
- }
For a list of the hierarchy levels at which you can include these statements, see the statement summary section for this statement.
You can configure graceful restart with PIM sparse-dense mode, but only sparse multicast groups benefit from graceful restart. For more information about graceful restart for PIM sparse mode, see Configuring PIM Sparse Mode Graceful Restart.
For an example of a sparse-dense mode configuration, see Example: Configuring Sparse-Dense Mode.