ipv6 pim6-dense {enable|disable}
Syntax
ipv6 pim6-dense {enable|disable}
Description
Enables or disables PIM-DM on the current interface. PIM-DM is disabled by default on an interface. An IPv6 address must be configured on the interface to enable PIM-DM.
Command context
config-if
config-if-vlan
config-lag-if
Parameters
enable
Enables PIM-DM on the interface. IPv6 address must be configured on the interface to enable PIM-SM (use the
ipv6 address <X:X::X:X/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-DM on an interface:
switch(config)# interface vlan40 switch(config-if-vlan)# ipv6 address 2001::01/64 switch(config-if-vlan)# ipv6 pim6-dense enable switch(config-if-vlan)# ipv6 pim6-dense disable