General steps:
1) Create vmkernel port groups and assign each one to a single Broadcom vmnic
2) Determine which vmnic belongs to which Broadcom HBA
3) Bind the vmkernel port group to the associated Broadcom HBA
4) Configure the HBA to communicate with the iSCSI target.
From VMware KB
Add the Physical Network Interface as a binding to the Software iSCSI HBA Device by running the following commands. In this example, we are referencing the Software iSCSI HBA as vmhba32:
List the currently-bound Network Interfaces to the Software iSCSI HBA by running the following command:
# esxcli swiscsi vmnic list -d vmhba32
List the current available network interfaces available on the ESX Host and identify the interface(s) you wish to bind:
# esxcfg-vmknic -l
Bind the network interface(s) identified in the previous step to the Software iSCSI HBA Device:
# esxcli swiscsi nic add -n vmk0 -d vmhba32
Verify the network interface(s) were successfully bound to the HBA:
# esxcli swiscsi vmnic list -d vmhba32
Enable the Software iSCSI Adapter in the Storage Adapters section of the Configuration tab.
Enter the dynamic discovery addresses of the storage array.
At the top-right, perform a Rescan of the Software iSCSI HBA.
Note: You may repeat this process and create additional bindings
For detailed information regarding the configuration of the networking within ESX read pages 36-40 of the iSCSI SAN Configuration Guide.




