Thank you everyone for all your help I've made quite a few chnages as recommended but am still having problems. The vSwitch is setup for route based ip hash but when this config is actavated all traffic on both the interfaces cease.
Any suggestions?
#show etherchannel summary
=======================================================================================
3 Po3(SD) - Gi1/0/5(s) Gi1/0/6(s)
=======================================================================================
#show etherchannel protocol
Group: 3
----------
Protocol: - (Mode ON)
=======================================================================================
#show etherchannel 3 detail
Group state = L2
Ports: 2 Maxports = 8
Port-channels: 1 Max Port-channels = 1
Protocol: -
Minimum Links: 0
Ports in the group:
-------------------
Port: Gi1/0/5
------------
Port state = Up Cnt-bndl Suspend Not-in-Bndl
Channel group = 3 Mode = On Gcchange = -
Port-channel = null GC = - Pseudo port-channel = Po3
Port index = 0 Load = 0x00 Protocol = -
Age of the port in the current state: 0d:17h:47m:31s
Probable reason: dtp nonegotiate of Gi1/0/5 is 1, Po3 id 0
Port: Gi1/0/6
------------
Port state = Up Cnt-bndl Suspend Not-in-Bndl
Channel group = 3 Mode = On Gcchange = -
Port-channel = null GC = - Pseudo port-channel = Po3
Port index = 0 Load = 0x00 Protocol = -
Age of the port in the current state: 0d:17h:47m:31s
Probable reason: dtp nonegotiate of Gi1/0/6 is 1, Po3 id 0
Port-channels in the group:
---------------------------
Port-channel: Po3
------------
Age of the Port-channel = 0d:17h:49m:36s
Logical slot/port = 10/3 Number of ports = 0
GC = 0x00000000 HotStandBy port = null
Port state = Port-channel Ag-Not-Inuse
Protocol = -
Port security = Disabled
Time since last port bundled: 4d:17h:41m:44s Gi1/0/6
Time since last port Un-bundled: 0d:18h:16m:27s Gi1/0/6
=======================================================================================
#show running-config
!
port-channel load-balance src-dst-ip
spanning-tree mode pvst
spanning-tree extend system-id
!
interface Port-channel3
description ESXGroup
switchport access vlan 160
switchport mode access
!
interface GigabitEthernet1/0/5
description vmnic0
switchport access vlan 160
switchport mode access
switchport nonegotiate
channel-group 3 mode on
spanning-tree portfast
!
interface GigabitEthernet1/0/6
description vmnic1
switchport access vlan 160
switchport mode access
switchport nonegotiate
channel-group 3 mode on
spanning-tree portfast
!