ipv6 pim6-dense ttl-threshold
Syntax
ipv6 pim6-dense ttl-threshold <THRESHOLD-VALUE>
no ipv6 pim6-dense ttl-threshold
Description
Configures the multicast datagram time-to-live (router hop-count) threshold for the interface. Any IP multicast datagrams or state-refresh packets with a TTL less than this threshold will not be forwarded out the interface.
The
no
form of this command removes the currently configured value and sets to the default of 3 attempts.
Command context
config-if
config-if-vlan
config-lag-if
Parameters
<THRESHOLD-VALUE>
Specifies the time to live threshold. Default: 3 attempts. Range: 0-255.
Authority
Administrators or local user group members with execution rights for this command.
Usage
A value that is too high will allow multicast traffic to go beyond the internal network.
A value that is too low may prevent some intended hosts from receiving the desired multicast traffic.
A value of 0 will forward multicast traffic regardless of the packet TTL setting.
Example
Configuring and removing the time to live threshold:
switch(config)# interface vlan40 switch(config-if-vlan)# ipv6 pim6-dense ttl-threshold 8 switch(config-if-vlan)# no ipv6 pim6-dense ttl-threshold