Am 2017-10-05 00:48, schrieb Dustin Marquess:


You probably want:

laggproto loadbalance lagghash l3,l4

Instead of:

laggproto lacp

It also looks like your switch ports are configured for Jumbo packets
and on the FreeBSD side you're not increasing the mtu.



Hi,

thanks for your advice.

Hower, when I configure it that way, I don't get any traffic at all.
Even with running tcpdump.


For reference, this is the linux configuration that apparently works (on another host).


auto lo
iface lo inet loopback

auto p1p1
iface p1p1 inet manual
  bond-master bond0

auto p1p2
iface p1p2 inet manual
  bond-master bond0

auto bond0
iface bond0 inet manual
  bond-slaves none
  bond-mode 4
  bond-miimon 100
  bond-updelay 200
  bond-downdelay 200
  bond-lacp-rate 1

auto bond0.2004
iface bond0.2004 inet manual

auto br2004
iface br2004 inet static
  address 10.1.4.190
  netmask 255.255.255.192
  gateway 10.1.4.129
  dns-nameservers 192.168.225.67 192.168.225.68 192.168.225.98
  dns-search varios.domains.
  bridge-ports bond0.2004
  bridge-stp off
  bridge_maxwait 0
  up route add -net 10.1.4.128/26 gw 10.1.4.129

auto bond0.2002
iface bond0.2002 inet manual

auto br2002
iface br2002 inet manual
  bridge-ports bond0.2002
  bridge-stp off
  bridge_maxwait 0

auto bond0.2002
iface bond0.2002 inet manual

auto br2007
iface br2007 inet manual
  bridge-ports bond0.2007
  bridge-stp off
  bridge_maxwait 0



Best Regards,
Rainer
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[email protected]"

Reply via email to