Re: LACP with 3 interfaces.

2015-11-17 Thread Johan Hendriks
Op 17/11/15 om 17:15 schreef Steven Hartland: > > > On 17/11/2015 15:26, Johan Hendriks wrote: >> Hello all >> >> We have a NFS server witch has three network ports. >> >> We have bonded these interfaces as a lagg interface, but when we use the >> server it looks like only two interfaces are used

Re: LACP with 3 interfaces.

2015-11-17 Thread Alan Somers
On Tue, Nov 17, 2015 at 9:16 AM, Kurt Jaeger wrote: > Hi! > >> > Is there something we can do to make sure lagg0 uses all the interfaces. >> >> Nope. LACP doesn't actively load balance its interfaces. > > On FreeBSD 11 > > man lagg(4) > > says: > > The driver currently supports the aggreg

Re: LACP with 3 interfaces.

2015-11-17 Thread Kurt Jaeger
Hi! > > Is there something we can do to make sure lagg0 uses all the interfaces. > > Nope. LACP doesn't actively load balance its interfaces. On FreeBSD 11 man lagg(4) says: The driver currently supports the aggregation protocols failover (the default), lacp, loadbalance, roundrobin,

Re: LACP with 3 interfaces.

2015-11-17 Thread Steven Hartland
On 17/11/2015 15:26, Johan Hendriks wrote: Hello all We have a NFS server witch has three network ports. We have bonded these interfaces as a lagg interface, but when we use the server it looks like only two interfaces are used. This is our rc.conf file ifconfig_igb0="up" ifconfig_igb1="up"

Re: LACP with 3 interfaces.

2015-11-17 Thread Kurt Jaeger
Hi! > We have a NFS server witch has three network ports. > > We have bonded these interfaces as a lagg interface, but when we use the > server it looks like only two interfaces are used. > > This is our rc.conf file > > ifconfig_igb0="up" > ifconfig_igb1="up" > ifconfig_igb2="up" > cloned_inte

Re: LACP with 3 interfaces.

2015-11-17 Thread Alan Somers
On Tue, Nov 17, 2015 at 8:26 AM, Johan Hendriks wrote: > Is there something we can do to make sure lagg0 uses all the interfaces. Nope. LACP doesn't actively load balance its interfaces. Each flow gets assigned to a single interface based on a hash of the source and destination MACs, IP addres

LACP with 3 interfaces.

2015-11-17 Thread Johan Hendriks
Hello all We have a NFS server witch has three network ports. We have bonded these interfaces as a lagg interface, but when we use the server it looks like only two interfaces are used. This is our rc.conf file ifconfig_igb0="up" ifconfig_igb1="up" ifconfig_igb2="up" cloned_interfaces="lagg0" i