FCoE Cookbook for HP Virtual Connect Version 4.20 Firmware Enhancements May 2014
133
o switchport trunk allowed vlan 1,10,20,201,301
Create a virtual Fibre Channel interface for the FCoE Port Channel connected to the 5900 Switch-B to pass the FCoE
VSANs 201 and 301:
o interface vfc1000
o description vfc for Port Channel to 5900-B-GE1/0/16-17
o bind interface port-channel 300
o switchport trunk allowed vsan 201
o switchport trunk allowed vsan add 301
o no shutdown
Create a virtual Fibre Channel interface for the EVA FCoE-based storage target and bind it to eth1/1:
o interface vfc2007
o description vfc for EVA
o bind interface eth1/1
o no shutdown
# Assign it to VSAN301 as a trunk port
o switchport trunk allowed vsan 301
Create a trunk on the interface connected to the EVA FCoE-based storage device to pass the FCoE traffic VLAN 301:
o interface Ethernet1/1
o description FCoE uplink to EVA
o switchport mode trunk
o switchport trunk allowed vlan 301
o spanning-tree port type edge trunk
Configure the Fiber Channel interface connected to the 3PAR array using VSAN 201:
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 1000
o vsan 301
o vsan 301 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:
g. Create the first VSAN zone for the 3PAR Storage target:
o zone name fcoe-zone-3PAR vsan 201