Command Manual - Multicast
Quidway S3500 Series Ethernet Switches Chapter 5 PIM Configuration Commands
Huawei Technologies Proprietary
5-13
Example
# If the local device is the RP in the network, using the following command can only
accept multicast message register of the source sending multicast address in the range
of 225.1.0.0/16 on network segment 10.10.0.0/16.
[Quidway] acl number 3010
[Quidway-acl-adv-3010] rule permit ip source 10.10.0.0 0.0.255.255
destination 225.1.0.0 0.0.255.255
[Quidway-acl-adv-3010] quit
[Quidway] multicast routing-enable
[Quidway] pim
[Quidway-pim] register-policy 3010
5.1.17 spt-switch-threshold
Syntax
spt-switch-threshold { traffic-rate | infinity } [ group-policy acl-number ]
undo spt-switch-threshold { traffic-rate | infinity } [ group-policy acl-number ]
View
PIM view
Parameter
traffic-rate: Indicate switch rate threshold from RPT to SPT in Kbps. By default, the
switch threshold value is 0, i.e., switching starts when the RPT receives the first data
packet.
infinity: Indicate never to switch to SPT.
acl-number: Number of the IP basic ACL, defining a group of multicast ranges. The
value ranges from 2000 to 2999.
Description
Using spt-switch-threshold command, you can set the packet rate threshold when the
PIM leaf router switches from the RPT to the SPT. Using undo spt-switch-threshold
command, you can restore the default setting.
Example
# Configure the threshold for switching from RPT to source SPT as 0kbps.
[Quidway] pim
[Quidway-pim] spt-switch-threshold 0