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-pim
Parameters
<GRP-ADDR>
Specifies the multicast group address in IPv4 format (
x.x.x.x
), wherex
is a decimal number from 0 to 255.<GRP-MASK>
Specifies 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 pim switch(config-pim)# rp-candidate group-prefix 230.0.0.4/24 switch(config-pim)# no rp-candidate group-prefix 230.0.0.4/24