Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2012 14:34:45 +0200
From:      Frank Bonnet <f.bonnet@esiee.fr>
To:        freebsd-questions@freebsd.org
Subject:   Bug in LAGG driver at 9.0 P3 ?
Message-ID:  <50853D65.9020106@esiee.fr>

next in thread | raw e-mail | index | archive | help

Hello

I have a problem with a server running FreeBSD 9.0-P3

It seems the lagg driver does not works well
here is the contents of the /etc/rc.conf file
the problem is, only the first interface (bce0) is working
in the lagg0 interface , the two others are not "active"

ifconfig_bce0="up"
ifconfig_bce1="up"
ifconfig_bce2="up"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto lacp laggport bce0 laggport bce1 laggport bce2"
ipv4_addrs_lagg0="147.215.201.21/24"
defaultrouter="147.215.201.1"

here is the result of the ifconfig lagg0 command :

primail# ifconfig lagg0
lagg0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=c01bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
     ether 00:9c:02:9a:97:b0
     inet 147.215.201.21 netmask 0xffffff00 broadcast 147.215.201.255
     nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
     media: Ethernet autoselect
     status: active
     laggproto lacp
     laggport: bce2 flags=0<>
     laggport: bce1 flags=0<>
     laggport: bce0 flags=1c<ACTIVE,COLLECTING,DISTRIBUTING>



thanks for any info/idea






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50853D65.9020106>