On Fri, May 21, 2010 at 12:22:10AM +0200, [email protected] wrote: > > Linux's bonding module has an arp monitor which solves some of these > > problems, but the implementation is so hackish (as usual there...) that > > I'd rather not use it in production. arping and ifstated might do the > > same on openbsd, but I'm not sure if that will work when the interfaces > > are trunk ports. I'll need to check this when I have time. > > > > why not? trunk is just a "normal" ethernet interface. > > the linux bondage trick sounds hackish, but link detection protocols > like udld or bfd should help here on the ethernet level. many managed > switches support one of these protocols and i'd like to do this on the > openbsd side at some point to alter the link state based on optional > uni-/bidirectional link detection.
If one of the 2 ports of the switch where you are connected is badly configured (wrong VLAN, ...), you may have problems. The link can be up but being unusable. In that case, having something like the arp monitor seems to not be so stupid; doesn't it ? -- Olivier Cherrier - Symacx.com mailto:[email protected]

