Owners manual
DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
344
Example
This example shows how to configure the LACP system priority to be 30000.
Switch# configure terminal
Switch(config)# lacp system-priority 30000
Switch(config)#
40-5 port-channel load-balance
This command is used 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 form 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
Parameters
dst-ip
Specifies that the Switch should examine the IP destination address.
dst-mac
Specifies that the Switch should examine the MAC destination
address.
src-dst-ip
Specifies that the Switch should examine the IP source address and IP
destination address.
src-dst-mac
Specifies that the Switch should examine the MAC source and MAC
destination address.
src-ip
Specifies that the Switch should examine the IP source address.
src-mac
Specifies that the Switch should examine the MAC source address.
Default
The default load balance algorithm is src- mac.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use this command to specify the load balance algorithm. Only one algorithm can be specified.
Example
This example shows how to configure the load balance algorithm as src-ip.
Switch# configure terminal
Switch(config)# port-channel load-balance src-ip
Switch(config)#