Command Line Interface
1150 1553-KDU 137 365 Uen D 2006-06-16
Example
This example sets the register suppression time to 500 seconds.
Related Commands
show running-config (section 7.5.3 on page 545)
7.27.36 ip pim ignore-rp-set-priority
This command ignores the priority value for RP candidates, and only uses the
hashing mechanism for RP selection. Use the no form to restore the default
setting.
Syntax
[no] ip pim ignore-rp-set-priority
Default Setting
Disabled
Console(config)#ip pim register-suppression 500
Console(config)#exit
Console#show running-config
.
.
!
router pim sparse-mode
ip pim register-rate-limit 500
ip pim spt-threshold infinity 224.1.0.0 255.255.0.0
ip pim register-suppression 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#