Chapter 30
| Multicast Routing Commands
PIM Multicast Routing
– 1036 –
ip pim register-source This command configures the IP source address of a register message to an address
other than the outgoing interface address of the designated router (DR) that leads
back toward the rendezvous point (RP). Use the no form to restore the default
setting.
Syntax
ip pim register-source interface vlan vlan-id
no ip pim register-source
vlan-id - VLAN ID (Range: 1-4094)
Default Setting
The IP address of the DR’s outgoing interface that leads back to the RP
Command Mode
Global Configuration
Command Usage
When the source address of a register message is filtered by intermediate network
devices, or is not a uniquely routed address to which the RP can send packets, the
replies sent from the RP to the source address will fail to reach the DR, resulting in
PIM-SM protocol failures. This command can be used to overcome this type of
problem by manually configuring the source address of register messages to an
interface that leads back to the RP.
Example
This example sets the register rate limit to 500 pps.
Console(config)#ip pim register-source interface vlan 1
Console(config)#
ip pim rp-address This command sets a static address for the Rendezvous Point (RP) for a particular
multicast group. Use the no form to remove an RP address or an RP address for a
specific group.
Syntax
[no] ip pim rp-address rp-address [group-prefix group-address mask]
rp-address - Static IP address of the router that will be an RP for the specified
multicast group(s).
group-address - An IP multicast group address. If a group address is not
specified, the RP is used for all multicast groups.
mask - Subnet mask that is used for the group address.
Default Setting
None