Thanks for you help AdStar

Here are the commands

~ # esxcfg-vswitch -l
Switch Name Num Ports Used Ports Configured Ports MTU Uplinks
vSwitch0 64 10 64 1500 vmnic1,vmnic0

PortGroup Name VLAN ID Used Ports Uplinks
VM Network 0 6 vmnic0,vmnic1
Management Network 0 1 vmnic0,vmnic1

Switch Name Num Ports Used Ports Configured Ports MTU Uplinks
vSwitch1 64 3 64 9000 vmnic2

PortGroup Name VLAN ID Used Ports Uplinks
MPIO-1 0 1 vmnic2

Switch Name Num Ports Used Ports Configured Ports MTU Uplinks
vSwitch2 64 3 64 9000 vmnic3

PortGroup Name VLAN ID Used Ports Uplinks
MPIO-2 0 1 vmnic3

~ # esxcfg-vmknic -l
Interface Port Group/DVPort IP Family IP Address Netmask Broadcast MAC Address MTU TSO MSS Enabled Type
vmk0 Management Network IPv4 192.168.0.60 255.255.255.0 192.168.0.255 00:25:90:15:d3:6e 1500 65535 true STATIC
vmk1 MPIO-1 IPv4 192.168.2.200 255.255.255.0 192.168.2.255 00:50:56:72:b6:bd 9000 65535 true STATIC
vmk2 MPIO-2 IPv4 192.168.3.200 255.255.255.0 192.168.3.255 00:50:56:7d:2a:83 9000 65535 true STATIC

~ # esxcfg-nics -l
Name PCI Driver Link Speed Duplex MAC Address MTU Description
vmnic0 0d:00.00 e1000e Up 1000Mbps Full 00:25:90:15:d3:6e 1500 Intel Corporation 82573E Gigabit Ethernet Controller
vmnic1 0f:00.00 e1000e Up 1000Mbps Full 00:25:90:15:d3:6f 1500 Intel Corporation 82573L Gigabit Ethernet Controller
vmnic2 11:02.00 e1000 Up 1000Mbps Full 00:0e:0c:d8:22:e6 9000 Intel Corporation PRO/1000 GT Desktop Adapter
vmnic3 11:03.00 e1000 Up 1000Mbps Full 00:1b:21:86:fd:fc 9000 Intel Corporation PRO/1000 GT Desktop Adapter

If i do esxcli swiscsi nic list -d vmhba32 i get this:

~ # esxcli swiscsi nic list -d vmhba32
Could not find valid OIDs for adapter vmhba32
Errors:
List nic failed in IMA.

But if i do esxcli swiscsi nic list -d vmhba34 i get this:

~ # esxcli swiscsi nic list -d vmhba34
vmk1
pNic name: vmnic2
ipv4 address: 192.168.2.200
ipv4 net mask: 255.255.255.0
ipv6 addresses:
mac address: 00:0e:0c:d8:22:e6
mtu: 9000
toe: false
tso: true
tcp checksum: false
vlan: true
link connected: true
ethernet speed: 1000
packets received: 70
packets sent: 11
NIC driver: e1000
driver version: 8.0.3.1-NAPI
firmware version: N/A

vmk2
pNic name: vmnic3
ipv4 address: 192.168.3.200
ipv4 net mask: 255.255.255.0
ipv6 addresses:
mac address: 00:1b:21:86:fd:fc
mtu: 9000
toe: false
tso: true
tcp checksum: false
vlan: true
link connected: true
ethernet speed: 1000
packets received: 70
packets sent: 11
NIC driver: e1000
driver version: 8.0.3.1-NAPI
firmware version: N/A

Thanks!!!!