ip pim-dense ip-addr
Syntax
ip pim-dense ip-addr {<IP-ADDR-VALUE> | any}
no ip pim-dense ip-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
<IP-ADDR-VALUE>
Specifies an IP 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 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)# ip pim-dense ip-addr 40.0.0.4 switch(config-if-vlan)# no ip pim-dense ip-addr