OcNOS-SP : Multicast Guide : Protocol Independent Multicasting Command Reference : PIMv4 Commands : ip pim rp-candidate
ip pim rp-candidate
Use this command to give the router a candidate RP status using the IP address of the specified interface.
Use the no option along with this command to remove the settings.
Command Syntax
ip pim rp-candidate IFNAME (bidir|) (group-list WORD|) (interval <0-16383>|) (priority <0-255>|)
ip pim (vrf NAME) rp-candidate IFNAME (bidir|) (group-list WORD|) (interval <0-16383>|) (priority <0-255>|)
 
ip pim (vrf NAME|) rp-candidate IFNAME bidir
no ip pim (vrf NAME|) rp-candidate IFNAME bidir
Parameters
vrf NAME
The VPN routing/forwarding instance
IFNAME
Specify an interface name
WORD
A named standard access list
group-list
Group Ranges for this C-RP
interval
C-RP advertisement interval
priority
Candidate-RP priority
<0-16383>
Range of values for candidate-RP advertisement interval, in seconds
<0-255>
Range of values for priority of an RP candidate
Default
The ip pim rp-candidate default priority is 192 and interval is 60 seconds.
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#ip pim rp-candidate eth0
(config)#ip pim rp-candidate eth1 bidir
(config)#no ip pim rp-candidate eth1 bidir
 
Last modified date: 10/20/2023