Load Splitting Of Ip Multicast Traffic - Cisco Catalyst 4500 series Administration Manual

Hide thumbs Also See for Catalyst 4500 series:
Table of Contents

Advertisement

Configuring IP Multicast Routing
This example shows how to configure a single-static RP:
Switch> enable
Switch# configure terminal
Switch(config)# ip multicast-routing
Switch(config)# interface ethernet 1
Switch(config-if)# ip pim sparse-mode
Switch(config-if)# exit
Switch(config)# ip pim rp-address 192.168.0.0
Switch(config)# end
Switch# show ip pim rp mapping
Switch# show ip igmp groups
Switch# show ip mroute cbone-audio

Load Splitting of IP Multicast Traffic

This feature is only supported on Enterprise Services. It is not supported on IP Base and LAN Base.
Note
If two or more equal-cost paths from a source are available, unicast traffic is load split across those paths.
However, by default, multicast traffic is not load split across multiple equal-cost paths. In general,
multicast traffic flows down from the reverse path forwarding (RPF) neighbor. According to the Protocol
Independent Multicast (PIM) specifications, this neighbor must have the highest IP address if more than
one neighbor has the same metric.
Use the ip multicast multipath command to enable load splitting of IP multicast traffic across multiple
equal-cost paths.
The ip multicast multipath command does not work with bidirectional Protocol Independent Multicast
Note
(PIM).
To enable IP multicast multipath, perform this task:
Command
Step 1
Switch# config t
Step 2
Switch(config)# ip multicast multipath
Step 3
Switch(config)# end
The ip multicast multipath command load splits the traffic but does not load balance the traffic. Traffic
Note
from a source uses only one path, even if the traffic far outweighs traffic from other sources.
Configuring load splitting with the ip multicast multipath command causes the system to load split
multicast traffic across multiple equal-cost paths based on source address using the S-hash algorithm.
When the ip multicast multipath command is configured and multiple equal-cost paths exist, the path
in which multicast traffic travel is selected based on the source IP address. Multicast traffic from
different sources is load split across the different equal-cost paths. Load splitting does not occur across
equal-cost paths for multicast traffic from the same source sent to different multicast groups.
Software Configuration Guide—Release IOS XE 3.6.0E and IOS 15.2(2)E
37-22
Chapter 37
Purpose
Enters configuration mode.
Enables IP multicast multipath.
Exits configuration mode.
Configuring IP Multicast
OL_28731-01

Advertisement

Table of Contents
loading

Table of Contents