26 ip pim register-suppression, 27 ip pim rp-address, 28 ip pim rp-candidate – PLANET XGS3-24040 User Manual
Page 594
XGS3 Command Guide
38-23
Example: Configure the source address sent by DR.
Switch (config)#ip pim register-source 10.1.1.1
38.3.26 ip pim register-suppression
Command: ip pim register-suppression <value>
no ip pim register-suppression
Function: This command is to configure the value of register suppression timer, the unit is second. The
“no ip pim register-suppression” command restores the default value.
Parameter: <value> is the timer’s value, it ranges from 10 to 65535s.
Default: 60s
Command Mode: Global Mode
Usage Guide: If this value is configured at DR, it’s the value of register suppression timer; The bigger
one of the default register keep-alive time of RP (210s) and the sum of triple register suppression time
and 5. If configure this value on RP without the command “ip pim rp-register-kat”, this command may
modify the RP register keep-alive time.
Example: Configure the value of register suppression timer to 10s.
Switch (config)#ip pim register- suppression 10
38.3.27 ip pim rp-address
Command: ip pim rp- address <A.B.C.D> <A.B.C.D/M>
no ip pim rp-address <A.B.C.D> [
Function: This command is to configure static RP globally or in a multicast address range.The “no ipv6
pim rp-address <A.B.C.D> [
Parameter: <A.B.C.D> is the RP address
<A.B.C.D/M> the scope of the specified RP address
<all> is all the range
Default: This switch is not a RP static router.
Command Mode: Global Mode
Usage Guide: This command is to configure static RP globally or in a multicast address range and
configure PIM-SM static RP information. Attention, when computing rp, BSR RP is selected first. If it
doesn’t succeed, static RP is selected.
Example: Configure vlan1 as candidate RP announcing sending interface globally.
Switch (config)# ip pim rp-address 10.1.1.1 238.0.0.0/8
38.3.28 ip pim rp-candidate
Command: ip pim rp-candidate { vlan < vlan-id > |
no ip pim rp-candiate
Function: This command is the candidate RP global configure command, it is used to configure PIM-SM
candidate RP information in order to compete RP router with other candidate RPs. The “no ip pim
rp-candiate” command cancels the candidate RP.