hi! i'm using a ibm bladecenter s with cisco3110 sw module installed. This sw module has 2 logical links (1pair each with grp-channel configured) to our 2 core sw. I'm trying to configure nic teaming for one of my vm in one of the esx vshphere host, but in the Configuration>Networking>Physical Adapters, it showed VMNIC1 standby and VMNIC0 1000 Full. How do i enable both NIC to be active at the same time and able to support bandwidth of up to 2GBps?
here are some of the config from the sw module. Please advise. Thx
interface Port-channel1
switchport mode trunk
!
interface Port-channel2
switchport mode trunk
!
interface FastEthernet0
description MGT 1
ip address 192.168.70.127 255.255.255.0
!
#2 ports that are connected to vsphere host1
interface GigabitEthernet0/1
description vsphere1 nic 1
switchport trunk allowed vlan 1,3-6
switchport mode trunk
spanning-tree portfast trunk
spanning-tree bpdufilter enable
!
interface GigabitEthernet0/2
description vsphere2 nic 2
switchport trunk allowed vlan 1,3-6
switchport mode trunk
spanning-tree portfast trunk
spanning-tree bpdufilter enable
-
#Link config from cisco sw module to our core sw
interface GigabitEthernet0/15
description Uplink1 to core 1
switchport mode trunk
channel-protocol pagp
channel-group 1 mode desirable
!
interface GigabitEthernet0/16
description Uplink1 to core 1
switchport mode trunk
channel-protocol pagp
channel-group 1 mode desirable
!
interface GigabitEthernet0/17
description Uplink2 to core 2
switchport mode trunk
channel-protocol pagp
channel-group 2 mode desirable
!
interface GigabitEthernet0/18
description Uplink2 to core 2
switchport mode trunk
channel-protocol pagp
channel-group 2 mode desirable
!