[j-nsp] 802.3ad trouble (part II)

Chuck Anderson cra at WPI.EDU
Thu Nov 9 11:35:54 EST 2006


On Thu, Nov 09, 2006 at 04:45:35PM +0100, Jorn Ekkelenkamp wrote:
> transfers (multiple downloads at the same time, from different source 
> addresses) interface fe-0/1/3 is not used AT ALL (see below). This 
> results in a maximum speed of 100mbit for the whole ae1 interface.

> # show configuration policy-options policy-statement load-balancing-policy
> then {
>      load-balance per-packet;
> }

"load-balance per-packet" is a misnomer, held over from the original 
Internet Processor ASIC.  On Internet Processor II ASICs it really 
means "load-balance per-flow".  It appears that the different source 
addresses you are choosing to test with are being hashed to the same 
physical interface.  You can add layer 4 information to the hash:

set forwarding-options hash-key family inet layer-4


More information about the juniper-nsp mailing list