24-17
Catalyst 3550 Multilayer Switch Software Configuration Guide
78-11194-03
Chapter 24 Configuring IP Multicast Routing
Configuring IP Multicast Routing
Configuring a Rendezvous Point
If you have configured PIM SM or PIM SM-DM, you must configure an RP for the multicast group. You
can use several methods, as described in the next sections:
•
Manually Assigning an RP to Multicast Groups, page 24-17
•
Configuring Auto-RP, page 24-18
(a standalone, Cisco-proprietary protocol separate from PIMv1)
•
Configuring PIMv2 BSR, page 24-22
(a standards track protocol in the Internet Engineering Task
Force (IETF)
You can use Auto-RP, BSR, or a combination of both, depending on the PIM version you are running
and the types of routers in your network. For more information, see the
“PIMv1 and PIMv2
Interoperability” section on page 24-14
and the
“Auto-RP and BSR Configuration Guidelines” section
on page 24-15
.
Manually Assigning an RP to Multicast Groups
This section explains how to manually configure an RP. If the RP for a group is learned through a
dynamic mechanism (such as Auto-RP or BSR), you need not perform this task for that RP.
Senders of multicast traffic announce their existence through register messages received from the
source’s first-hop router (designated router) and forwarded to the RP. Receivers of multicast packets use
RPs to join a multicast group by using explicit join messages. RPs are not members of the multicast
group; rather, they serve as a meeting place for multicast sources and group members.
Beginning in privileged EXEC mode, follow these steps to manually configure the address of the RP:
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
ip pim rp-address ip-address
[access-list-number] [override]
Configure the address of a PIM RP.
By default, no PIM RP address is configured. You must configure the IP
address of RPs on all routers and multilayer switches (including the RP).
If there is no RP configured for a group, the multilayer switch treats the
group as dense, using the dense-mode PIM techniques. A PIM device can
use multiple RPs, but only one per group.
•
For ip-address, enter the unicast address of the RP in dotted-decimal
notation.
•
(Optional) For access-list-number, enter an IP standard access list
number from 1 to 99. If no access list is configured, the RP is used for
all groups.
•
(Optional) The override keyword means that if there is a conflict
between the RP configured with this command and one learned by
Auto-RP or BSR, the RP configured with this command prevails.