Date: Sun, 12 Jun 2005 21:06:04 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: Simiganoschi Teodor <simi.freebsd@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Port trunking or link aggregation under FreeBSD ? Message-ID: <20050613020604.GC20259@dan.emsphone.com> In-Reply-To: <b20788fc0506121626e280ab1@mail.gmail.com> References: <b20788fc0506121626e280ab1@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jun 13), Simiganoschi Teodor said: > Hello, > I have a switch with port trunking, on my server I have 2 NIC's, I > whant to make them work as port trunking to comunicate with the > switch. > My NIC's are: > fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 You'll want to use the ng_fec netgraph node. See the ng_fec manpage for the syntax. It doesn't support LACP autonegotiation, though, so you will have to manually set a matching configuration on your swtich. -- Dan Nelson dnelson@allantgroup.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050613020604.GC20259>