Cisco Catalyst 3850 series Configuration Manual page 192

Ip multicast routing configuration guide
Hide thumbs Also See for Catalyst 3850 series:
Table of Contents

Advertisement

Delaying the Use of PIM Shortest-Path Tree (CLI)
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Device> enable
Step 2
configure terminal
Example:
Device# configure terminal
Step 3
access-list access-list-number {deny |
permit} source [source-wildcard]
Example:
Device(config)# access-list 16 permit
225.0.0.0 0.255.255.255
Step 4
ip pim spt-threshold {kbps | infinity}
[group-list access-list-number]
Example:
Device(config)# ip pim spt-threshold
infinity group-list 16
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3.6E (Catalyst 3850 Switches)
168
Purpose
Enables privileged EXEC mode. Enter your password if prompted.
Enters global configuration mode.
Creates a standard access list.
• For access-list-number, the range is 1 to 99.
• The deny keyword denies access if the conditions are matched.
• The permit keyword permits access if the conditions are matched.
• For source, specify the multicast group to which the threshold will
apply.
• (Optional) For source-wildcard, enter the wildcard bits in dotted
decimal notation to be applied to the source. Place ones in the bit
positions that you want to ignore.
The access list is always terminated by an implicit deny statement for
everything.
Specifies the threshold that must be reached before moving to
shortest-path tree (spt).
• For kbps, specify the traffic rate in kilobits per second. The default
is 0 kbps.
Because of device hardware limitations, 0 kbps is the only
Note
valid entry even though the range is 0 to 4294967.
• Specify infinity if you want all sources for the specified group to
use the shared tree, never switching to the source tree.
• (Optional) For group-list access-list-number, specify the access
list created in Step 2. If the value is 0 or if the group list is not used,
the threshold applies to all groups.
Configuring PIM
OL-32598-01

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents