Enabling PIM on an Interface
You can enable PIM on an interface in one of the PIM modes (dense, sparse, or sparse-dense) and specify how often the interface sends hello messages to neighbors.
You can configure PIM and IGMP on the same interface. If you configure IGMP and PIM on an interface, the router determines that PIM owns the interface.
NOTE: You cannot configure DVMRP and PIM on the same interface.
ip pim
host1(config-if)#ip pim sparse-dense-modeUse the no version to disable PIM on an interface. ip pim query-interval
- Use to specify the interval, in seconds, at which the router sends hello messages to neighbors.
- Example
host1(config-if)#ip pim query-interval 100Use the no version to restore the default setting, 30 seconds. ip pim sparse-mode graceful-restart-duration
host1(config-if)#ip pim sparse-mode graceful-restart-duration 10Use the no version to return to the default duration of 30 seconds.