< Home

multicast load-splitting-timer

Function

The multicast load-splitting-timer command sets a load balancing timer.

The undo multicast load-splitting-timer command restores the default setting.

Format

multicast load-splitting-timer interval

undo multicast load-splitting-timer

Parameters

Parameter Description Value
interval Specifies the value of the load balancing timer. The value is an integer ranging from 10 to 1800, in seconds.

Views

System view, VPN instance view, or VPN IPv4 address family view

Default Level

2: Configuration level

Usage Guidelines

By default, the value of a load balancing timer is 1800 seconds.

Multicast load splitting allows multicast forwarding entries to be distributed to different equal-cost routes, which implements multicast data distribution and avoids network congestion.

The multicast load splitting function supports five policies:
  • Multicast group-based load splitting

  • Multicast source-based load splitting

  • Multicast source and group-based load splitting

  • Stable-preferred load splitting

  • Balance-preferred load splitting

You must run the multicast routing-enable command to enable the multicast function before using the command.

The multicast load-splitting-timer is used to set a load balancing timer only in stable-preferred load splitting mode or balance-preferred load splitting mode.

In stable-preferred load splitting or balance-preferred load splitting mode, entries may not be well-balanced among paths because of the addition or deletion of entries, change of load splitting weights of the paths, or change of equal-cost routes. In such a case, the device will balance entries after a certain waiting time to reduce the impact of frequent changes on the system.

Currently, setting a load balancing timer to change the waiting time before balancing entries is supported.
  • If the network is relatively stable, such as when entries are not deleted or added frequently or equal-cost routes are not changed frequently, set the load balancing timer value to a smaller value so that entries can be balanced rapidly. The recommended value is 300 to 600 seconds.

  • If the network is not stable, such as when entries are deleted or added frequently or equal-cost routes are changed frequently, set the load balancing timer value to a larger value to reduce the impact of frequent entry changes on the system and network stability. The recommended value is 1200 to 1800 seconds.

Example

# Set a load balancing timer to 100 seconds.

<sysname> system-view
[sysname] multicast routing-enable
[sysname] multicast load-splitting-timer 100
# Set a load balancing timer in VPN named red to 100 seconds.
<sysname> system-view
[sysname] multicast routing-enable
[sysname] ip vpn-instance red
[sysname-vpn-instance-red] ipv4-family
[sysname-vpn-instance-red-af-ipv4] multicast load-splitting-timer 100
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >