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