On Mon, Jul 20, 2009 at 11:02:31AM -0400, Joe Abley wrote:
> A router of my acquaintance in Toronto has:
>
>             load-balance per-packet;
>
> The idea is to do some crude load-sharing of outbound traffic from this 
> router towards 69.165.166.240/28. Both 69.165.167.156 69.165.167.20 are 
> reachable via interface/connected routes.

per-packet really means "per flow".  It may be that all the flows 
you've looked at happen to be hashing one way.  You can modify the 
hash-key to include layer 4 information:

[edit forwarding-options hash-key]
family inet {
    layer-3;
    layer-4;
}
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to