Command Line Interface
11511553-KDU 137 365 Uen D 2006-06-16
Command Mode
Global Configuration
Example
This example suppresses the priority bit for RP candidates.
Related Commands
show running-config (section 7.5.3 on page 545)
7.27.37 ip pim crp-prefix
This command allows the ECN330-switch to be accepted as an RP candidate
by a Cisco BSR. Use the no form to restore the default setting.
Syntax
[no] ip pim crp-prefix
Console(config)#ip pim ignore-rp-set-priority
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 ignore-rp-set-priority
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#