rp-candidate source-ip-interface
Syntax
rp-candidate source-ip-interface <INTERFACE-NAME> [group-prefix <GRP-ADDR/GRP-MASK>]
no rp-candidate source-ip-interface <INTERFACE-NAME> [group-prefix <GRP-ADDR/GRP-MASK>]
Description
Enables the Candidate Rendezvous Point (C-RP) operation, and configures the router to advertise itself as a C-RP to the Bootstrap Router (BSR) for the current domain.
This step includes the option to allow the C-RP to be a candidate for all possible multicast groups, or for up to four multicast groups, or ranges of groups. If group-prefix is not given, it considers for all multicast group addresses.
The
no
form of this command removes the C-RP configuration.
Command context
config-pim
Parameters
<INTERFACE-NAME>
Specifies the interface to use as a source for the C-RP router IP address.
<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 source IP interface:
switch(config)# router pim switch(config-pim)# rp-candidate source-ip-interface vlan40 group-prefix 230.0.0.4/24 switch(config-pim)# no rp-candidate source-ip-interface vlan20