Ethernet interface trunking and 802.3ad
Next message: Shaun Dwyer: "Using multilink ppp(or similar) over 2 bridge mode ADSL connections..."
To: <net@freebsd.org>
Date: Fri, 25 Jul 2003 08:35:53 +0200
Hi,
I am trying to setup interface bonding for a new server. So far I have used
netgraph and the ng_one2many node and it sort of work. I have a couple of
small issues with it, but nothing blocking:
- the ng_one2many node does not detect if one of the interface is
disconnected resulting in only half the packets are sent when this occurs (I
have seen patches regarding link state detection, and I'll try them later).
- if the 'main' interface is disconnected (i.e. the interface connected to
the 'one' node), then no traffic flows anymore.
The switch I am using supports 'port trunking' / 802.3ad. I was wondering if
anybody has used such switch with FreeBSD ? If so, how was it setup and what
can I expect from such a thing ? Is there any relation between 802.3ad and
ng_fec and ng_one2many ?
Thanks for any hint.
Patrick.
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
Next message: Shaun Dwyer: "Using multilink ppp(or similar) over 2 bridge mode ADSL connections..."
Relevant Pages
- Re: implementing roles in OOP......
... everything should be driven by abstracting the problem ... my draft interfaces define what sort of thing I would ... All I need is the Composite relationships to navigate, ... IEnumerator is an interface defined by my environment, we can put, ... (comp.object) - Re: LW9 running FIXED. hub problem found (i think)
... Well, this was all good news, sort of LOL ... I know its capable of some REALLY cool imagery, but why such an utterly goddam amateur interface? ... As for this part, I had to bust out laughing, as this was just too funny LOL ... I was able to start creating cool and FUN scenes pretty much right out of the shoot! ... (comp.graphics.apps.lightwave) - Re: IInterfaceList and Sort
... Unfortunately there is no Sort method. ... {descend from this interface for specific uses ... localCompare:=.asInteger; ... TQuickSort = class(TInterfacedObject, ISorter) ... (borland.public.delphi.language.objectpascal) - Re: Fast D/A ?
... I'm after sorting out a toy 'scope of some sort ... I am wondering about maybe building at least part of my own interface, ... You may find it a lot simpler to build a convert and store unit, with a fairly simple interface for transferring the stored data to the PC. ... The "homebuilt computer" part of the project then becomes fairly trivial, as the transfer is neither real-time, nor timing-critical. ... (uk.comp.homebuilt) - Re: Nemethis Tablelist widget vs. Hobbs Tktable widget
... > An Cobol man would say - if I must be quickly I sort using ... >> Csaba's Tablelist widget, and I'm looking for some feedback from ... concentrate more on interface specification then interface users can ... encapsulates a certain functionality. ... (comp.lang.tcl) |
|