Command Line Interface
11471553-KDU 137 365 Uen D 2006-06-16
Example
This example sets the register rate limit to 500 pps.
Related Commands
show running-config (section 7.5.3 on page 545)
7.27.34 ip pim spt-threshold
This command prevents the last-hop PIM-SM router from switching to Shortest
Path Tree (SPT) mode. Use the no form to restore the default setting.
Syntax
[no] ip pim spt-threshold infinity
[<group-address mask>]
• group-address - An IP multicast group address. If a group
address is not specified, the shared tree is used for all multicast
groups.
• mask - Subnet mask that is used for the group address.
Console(config)#ip pim register-rate-limit 500
Console(config)#exit
Console#show running-config
.
.
.
!
router pim sparse-mode
ip pim register-rate-limit 500
ip pim rp-candidate vlan 1 224.0.0.0 255.0.0.0 priority 200
ip pim bsr-candidate vlan 1 hash-mask-length 20 priority 200
ip pim rp-address 10.1.1.1 224.1.0.0 255.255.0.0
ip pim rp-address 192.168.1.1 224.0.0.0 240.0.0.0
!
.
.
.
Console#