ipv6 pim rp-address

Use this command to set an IPv6 static Rendezvous Point (RP) for a multicast group.

Syntax

ipv6 pim rp-address rp-address group-list group-list
no ipv6 pim rp-address rp-address group-list group-list

Parameters

rp-address Specifies the IP address of the PIM RP router.
group-list group-list Specifies a standard access-list containing one or more multicast groups.

Defaults

None.

Mode

Configuration command

Usage

For each static RP, groups may be configured using a group-list. A group-list must exist before it can be used by this command. If a group-list referenced by this command is removed, the configuration will also be removed.

The “no” form of this command removes the static RP configuration.

Example

This example sets a static RP address at 2010::5 for the multicast groups defined in the standard access-list pimACL1:

System(su-config)->ipv6 pim rp-address 2010::5 group-list pimACL1
System(su-config)->