FCoE Cookbook for HP Virtual Connect Version 4.20 Firmware Enhancements May 2014

26
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 trunk on the interface connected to the FCoE-based storage device to pass the FCoE traffic (VLAN 201):
o interface Ethernet1/1
o description FCoE uplink to EVA
o switchport mode trunk
o switchport trunk allowed vlan 201
o spanning-tree port type edge trunk
Configure the Fiber Channel interface connected to the 3PAR array:
o interface fc 2/1
o switchport description Connected to the 3PAR array
o no shutdown
# Assign it to VSAN201 as a trunk port
o switchport trunk allowed vsan 201
Assign the Virtual Fibre Channel interfaces (vfc) and the Fiber Channel interface to the FCoE VSAN:
o vsan database
o vsan 201
o vsan 201 interface fc2/1
o vsan 201 interface vfc 2005
o vsan 201 interface vfc 2006
o vsan 201 interface vfc 2007
Configure the interface connected to the datacenter LAN:
o interface eth 1/17
o switchport mode trunk
o switchport trunk allowed vlan 1,10,20
Configuration of the zone:
a. Create the first VSAN zone for the 3PAR Storage target:
o zone name fcoe-zone-3PAR vsan 201
o member pwwn 20:53:00:02:ac:00:15:9d {This is the WWN of the second 3PAR controller port}
o member pwwn 50:06:0b:00:00:c3:1a:22 {This is the WWN of the first Blade FlexFabric Adapter port 2}
b. Create zoneset:
o zoneset name zoneset-3PAR vsan 201
o member fcoe-zone-3PAR
c. Activate zoneset:
o zoneset activate name zoneset-3PAR vsan 201
d. Create the second VSAN zone for the EVA Storage target:
o zone name fcoe-zone-EVA vsan 201
o member pwwn 50:01:43:80:02:5D:19:74 {This is the WWN of the second FCoE EVA port}