Bug in LAGG driver at 9.0 P3 ?
Frank Bonnet
f.bonnet at esiee.fr
Mon Oct 22 12:40:12 UTC 2012
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
More information about the freebsd-questions
mailing list