Use this command to set an IPv6 static Rendezvous Point (RP) for a multicast group.
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. |
None.
Configuration command
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.
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)->