Hi
We'd many devices QFX3500, QFX3600 and QFX5100 running the stack "IP, MPLS, TE and L2circuit".
Many connections is done with LACP betwin switch as QFX<->QFX "direct connected", however the traffic that pass trhought LACP aggregated interface generally 2 or 4 physical interfaces do not balance traffic.
In some case that I need do a L2circuit with 10G traffic for exemple the traffic use 100% of a unic physical interface.
I searched the whole forum and didn't found a wey to solve this problem.
Follow the last configuration that i did on forward-options, trying change hashs in order to solve this problem.
> show configuration forwarding-options
load-balance {
indexed-load-balance;
}
hash-key {
family mpls {
label-1;
label-2;
label-3;
payload {
ip {
port-data {
source-msb;
source-lsb;
destination-msb;
destination-lsb;
}
}
}
}
family multiservice {
source-mac;
destination-mac;
}
}
enhanced-hash-key {
hash-mode {
layer2-payload;
}
inet {
vlan-id;
}
}