是否可以将服务器与虚拟底盘juniper ex4550上的FCOE适配器连接,以访问连接到CiscoNexus5548UP的fc磁盘阵列?
juniper和接头与10G光缆连接在一起。
谢谢你的回答。
发布于 2015-11-16 23:27:57
我不认为这是可能的,尽管Juniper的文档非常模糊。
我的理解是,为了实现FCoE,EX4550必须是一个独立的设备,而不是虚拟底盘的一部分。
在EX4600文档中,有一些含糊的引用说:
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/fibre-channel-fcoe-understanding.html
您可以在您的前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;
}
}
}
}https://networkengineering.stackexchange.com/questions/24468
复制相似问题