Link aggregation issues Solaris 10

I have setup link aggregation with 3 interfaces on my solaris 10 system.

All looks good but my problem is that the traffic is only going out bge0 and not the other 2 links.

bash-4.3# dladm show-aggr -s
key:33          ipackets   rbytes       opackets   obytes       %ipkts  %opkts
        Total   2423536    169265389    693        44352
        bge0    1844204    122846897    693        44352          76.1   100.0
        bge1    289672     23209454     0          0              12.0     0.0
        bge2    289660     23209038     0          0              12.0     0.0

I tried configuring the aggregation with different levels.
L2, L3 and the default L4 but always the same.

Primeaup,

~700 packets is not a lot of traffic.

It's been a week, are you still seeing the imbalance?

  • DL

Good morning thanks to all for getting back to me.

I was able to get a bit more balance between the links by applying the LAC option.

-bash-4.3# dladm show-aggr -s
key:33          ipackets   rbytes       opackets   obytes       %ipkts  %opkts
        Total   11952651   926336425    9236       842048
        bge0    6169897    448862241    6622       507456         51.6    71.7
        bge1    2891383    238737300    1307       167296         24.2    14.2
        bge2    2891371    238736884    1307       167296         24.2    14.2

-bash-4.3# cat aggregation.conf
#
# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident "@(#)aggregation.conf   1.1     05/09/01 SMI"
#
# DO NOT EDIT OR PARSE THIS FILE!
#
# Use the dladm(1m) command to change the contents of this file.
33      L3      3       bge0,bge1,bge2  auto    off     short

---------- Post updated at 11:26 AM ---------- Previous update was at 07:28 AM ----------

Those this look better I edited it and used the code tag function.

---------- Post updated at 11:39 AM ---------- Previous update was at 11:26 AM ----------

-bash-4.3# dladm show-aggr -s
key:33          ipackets   rbytes       opackets   obytes       %ipkts  %opkts
        Total   11952651   926336425    9236       842048
        bge0    6169897    448862241    6622       507456         51.6    71.7
        bge1    2891383    238737300    1307       167296         24.2    14.2
        bge2    2891371    238736884    1307       167296         24.2    14.2

Like this with the code tag.

If your LAN switch has active LACP enabled, then you better set LACP mode to passive and LACP timer to long:

dladm show-aggr -L
dladm modify-aggr -l passive -T long 33
dladm show-aggr -L