C613-50170-01 Rev B
Command Reference for x510 Series
1403
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PIM-SM
V
6 C
OMMANDS
IPV
6
PIM
RP
-
CANDIDATE
ipv6 pim rp-candidate
Overview
Use this command to make the device an RP (Rendezvous Point) candidate, using
the IPv6 address of the specified VLAN interface.
Use the
no
variant of this command to stop the device from being an RP candidate.
Syntax
ipv6 pim rp-candidate <
interface
> [priority <
priority
>|interval
<
interval
>|grouplist <
accesslist
>]
no ipv6 pim rp-candidate [<
interface
>]
Default
The priority value for a candidate RP is 192 by default until specified using the
priority
parameter.
Mode
Global Configuration
Usage
Note that issuing the command
ipv6 pim rp-candidate
<
interface
> without
optional
priority
,
interval
, or
grouplist
parameters will configure the candidate
RP with a priority value of 192.
Examples
To specify a priority of 3, use the following commands:
awplus#
configure terminal
awplus(config)#
ipv6 forwarding
awplus(config)#
ipv6 multicast-routing
awplus(config)#
ipv6 pim rp-candidate vlan2 priority 3
To use the ACL named G2 to specify the group prefixes that are advertised in
association with the RP address, use the following commands:
awplus#
configure terminal
awplus(config)#
ipv6 forwarding
awplus(config)#
ipv6 multicast-routing
awplus(config)#
ipv6 access-list standard G2 permit
2001:db8::/128
awplus(config)#
ipv6 pim rp-candidate vlan2 group-list G2
Parameter
Description
<
interface
>
Specify a VLAN interface name.
<
priority
>
Specify the priority for the RP candidate in the range 0 to 255.
<
interval
>
Specify a candidate RP advertisement interval in the range 1 to
16383 (seconds).
<
accesslist
>
Specify a Standard or an Extended software IPv6 access list name.
See the
IPv6 Software Access Control List (ACL) Commands
for supported IPv6 ACLs.