HI all..
I am curious to know what the the Best practices to ESXi hosts in datacenter interms of networking. More specificall if it worth while implementing etherchannel trunks from Cisco switch to Esx hosts...
I have 2 ESX hosts in my LAB
Each host has 8 x 1gb NICS.
- I have enabled etherchannel on 6 nics.
- Below is My switch config...
- Done everything in vmware (iphash , Duplex settings etc...)
- interface Port-channel1description **Etherchannel ESX1**switchport trunk native vlan 2switchport mode trunkswitchport nonegotiateinterface Port-channel3description **Etherchannel ESX2**switchport trunk native vlan 2switchport mode trunkswitchport nonegotiateinterface GigabitEthernet1/0/13description ***ESX2 LINK***switchport trunk native vlan 2switchport mode trunkswitchport nonegotiatespeed 1000duplex fullspanning-tree portfast trunkchannel-group 3 mode on!interface GigabitEthernet1/0/14description ***ESX2 LINK***switchport trunk native vlan 2switchport mode trunkswitchport nonegotiatespeed 1000duplex fullspanning-tree portfast trunkchannel-group 3 mode oninterface GigabitEthernet1/0/15description ***ESX2 LINK***switchport trunk native vlan 2switchport mode trunkswitchport nonegotiatespeed 1000duplex fullspanning-tree portfast trunkchannel-group 3 mode on!interface GigabitEthernet1/0/16description ***ESX2 LINK***switchport trunk native vlan 2switchport mode trunkswitchport nonegotiatespeed 1000duplex fullspanning-tree portfast trunkchannel-group 3 mode on!interface GigabitEthernet1/0/17--More-- description ***ESX2 LINK***switchport trunk native vlan 2switchport mode trunkswitchport nonegotiatespeed 1000duplex fullspanning-tree portfast trunkchannel-group 3 mode on!interface GigabitEthernet1/0/18description ***ESX2 LINK***switchport trunk native vlan 2switchport mode trunkswitchport nonegotiatespeed 1000duplex fullspanning-tree portfast trunkchannel-group 3 mode on!interface GigabitEthernet1/0/19description ***ESX1 LINK***switchport trunk native vlan 2switchport mode trunkswitchport nonegotiatespeed 1000duplex fullspanning-tree portfast trunkchannel-group 1 mode on!interface GigabitEthernet1/0/20description ***ESX1 LINK***switchport trunk native vlan 2switchport mode trunkswitchport nonegotiatespeed 1000duplex fullspanning-tree portfast trunkchannel-group 1 mode on!interface GigabitEthernet1/0/21description ***ESX1 LINK***switchport trunk native vlan 2switchport mode trunkswitchport nonegotiatespeed 1000duplex fullspanning-tree portfast trunkchannel-group 1 mode on!interface GigabitEthernet1/0/22description ***ESX1 LINK***switchport trunk native vlan 2switchport mode trunkswitchport nonegotiatespeed 1000duplex fullspanning-tree portfast trunkchannel-group 1 mode on!interface GigabitEthernet1/0/23description ***ESX1 LINK***switchport trunk native vlan 2switchport mode trunkswitchport nonegotiatespeed 1000duplex fullspanning-tree portfast trunkchannel-group 1 mode on!interface GigabitEthernet1/0/24description ***ESX1 LINK****switchport trunk native vlan 2switchport mode trunkswitchport nonegotiatespeed 1000duplex fullspanning-tree portfast trunkchannel-group 1 mode on
NOW my main questions are:
1. in the real world datacenter. would you use such config (etherchannel trunks to your esx hosts) ?
2. For some reason my Vlans are not propogating to my ESX hosts, I suspect it is because of "switchport trunk native vlan 2".....any ideas.