ipv6 pim rp-address
Use this command to statically configure an RP address for multicast groups.
Use the no option to remove the RP address.
OcNOS PIMv6 supports multiple static RPs. It also supports usage of static-RP and BSR mechanism simultaneously. The following list states the correct usage of this command:
• To support embedded RP, the router configured as the RP must use a configured access-list that permits the embedded RP group ranges derived from the embedded RP address. If embedded RP support is available, only the RP must be statically configured as the RP for the embedded RP ranges – no additional configuration is required on other PIMv6 routers. The other routers will discover the RP address from the IPv6 group address. For these routers to select a static RP instead of the embedded RP, the specific embedded RP group range must be configured in the access list of the static RP, and embedded RP support must be disabled.
• If RP-address configured through BSR and RP-address configured statically are both available for a group range, the RP-address configured through BSR is chosen over statically configured RP-address.
• A single static-RP can be configured for multiple group ranges using Access Lists. However, configuring multiple static RPs (using ipv6 pim rp-address command) with the same RP address is not allowed. The static-RP can be configured either for the whole multicast group range ff00::/8 (without ACL) or for specific group ranges (using ACL).
For example, configuring ipv6 pim rp-address 3ffe:10:10:5::153 will configure static-RP 3ffe:10:10:5::153 for the default group range ff00::/8. Configuring ipv6 pim rp-address 3ffe:20:20:5::153 grp-list will configure static-RP 3ffe:20:20:5::153 for all the group ranges represented by permit filters in grp-list ACL.
• If multiple static-RPs are available for a group range, then one with the highest IP address is chosen.
• Only permit filters in ACL are considered as valid group ranges. The default permit filter ::/0 is converted to default multicast filter ff00::/8.
• When selecting static-RPs for a group range, the first element, with static-RP with the highest IP address is chosen.
• Group mode and RP address mappings learned through BSR take precedence over mappings statistically defined by the ipv6 pim rp-address command without the override keyword. Commands with the override keyword take precedence over dynamically learned mappings.
Command Syntax
ipv6 pim (vrf NAME|) rp-address X:X::X:X (override|)
no ipv6 pim (vrf NAME|) rp-address X:X::X:X (override|)
Parameters
vrf
The VPN routing/forwarding instance
NAME
Specify the name of the VPN routing/forwarding instance
X:X::X:X
IPv6 address for the RP
override
Static RP overrides dynamically-learned RP
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#ipv6 pim rp-address 30:30:5::153 override
#configure terminal
(config)#no ipv6 pim rp-address 30:30:5::153 override
Last modified date: 07-14-2023