Command Line Interface
11451553-KDU 137 365 Uen D 2006-06-16
• Only one RP can be used for each multicast group. However, multiple
RPs can be defined for different groups or group ranges using the mask.
If a group is matched by more than one group mask, the router will use
the RP with the longer prefix length mask. If an ip pim rp-address
command specifies an IP address that was previously used for an RP,
then the older entry is replaced.
• Static definitions for RP addresses may be used together with RP
addresses dynamically learned through the bootstrap router (BSR).
• If the override parameter is used, a statistically configured RP
address will take precedence over those learned through the BSR.
Example
In the following example, the address 192.168.1.1 indicates the RP to use for all
multicast groups, and the address 10.1.1.1 indicates the RP to use for groups
224.0.0.0~224.255.255.255.
Related Commands
show ip pim rp mapping (section 7.27.46 on page 1165)
Console(config)#ip pim rp-address 192.168.1.1
Console(config)#ip pim rp-address 10.1.1.1 224.0.0.0 255.0.0.0
override
Console(config)#exit
Console#show ip pim rp mapping
PIM Group-to-RP Mappings:
Group(s): 224.0.0.0/4, Static
RP:192.168.1.1, Uptime:0:0:38
Group(s): 224.0.0.0/8, Static
RP:10.1.1.1, Uptime:0:0:24
Console#