Skip to content
Wireshark Wiki 中文翻译整理专题首页原始页面

LinkAggregationControlProtocol

Link Aggregation Control Protocol (LACP) 是一种第 2 层控制协议,可用于自动检测、配置并管理两个相邻且启用 LACP 的设备之间的多个物理链路,使其成为一条逻辑链路。

历史

经过至少两年的开发后,LACP 作为 IEEE Std 802.3ad-2000 正式发布。

协议依赖

XXX - 检查依赖项 --(FWIW:LACP 支持是在 "slow protocols" dissector 中实现的)。

示例流量

XXX - 在此处添加示例流量(纯文本或 Wireshark 截图)。

Wireshark

LACP 协议似乎至少得到了部分支持。

XXX - 在无法访问正式 IEEE 规范的情况下,很难知道当前 dissector 的完整程度。

首选项设置

N/A

示例捕获文件

  • SampleCaptures/lacp1.pcap.gz

显示过滤器

LACP 显示过滤器字段的完整列表可在显示过滤器参考中找到

LACP 支持是在 "Slow Protocols" dissector 中实现的。以下存在性过滤器会选择 LACP 以及其他 "Slow Protocols":

 slow

虽然当前没有特定的 "lacp" 存在性过滤器,但以下过滤器似乎可以成功提取仅包含 lacp 的帧:

 lacp.version

捕获过滤器

捕获包含 lacp 的帧:

 ether proto 0x8809

外部链接

有关获取正式 LACP 规范(遗憾的是,该规范不是免费的)的详细信息可在以下位置找到:

  • IEEE Std 802.3ad-2000Amendment to carrier sense multiple access with collision detection (CSMA/CD) access method and physical layer specifications-aggregation of multiple link segments

下面包含一些关于 LACP 和/或 link aggregation 的潜在有用信息链接:

  • How To - Configure, Verify, and Debug Link Aggregation Control Protocol (LACP) from Allied Telesyn

  • Link Aggregation according to IEEE 802.3ad from SysKonnect

  • Link Aggregation Control Protocol (LACP) / 802.3ad from cisco.com

  • Merlink (Link Aggregation) from Embedded Solution Partners

  • Link Aggregation from linktionary.com

  • Link Aggregation Interoperability from dell.com

若想了解 LACP 是如何形成的背景,请参见 ieee802.org 上的以下内容:

  • Link Aggregation Control Protocol - Presentation to the Link Aggregation Task Force, July 1998

  • Link Aggregation Control Protocol - Presentation to the Link Aggregation Study Group, April 1998

讨论

上面引用的捕获文件 "lacp1.pcap" 是在连接到一个最终用户端口时捕获的,该端口来自 Extreme Network 的 Summit300 系列交换机。虽然该端口明确禁用了 "link aggregation",但 Extreme 交换机启用了其 "loop detect" 功能。显然,Extreme 已经认识到 LACP 的某些功能也可用于防止某些类型的第 2 层环路。

Imported from https://wiki.wireshark.org/LinkAggregationControlProtocol on 2020-08-11 23:15:59 UTC

相关 Wireshark Wiki 页面

网络分析技术档案