White Papers

Table Of Contents
ipv6 pim rp-address
Configure a static PIM rendezvous point (RP) address for a group. First-hop routers use this address to send register packets
on behalf of the source multicast host.
Syntax
ipv6 pim rp-address address group-address group-address mask override
To remove an RP address, use the no ipv6 pim re-address address group-address mask
override command.
Parameters
address
Enter the IPv6 RP address in the x:x:x:x::x format.
NOTE: The :: notation specifies successive hexadecimal fields of zero.
group-address
group-address
mask
Enter the keywords group-address then the group address in the x:x:x:x::x
format and then the mask in /nn format to assign that group address to the RP.
NOTE: The :: notation specifies successive hexadecimal fields of zero.
override Enter the keyword override to override the BSR updates with static RP. The
override takes effect immediately during enable/disable.
NOTE: This option is applicable to multicast group range.
Defaults none
Command Modes CONFIGURATION
Supported Modes FullSwtich
Command
History
Version Description
9.9(0.0) Introduced on the FN IOM.
9.2(0.0) Introduced on the MXL 10/40GbE Switch IO Module.
Usage
Information
The RP addresses are stored in the order in which they are entered. RP addresses learned via BSR take
priority over static RP addresses.
Without the override option, the BSR-advertised RPs updates take precedence over the statically
configured RPs.
ipv6 pim rp-candidate
Specify an interface as an RP candidate.
Syntax
ipv6 pim rp-candidate interface [priority-value]
Parameters
interface
Enter the following keywords and slot/port or number information:
For a Loopback interface, enter the keyword loopback then a number from 0
to 16383.
For a Port Channel interface, enter the keywords port-channel then a
number.
For a 10-Gigabit Ethernet interface, enter the keyword
TenGigabitEthernet then the slot/port information.
For a VLAN, enter the keyword vlan then a number from 1 to 4094.
priority-value
(OPTIONAL) Enter a number as the priority of this RP Candidate, which is included
in the Candidate-RP-Advertisements. The range is 0 (highest) to 255 (lowest).
Defaults none
Command Modes CONFIGURATION
PIM-Sparse Mode (PIM-SM) 911