HP Virtual Connect for the Cisco Network Administrator

HP Virtual Connect for Cisco Network Administrators (version 4.x)
Document Number: C01386629 Date: January 2014
page 34
Create zoneset:
zoneset name zoneset1 vsan 200
member fcoe-zone
Activate zoneset:
zoneset activate name zoneset1 vsan 200
Nexus switch-B configuration
Upgrade the second Nexus switch with minimum System version 5.2(1)N1(3) (enter: show version)
Enable FCoE on the switch (disabled by default):
configure terminal
feature fcoe
feature lacp
Note: The Nexus will require a reload.
Associate a VLAN with a VSAN for FCoE traffic:
vlan 201
fcoe vsan 201
Create a port channel with eth1/5 and eth1/6 with the same LACP Timer as defined by default in the Virtual
Connect Domain, eth1/5 and eth1/6 can be used because both are mapped to the same UPC (i.e. UPC#1) on
Nexus:
interface Ethernet1/5
channel-group 200 mode active
lacp rate fast
interface Ethernet1/6
channel-group 200 mode active
lacp rate fast
Create the VLANs for the IP traffic:
vlan 1,10,20
Create a trunk on the port channel interface to pass the FCoE (VLAN 200) and Ethernet traffic (VLAN 1,10,20):
interface port-channel 200
switchport mode trunk
switchport trunk allowed vlan 1,10,20,201
spanning-tree port type edge trunk