
C613-50186-01 Rev B
Command Reference for AR2050V
1680
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PIM-SM C
OMMANDS
IP
PIM
RP
-
ADDRESS
ip pim rp-address
Overview
Use this command to statically configure RP (Rendezvous Point) address for
multicast groups.
Use the
no
variant of this command to remove a statically configured RP
(Rendezvous Point) address for multicast groups.
Syntax
ip pim rp-address
<ip-address>
[override]
no ip pim rp-address
<ip-address>
[override]
Mode
Global Configuration
Usage
The AlliedWare Plus PIM-SM implementation supports multiple static RPs. It also
supports usage of static-RP and BSR mechanism simultaneously. The
ip pim
rp-address
command is used to statically configure the RP address for multicast
groups.
You need to understand the following information before using this command.
If the RP-address that is configured by the BSR, and the RP-address that is
configured statically, are both available for a group range, then the RP-address
configured through BSR is chosen over the statically configured RP-address.
Group mode and RP address mappings learned through BSR take precedence over
mappings statistically defined by the
command. Commands
with the override keyword take precedence over dynamically learned mappings.
Example
awplus#
configure terminal
awplus(config)#
ip pim rp-address 192.168.3.4 4
Related
Commands
Parameter
Description
<
ip-address
>
IP address of Rendezvous Point, entered in the form
A.B.C.D
.
override
Enables statically defined RPs to override dynamically learned
RPs.