ip ecm-forwarding-algo (S-, K-Series)

Use this command to set the ECM (Equal Cost Multipath) forwarding algorithm used for forwarding IP packets on routing interfaces.

Syntax

ip ecm-forwarding-algo [hash-thold | round-robin]
no ip ecm-forwarding-algo

Parameters

hash-thold (Optional) Sets the ECM forwarding algorithm as hash threshold.
round-robin (Optional) Sets the ECM forwarding algorithm as round robin.

Defaults

If an algorithm is not specified, hash threshold will be set.

Mode

Configuration command, Global configuration.

Usage

The “no” form of this command removes the round-robin algorithm, resetting the algorithm to hash threshold.

Examples

This example shows how to set the round-robin ECM mode:

System(rw-config)->ip ecm-forwarding-algo round-robin

This example shows how to reset the ECM mode to the default forwarding algorithm of hash threshold:

System(rw-config)->no ip ecm-forwarding-algo