FCoE Cookbook for HP Virtual Connect Version 4.20 Firmware Enhancements May 2014
35
Note: The MAC Address of the FCoE adapter is found under the Virtual Connect Server Profile:
Create a virtual Fibre Channel interface for the second Blade server and bind it to the MAC address of its FCoE
adapter 2:
o interface vfc2006
o switchport description vfc for server-2
o bind mac-address 00:17:a4:77:b8:de
o no shutdown
Create the VLANs for the IP traffic:
o vlan 1,10,20
Create a trunk between the Nexus and the VC module Bay 2 with eth1/5 to pass the FCoE (VLAN 201) and Ethernet
traffic (VLAN 1,10,20):
o interface Ethernet1/5
o description FCoE uplink to VC-Bay2-X3
o switchport mode trunk
o switchport trunk allowed vlan 1,10,20,201
o spanning-tree port type edge trunk
Create a SAN port channel between the Nexus and the MDS-B using the two fiber channel interfaces:
o interface san-port-channel 100
o switchport description SAN-Port-Channel to MDS-B
o channel mode active
o switchport trunk allowed vsan 201
o interface fc 2/1-2
o switchport description Connected to MDS-B-fc1/9-10
o channel-group 100
o no shutdown