DGS-6604 m port-channel load-balance
CLI Reference Guide
499
port-channel load-balance
Use port-channel load-balance to configure the load balance algorithm that the
switch uses to distribute packets across ports in the same channel. To reset the
load distribution to the default settings, use the no from of this command.
port-channel load-balance {dst-ip | dst-mac | src-dst-ip | src-dst-mac | src-ip | src-mac}
no port-channel load-balance
Default src-dst-mac
Command Mode Global configuration
Usage Guideline Use this command to specify the load balance algorithm. Only one algorithm can
be specified.
Example This example shows how to configure load balance algorithm for src-ip:
Verify the settings by entering the show channel-group load-balance EXEC
command.
Syntax Description
dst-ip Indicates that the switch should examine the IP destination address.
dst-mac Indicates that the switch should examine the MAC destination address.
src-dst-ip Indicates that the switch should examine the IP source address and destination
address.
src-dst-mac Indicates that the switch should examine the MAC source and destination
address.
src-ip Indicates that the switch should examine the IP source address.
src-mac Indicates that the switch should examine the MAC source address.
Switch# configure terminal
Switch(config)# port-channel load-balance src-ip
Switch(config)# end