FCoE Cookbook for HP Virtual Connect Version 4.20 Firmware Enhancements May 2014
96
# Configuration of the zone for the 3PAR Array
o zone name fcoe-zone-3PAR
o member zone-alias FCoE-Nodes
o member zone-alias FCoE-ports-3PAR
# Configuration of the zoneset for the 5900 VSAN 201
o zoneset name vsan201-5900
o member fcoe-zone-3PAR
o zoneset distribute full
Enable FCoE for VLAN 201 and map it to VSAN 201
o vlan 201
o description FCoE-ToSAN-B
o fcoe enable vsan 201
Note: Make sure that this VLAN ID is the same as the second Shared Uplink Set FCoE’s VLAN ID in VCM.
Configure the interface connected to 3PAR
o interface ten-gigabitethernet1/0/7
o description Connected to 3PAR 1:8:1
# Assign the interface to VLAN 201 as a trunk port
o port link-type trunk
o port trunk permit vlan 201
# For DCBX:
Enable LLDP on the interface, and enable the interface to advertise DCBX TLVs
o lldp enable
o lldp tlv-enable dot1-tlv dcbx
Apply the QoS policy named DCBX to the outgoing traffic
o qos apply policy DCBX outbound
# For PFC:
Configure the interface to automatically negotiate with its peer to enable PFC
o priority-flow-control auto
Enable PFC for 802.1p priority 3 on the interface
o priority-flow-control no-drop dot1p 3
Configure the interface to trust the 802.1p priority carried in packets
o qos trust dot1p
# For ETS:
Enable byte-count Weighted Round Robin
o qos wrr byte-count
Assign 50% of the interface bandwidth to queue 1 (af1) for FCoE traffic
o qos wrr af1 group 1 byte-count 1
Assign the other 50% to queue 0 (be) for standard LAN traffic.
o qos wrr be group 1 byte-count 1
Assign all other queues to the SP group.
o qos wrr af2 group sp
o qos wrr af3 group sp
o qos wrr af4 group sp
o qos wrr ef group sp