BigIron RX Series Configuration Guide 611
53-1002253-01
PIM Sparse
23
If you explicitly specify the RP, the BigIron RX uses the specified RP for all group-to-RP mappings 
and overrides the set of candidate RPs supplied by the BSR. 
Specify the same IP address as the RP on all PIM Sparse routers within the PIM Sparse domain. 
Make sure the router is on the backbone or is otherwise well connected to the rest of the network. 
To specify the IP address of the RP, enter commands such as the following.
BigIron RX(config)# router pim
BigIron RX(config-pim-router)# rp-address 207.95.7.1
Syntax: [no] rp-address <ip-addr>
The <ip-addr> parameter specifies the IP address of the RP.
The command in the example above identifies the router interface at IP address 207.95.7.1 as the 
RP for the PIM Sparse domain. The BigIron RX will use the specified RP and ignore group-to-RP 
mappings received from the BSR. 
ACL based RP assignment
The rp-address command allows multiple static RP configurations. For each static RP, an ACL can 
be given as an option to define the multicast address ranges that the static RP permit or deny to 
serve.
A static RP by default serves the range of 224.0.0.0/4 if the RP is configured without an ACL name. 
If an ACL name is given but the ACL is not defined, the static RP is set to inactive mode and it will 
not cover any multicast group ranges.
The optional static RP ACL can be configured as a standard ACL or as an extended ACL. For an 
extended ACL, the destination filter will be used to derive the multicast group range and all other 
filters are ignored. The content of the ACL needs to be defined in the order of prefix length; the 
longest prefix must be placed at the top of the ACL definition. 
If there are overlapping group ranges among the static RPs, the static RP with the longest prefix 
match will be selected. If more than one static RP covers the exact same group range, the highest 
IP static RP will be used.
Configuration considerations
• The Static RP has higher precedence over RP learnt from the BSR.
• There is a limit of 32 static RPs in the systems.
Configuring an ACL based RP assignment
To configure an ACL based RP assignment; enter commands such as the following.
BigIron RX(config)# router pim
BigIron RX(config-pim-router)# rp-address 130.1.1.1 acl1
Syntax: rp-address <ip_address> [<acl_name_or_id>]
Use the ip address parameter to specify the IP address of the router you want to designate as an 
RP router.
Use the acl name or id (optional) parameter to specify the name or ID of the ACL that specifies 
which multicast groups use this RP.