The set interface ecmp hash-mapping round-robin-load-balancing command enables round robin mode of ECMP (Equal-Cost Multi-Path Routing) load balancing. That is, each equivalent route to the same destination address alternately forwards the traffic. For known unicast, if the packets have approximately the same length, you can choose to configure round-robin-based per-packet load balancing to achieve traffic load balancing.
The delete interface ecmp hash-mapping round-robin-load-balancing command deletes the configuration.
Command Syntax
set interface ecmp hash-mapping round-robin-load-balancing
delete interface ecmp hash-mapping round-robin-load-balancing
Usage Guidelines
模式之间是互斥的,在模式之间切换时,需要先删除已有的模式,再配置新的模式。
配置和删除模式,需要使用命令重启系统。
When configuration of ECMP hash-mapping mode changes, require to restart the system to make the configuration take effect.
Example
Enable round robin mode of ECMP load balancing.
admin@PICOS# set interface ecmp hash-mapping round-robin-load-balancing admin@PICOS# commit