< Home

Multicast Load Splitting

Load splitting is different from load balancing. Load splitting provides a way to distribute data streams destined for the same destination to multiple equal-cost paths, which may not result in a balanced traffic load on the paths. Load balancing is a special form of load splitting and distributes even data traffic loads on multiple equal-cost paths.

Implementation

By default, a router selects an RPF route from multiple equal-cost optimal routes to forward multicast packets according to the following RPF check policy:

  • If the equal-cost routes are in the same routing table, for example, a unicast routing table, multicast static routing table, or MBGP routing table, the router selects the route with the largest next-hop address as the RPF route.
  • If the equal-cost routes are in different routing tables, the router selects the route with the highest preference. If multiple routes have the highest preference, the router selects the route with the longest mask length. If multiple routes have the longest mask length, the router uses an algorithm to select a route as the RPF route.

In this default configuration, the router selects only one route as the RPF route, regardless of which condition is met.

Multicast load splitting enables a router to distribute multicast traffic to multiple equal-cost routes, instead of selecting only one route based on the RPF check policy.

As shown in Figure 1, the multicast source (Source) sends multicast streams to group G. RouterA and RouterD run an Interior Gateway Protocol (IGP), OSPF for example, to implement IP interworking. Two equal-cost paths are available: RouterA → RouterB → RouterD and RouterA → RouterC → RouterD. Based on the default RPF check policy, multicast streams are forwarded through interface Int0 of RouterA because Int0 has a larger IP address than Int1. After multicast load splitting is configured on RouterA, RouterA does not select forwarding paths by comparing the next-hop IP addresses. Instead, multicast streams are forwarded along both of the two equal-cost paths.
Figure 1 Multicast forwarding without and with multicast load splitting

Multicast Load Splitting Modes

Various methods are available to split (*, G) and (S, G) data streams in different scenarios.

  • Load splitting by group address

    In Figure 2, the source sends data streams to different multicast groups (G1 to G10). Router7, Router6, and Router5 each have two equal-cost paths to the source. These routers use route selection algorithms to select an optimal path for data sent to each group. In this load splitting mode, streams transmitted on different paths are sent to different groups.

    Figure 2 Load splitting by group address
  • Load splitting by source address

    In Figure 3, different sources (S1 to S10) send data streams to the same group. Router7, Router6, and Router5 each have two equal-cost paths to the sources. These routers use route selection algorithms to select an optimal path for data from each source. In this load splitting mode, streams transmitted on different paths are sent from different sources.

    Figure 3 Load splitting by source address
  • Load splitting by source address and group address

    In Figure 4, different sources (S1 to S10) send data streams to different groups (G1 to G10). Router7, Router6, and Router5 each have two equal-cost paths to the sources. These routers use route selection algorithms to select an optimal path for each (S, G) stream. In this load splitting mode, streams transmitted on different paths have different source and group addresses.

    Figure 4 Load splitting by source address and group address
  • Other load splitting methods

    Figure 5 Load splitting network

    The following load balancing methods can also be used on the network shown in Figure 5:

    • Stable-preferred load splitting

      When route flapping occurs on a multicast network, frequent changes of multicast traffic distribution on equal-cost paths will worsen route flapping. Stable-preferred load splitting can be configured to solve this problem. When route flapping occurs, a router with stable-preferred load splitting adjusts traffic distribution on equal-cost paths until route flapping ends. When the network topology becomes stable, the router evenly distributes (S, G) streams from the same source to equal-cost paths.

    • Balance-preferred load splitting

      Balance-preferred load splitting enables routers to immediately adjust traffic distribution among equal-cost paths when route flapping occurs on a multicast network. When the network topology becomes stable, the router evenly distributes (S, G) streams from the same source to equal-cost paths.

    • Unbalanced load splitting

      Unbalanced load splitting is a supplement to stable-preferred and balance-preferred load splitting and does not change their behavior. In unbalanced load splitting mode, (S, G) streams are distributed to equal-cost paths in proportion to the weights of the paths. As transmission paths on a network have different capabilities, load on some paths may need to be adjusted manually. In this case, load splitting weights can be configured on upstream interfaces of a router to implement unbalanced load splitting. A larger weight allows the corresponding path to transmit more (*, G) and (S, G) streams.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >