PurposeCommand or Action
Example:
Device(config)# ip multicast-routing
•
Use the distributed keyword to enabled Multicast Distributed
Switching.
--Either perform Steps 5 through 7 or perform
Steps 6 and 8.
Step 4
Causes IP multicast traffic for the two Auto-RP groups 224.0.1.39 and
224.0.1.40 to be PIM dense mode flooded across interfaces operating in
PIM sparse mode.
ip pim autorp listener
Example:
Device(config)# ip pim autorp listener
Step 5
•
Skip this step if you are configuring sparse-dense mode in Step 8.
Selects an interface that is connected to hosts on which PIM can be
enabled.
interface type number
Example:
Device(config)# interface
Gigabitethernet 1/0/0
Step 6
Enables PIM sparse mode on an interface. When configuring Auto-RP
in sparse mode, you must also configure the Auto-RP listener in the next
step.
ip pim sparse-mode
Example:
Device(config-if)# ip pim sparse-mode
Step 7
•
Skip this step if you are configuring sparse-dense mode in Step 8.
Enables PIM sparse-dense mode on an interface.ip pim sparse-dense-mode
Step 8
Example:
Device(config-if)# ip pim
sparse-dense-mode
•
Skip this step if you configured sparse mode in Step 7.
Exits interface configuration mode and returns to global configuration
mode.
exit
Example:
Device(config-if)# exit
Step 9
--Repeat Steps 1 through 9 on all PIM interfaces.
Step 10
Sends RP announcements out all PIM-enabled interfaces.
ip pim send-rp-announce {interface-type
interface-number | ip-address} scope ttl-value
Step 11
•
Perform this step on the RP device only.
[group-list access-list] [interval seconds]
[bidir]
•
Use the interface-typeand interface-number arguments to define
which IP address is to be used as the RP address.
Example:
Device(config)# ip pim send-rp-announce
loopback0 scope 31 group-list 5
•
Use the ip-address argument to specify a directly connected IP
address as the RP address.
IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)
148 OL-29890-01
Configuring PIM
Configuring Sparse Mode with Auto-RP