FCoE Cookbook for HP Virtual Connect Version 4.20 Firmware Enhancements May 2014
130
o qos wrr af3 group sp
o qos wrr af4 group sp
o qos wrr ef group sp
o qos wrr cs6 group sp
o qos wrr cs7 group sp
Make final settings on the link-aggregation interface connected to Virtual Connect Bay 2
o interface bridge-Aggregation 20
# Assign the interface to VLANs 201 and 301 (FCoE) and VLAN 1,10,20 (Ethernet traffic) as a trunk port
o port link-type trunk
o port trunk permit vlan 1 10 20 201 301
Create a link-aggregation interface to connect to Nexus Switch-B
o interface bridge-Aggregation 30
o description Aggregation to Nexus-Sw-B-eth1/11-12
o link-aggregation mode dynamic
# Assign the interface to VLANs 201 and 301 (FCoE) and VLAN 1,10,20 (Ethernet traffic) as a trunk port
o port link-type trunk
o port trunk permit vlan 1 10 20 201 301
Associate each interface to the link-aggregation
o interface range te 1/0/16 te 1/0/17
o port link-aggregation group 30
# 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
o qos wrr cs6 group sp