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 the source IP address in IPv6 format (
xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx
), wherex
is a hexadecimal number from 0 to F.
any
Specifies dynamically determining the source IP from the current IP address of the interface.
Authority
Administrators or local user group members with execution rights for this command.
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