ipv6 pim6-sparse ipv6-addr
Syntax
ipv6 pim6-sparse ipv6-addr {<IPv6-ADDR-VALUE> | any}
no ipv6 pim6-sparse ipv6-addr
Description
Enables the router to dynamically determine the source IP address to use for PIM-SM packets sent from the interface or to use the specific IPv6 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
<IP-ADDR-VALUE>
Specifies an IPv6 address as the source IP for the interface.
any
Specifies dynamically determining the source IP from the current IP address of the interface.
Authority
Administrators
Examples
Configuring and removing source IP address:
switch(config)# interface vlan40 switch(config-if-vlan)# ipv6 pim6-sparse ipv6-addr 2001::02 switch(config-if-vlan)# no ipv6 pim6-sparse ipv6-addr