rp-candidate group-prefix
Syntax
rp-candidate group-prefix <GRP-ADDR/GRP-MASK>
no rp-candidate group-prefix <GRP-ADDR/GRP-MASK>
Description
Adds multicast group address to the current Candidate Rendezvous Point (C-RP) configuration.
The
no
form of this command removes C-RP multicast group address.
Command context
config-pim6
Parameters
<GRP-ADDR>
Specifies the multicast group address in IPv6 format (
xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx
), wherex
is a hexadecimal number from 0 to F.<GRP-MASK>
Specifies the number of bits in the address mask in CIDR format (
x
), wherex
is a decimal number from 0 to 128.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Configuring and removing candidate group prefix:
switch(config)# router pim6 switch(config-pim6)# rp-candidate group-prefix ff08::1:3/64 switch(config-pim6)# no rp-candidate group-prefix ff08::1:3/64