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

FCoE

Fibre Channel over Ethernet (FCoE) 是一项提案,用于将 Fibre Channel 映射到选定的全双工 IEEE 802.3 网络上。

历史

该协议提案由 Cisco 主导,并正在 T11 FC-BB Working group 中讨论。

协议依赖

  • Ethernet:FCoE 使用 Ethernet 作为其传输协议。IEEE 为 FCoE 流量分配的 Ethertype 是 0x8906。

示例流量

Wireshark

FCoE dissector 功能完整。

首选项设置

无。

示例捕获文件

  • SampleCaptures/fcoe-t11.pcap

  • SampleCaptures/fcoe-t11-short.cap

  • SampleCaptures/fcoe1.cap

显示过滤器

仅显示基于 FCoE 的流量:

 fcoe

仅显示 start-of-frame 值为 SOFn3 的 FCoE 流量:

 fcoe.sof == SOFn3

仅显示 CRC 错误的 FCoE 流量:

 fcoe.crc_bad == True

捕获过滤器

仅捕获标准 Ethertype (0x8906) 上的 FCoE 流量:

 eth.type == 0x8906

外部链接

讨论

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

原始页面图片

fcoe-t11.png
fcoe-t11.png

相关 Wireshark Wiki 页面

网络分析技术档案