diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-12-15 11:50:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-12-15 11:50:11 +0000 |
commit | cb5e2baf3bd3c22711b6feef784e385ff9af2a60 (patch) | |
tree | 55600f814494c903550822010ac752b568c2dbea /share | |
parent | c8f469464be04fd93acbcc2a71ca73d628f61aa0 (diff) |
a little more clarity on link aggregation, after some discussion
with mpf;
ok mpf
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/trunk.4 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/share/man/man4/trunk.4 b/share/man/man4/trunk.4 index d6ae0d7ebf9..8f505ea2036 100644 --- a/share/man/man4/trunk.4 +++ b/share/man/man4/trunk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: trunk.4,v 1.24 2008/11/18 14:29:30 jmc Exp $ +.\" $OpenBSD: trunk.4,v 1.25 2008/12/15 11:50:10 jmc Exp $ .\" .\" Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 18 2008 $ +.Dd $Mdocdate: December 15 2008 $ .Dt TRUNK 4 .Os .Sh NAME @@ -73,6 +73,7 @@ and the Marker Protocol to increase link speed and provide redundancy. LACP trunk groups are composed of ports of the same speed, set to full-duplex operation. +This protocol requires a switch which supports LACP. .It Ic loadbalance Distributes outgoing traffic through all active ports and accepts incoming traffic from any active port. @@ -134,17 +135,12 @@ The trunk protocols .Ic loadbalance and .Ic roundrobin -require a switch which supports IEEE 802.3ad link aggregation; +require a switch which supports IEEE 802.3ad static link aggregation; otherwise protocols such as .Xr inet6 4 duplicate address detection (DAD) cannot properly deal with duplicate packets. -The trunk protocol -.Ic lacp -requires a switch which supports -the IEEE 802.3ad Link Aggregation Control Protocol (LACP) -to work at all. .Pp There is no way to configure LACP administrative variables, including system and port priorities. |