ipv6 pim6-dense ipv6-addr
Syntax
ipv6 pim6-dense ipv6-addr {<IPV6-ADDR-VALUE> | any}
no ipv6 pim6-dense ipv6-addr
Description
Enables the router to dynamically determine the source IP address to use for PIM packets sent from the interface or to use the specific IP address.
The
no
form of this command removes the currently configured value and sets to the default of
any
.
Command context
config-if
config-if-vlan
config-lag-if
Parameters
<IPV6-ADDR-VALUE>
Specifies an IPv6 address as the source IP for the interface.
any
Specifies dynamically determining the source IP from the current IPv6 address of the interface.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Configuring and removing the source IP address:
switch(config)# interface vlan40 switch(config-if-vlan)# ipv6 pim6-dense ip-addr 2001::02 switch(config-if-vlan)# no ipv6 pim6-dense ipv6-addr