ip pim-sparse {enable|disable}
Syntax
ip pim-sparse {enable|disable}
Description
Enables or disables PIM-SM in the current interface. PIM-SM is disabled by default on an interface. IP address must be configured on the interface to enable PIM-SM.
Command context
config-if
config-if-vlan
config-lag-if
Parameters
enable
Specifies PIM SM on the interface. IP address must be configured on the interface to enable PIM-SM.
disable
Disables PIM SM on the interface.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Enabling and disabling PIM-SM:
switch(config)# interface vlan 40 switch(config-if-vlan)# ip address 40.0.0.4/24 switch(config-if-vlan)# ip pim-sparse enable switch(config-if-vlan)# ip pim-sparse disable