UMN:CLI User Manual
V5808
442
ECMP load splitting has two options for next hop decision:
• srcip selects next hop based on source address.
• srcgrpip selects next hop based on both source and group address.
To enable ECMP load splitting, use the following command.
ip multicast multipath [srcip |
srcgrpip]
Enables ECMP load splitting.
srcip: source address (default)
srcgrpip: source and group address
no ip multicast multipath
Disables ECMP load splitting.
To enable/disable ECMP load splitting for IPv6, use the following command.
ipv6 multicast multipath [srcip |
srcgrpip]
Enables IPv6 ECMP load splitting.
srcip: source address (default)
srcgrpip: source and group address
no ipv6 multicast multipath
Disables IPv6 ECMP load splitting.
9.3.1.4 MRIB Entry Limit
You can limit the maximum number of multicast routing entries in the multicast routing
table in the multicast routing information base (MRIB), and then the system generates an
error message when the number of the entries exceeds the limit. If the warning threshold
is specified, the system generates a warning message when the number of the entries
exceeds the threshold.
To specify the maximum number of multicast routing entries, use the following command.
ip multicast route-limit LIMIT
[THRESHOLD]
Specifies the limit of the maximum number of multicast
routing entries.
LIMIT: number of routing entries (1-214783647)
THRESHOLD: warning threshold (1-214783647)
no ip multicast route-limit
Deletes a specified limit.
The warning threshold must not exceed the maximum number of multicast routing entries.