ip pim spt-threshold
To specify the threshold that must be reached before moving to shortest-path tree (spt), use the ip pim
spt-threshold command in global configuration mode. To remove the threshold, use the no form of this
command.
ip pim {kbps | infinity} [group-list access-list]
no ip pim {kbps | infinity} [group-list access-list]
Syntax Description
The threshold that must be reached before moving to shortest-path tree (spt). 0 is
the only valid entry even though the range is 0 to 4294967. A 0 entry always switches
to the source-tree.
kbps
Specifies that all sources for the specified group use the shared tree, never switching
to the source tree.
infinity
(Optional) Specifies an access list number or a specific access list that you have
created by name. If the value is 0 or if the group-list access-list option is not used,
the threshold applies to all groups.
group-list access-list
Command Default
Switches to the PIM shortest-path tree (spt).
Command Modes
Global configuration
Command History
ModificationRelease
This command was introduced.Cisco IOS XE 3.3SECisco IOS XE 3.3SE
Usage Guidelines
None
Examples
The following example makes all sources for access list 16 use the shared tree:
Device(config)# ip pim spt-threshold infinity group-list 16
Command Reference, Cisco IOS XE Everest 16.5.1a (Catalyst 3650 Switches)
239
ip pim spt-threshold