If you want to reduce extra traffic on the LLT links one small thing to do would be to add the following line to /etc/llttab on all the nodes in your cluster (say 2 node cluster):
exclude 2-31
What the above line does is that it assumes that your ...
It seems that some customers want to create a trunk out of two links and then create vlans over that trunk and then run LLT over those two vlans.
This is how to do this on Solaris:
Create a trunk (aggregation first) out of the two bge links: ...
If you have LLT working over the ce driver on Solaris, one small change that you can make to help performance problems in your cluster would be the following:
The /etc/system file on all hosts should have:
set ce:ce_no_tx_lb=1
set ...