Users Guide

返回到目录页
英特尔® 以太网 FCoE 协议驱动程序的交换机配置:英特尔® FCoE/DCB 用户指
Nexus/Cisco 交换机平台
Brocade 交换机平台
注意:
在以下实例中已假设 VLAN VSAN 的配置已经完成。
要了解安装的更多详情,请查阅交换机生厂商文档:
Cisco Nexus*
Brocade*
Cisco Nexus* 5000 系列交换机平台
Nexus/Cisco 交换机平台,需要一个虚拟接口将以太网端口绑定至 FC 转发方或 FCF。下例中假定端口 1/3
为以太网端口启用中继模式的命令:
configure
interface ethernet 1/3
switchport mode trunk
spanning-tree port type edge trunk
exit
创建 VFC 的命令:
configure
interface vfc 3
bind interface ethernet 1/3
no shutdown
exit
Brocade* 8000 系列 FCoE 交换机
对于 Brocade 8000 系列 FCoE 交换机,假定 port 1/3, vlan 101 for FCoE,使用命令:
configure terminal
interface TenGigabitEthernet 1/3
switchport
switchport mode converged
vlan classifier activate group 1 vlan 101
no shutdown
cee default
exit
注意:只有先发出 "cmsh" 命令,然后才能确保 "configure terminal" 命令发挥正常作用。