虚拟机箱 Juniper EX 和 Cisco Nexus 之间的 FCOE

网络工程 思科 杜松 fcoe
2022-02-27 06:51:10

是否可以在虚拟机箱瞻博网络 ex4550 上使用 FCOE 适配器连接服务器,以访问连接到 Cisco Nexus 5548UP 的 FC 磁盘阵列?

juniper和nexus用10G光缆连接在一起。

感谢您的回答。

1个回答

我不相信这是可能的,尽管瞻博网络的文档非常模糊。

据我了解,为了进行 FCoE,EX4550 必须是独立设备,而不是虚拟机箱的一部分。

EX4600 doco 中有一个模糊的参考,上面写着:

 Note: Standalone switches support FCoE. Virtual Chassis (VC) and mixed-    
 mode Virtual Chassis Fabric (VCF) configurations do not support FCoE.    
 Pure QFX5100 switch VCFs (consisting of only QFX5100 switches) support FCoE.

这可以在以下 URL 中找到:

http://www.jnpr.net/techpubs/en_US/junos13.2/topics/concept/fiber-channel-fcoe-understanding.html

您可以通过尝试提交以下内容在 EX-VC 上的虚拟 VLAN 上进行测试,看看会发生什么:

ethernet-switching-options {
    secure-access-port {
        interface xe-0/0/0.0 {
            fcoe-trusted;
        }
        vlan my-fcoe-vlan {
            examine-fip {
                fc-map 0x0EFC03;
            }
        }
    }
}