C613-50170-01 Rev B
Command Reference for x510 Series
1348
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PIM-SM C
OMMANDS
IP
PIM
RP
-
CANDIDATE
ip pim rp-candidate
Overview
Use this command to make the router an RP (Rendezvous Point) candidate, using
the IP address of the specified interface.
Use the
no
variant of this command to remove the RP status set using the
ip pim
rp-candidate
command.
Syntax
ip pim rp-candidate <
interface
> [priority <
priority
> | interval
<
interval
> | grouplist <
grouplist
>]
no ip pim rp-candidate [<
interface
>]
Default
The priority value for a candidate RP is 0 by default until specified using the
priority
parameter.
Mode
Global Configuration
Usage
Note that issuing the command
ip pim rp-candidate
<
interface
> without optional
priority
,
interval
, or
grouplist
parameters will configure the candidate RP with a
priority value of 0.
Examples
To specify a priority of 3, use the following commands:
awplus#
configure terminal
awplus(config)#
ip pim rp-candidate vlan2 priority 3
To use the ACL numbered 3 to specify the group prefixes that are advertised in
association with the RP address, use the following commands:
awplus#
configure terminal
awplus(config)#
ip pim rp-candidate vlan2 group-list 3
To stop the device from being an RP candidate on vlan2 , use the following
commands:
awplus#
configure terminal
awplus(config)#
no ip pim rp-candidate vlan2
Related
Commands
Parameter
Description
<
interface
>
Interface name
<
priority
>
<0-255> configure priority for an RP candidate.
<
interval
>
advertisement interval specified in the range <1-16383> (in seconds).
<
acl
>
The standard, expanded or named ACL to use.