User Manual UMN:CLI
V5808
493
10.3.3 PIMv6 Rendezvous Point (RP)
In a shared tree, Rendezvous Point (RP) is a means for receivers to discover the sources
that send to a particular multicast group. It is responsible to receive all multicast traffic
from the sources and to forward that traffic to the receivers.
10.3.3.1 Static RP
To elect the RP among candidate RPs in the shared tree, the system supports the BSR
mechanism and static RP, and also supports the simultaneous use of those. You can
configure a router to use the static RP either for all the multicast groups (default) or for
specific multicast groups (with access lists). If multiple static RPs are available for a single
multicast group, the one with the highest IPv6 address will be elected.
To statically specify an RP address for multicast groups, use the following command.
ipv6 pim rp-address X:X::X:X
WORD
Specifies an RP address for IPv6 multicast groups.
X:X::X:X: RP address
WORD: access list name (1~99)
no ipv6 pim rp-address X:X::X:X
Deletes a specified RP address for multicast groups
10.3.3.2 Keep Alive Time
After a multicast source registers with the RP, the DR of the multicast source periodically
sends the PIM null-register message to the RP to keep the (S, G) state between the
router and RP. The null-register message is the one without encapsulated multicast traffic.
If there is no null-register message during a given keep alive time (KAT), the multicast
routing entry with (S, G) state is expired, and the source registration process will restart.
To specify the keep alive time for (S, G) states at the RP, use the following command.
ipv6 pim rp-register-kat <1-
65535>
Specifies the KAT for (S, G) states at the RP.
1-65535: KAT value(unit: second)
no ipv6 pim rp-register-kat
Deletes the specified KAT value.
10.3.3.3 Interface for Candidate RP
To elect the RP, each candidate RP sends its information to the BSR. This advertisement
contains the IP address and priority of the candidate RP and the multicast groups that it
can service. The BSR then periodically distributes the bootstrap message that includes a
set of the information received from each candidate RP (RP-set) to all the routers in the
PIM-SM domain.
To configure an interface to send the candidate RP advertisement to the BSR, use the
following command.
ipv6 pim rp-candidate IFNAME
[group-list WORD [interval <1-
Configures an interface to send the candidate RP
advertisement.