Ip Multicast Routing Configuration Guide, Cisco Ios Xe Release 3Se (Catalyst 3650 Switches - Cisco Catalyst 3650 Configuration Manual

Ip multicast routing
Hide thumbs Also See for Catalyst 3650:
Table of Contents

Advertisement

IP Multicast Optimization: IP Multicast Load Splitting across Equal-Cost Paths
Command or Action
Step 2
configure terminal
Example:
Device# configure terminal
Step 3
ip multicast multipath
Example:
Device(config)# ip multicast
multipath
Step 4
Repeat step 3 on all the devices in a
redundant topology.
Step 5
exit
Example:
Device(config)# exit
Step 6
show ip rpf source-address
[group-address]
Example:
Device# show ip rpf 10.1.1.2
Step 7
show ip route ip-address
Example:
Device# show ip route 10.1.1.2
OL-29890-01
Purpose
Enters global configuration mode.
Enables ECMP multicast load splitting based on source address using the
S-hash algorithm.
• Because this command changes the way an RPF neighbor is selected, it
must be configured consistently on all devices in a redundant topology
to avoid looping.
• This command does not support configurations in which the same PIM
neighbor IP address is reachable through multiple equal-cost paths. This
situation typically occurs if unnumbered interfaces are used. Use a
different IP address for each interface in a device on which this command
is to be configured.
• This command load splits the traffic and does not load balance the traffic.
Traffic from a source will use only one path, even if the traffic far
outweighs traffic from other sources.
--
Exits global configuration mode and returns to privileged EXEC mode.
(Optional) Displays the information that IP multicast routing uses to perform
the RPF check.
• Use this command to verify RPF selection so as to ensure that IP multicast
traffic is being properly load split.
(Optional) Displays the current state of the IP routing table.
• Use this command to verify that there multiple paths available to a source
or RP for ECMP multicast load splitting.
• For the ip-address argument, enter the IP address of a source to validate
that there are multiple paths available to the source (for shortest path
trees) or the IP address of an RP to validate that there are multiple paths
available to the RP (for shared trees).

IP Multicast Routing Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)

Enabling ECMP Multicast Load Splitting
327

Advertisement

Table of Contents
loading

Table of Contents