10-14-2019 01:14 PM
I have a BE6K C220, this server has a vmware esxi 6.5, and need to connect that with two cables as aggregation to trunk ports on the switch, how can I do that, what can I do on the vlan option on the esxi console and must check the two nic boxes? what is the configuration to do that on the web to pass more that vlan on the teaming cables? how to pass cimc, management IP on thses cable? Thanks
Solved! Go to Solution.
10-16-2019 01:33 PM - edited 10-16-2019 01:48 PM
Hi,
Here is how I have configured in my environment:
Switch Configuration:
! vlan 105 name IP_PHONES ! vlan 107 name UC_APPS ! interface Port-channel14 description ### PORT CHANNEL FOR CISCO-BE6K-01 ### switchport mode trunk switchport trunk allowed vlan all switchport nonegotiate spanning-tree portfast trunk ! interface Port-channel15 description ### PORT CHANNEL FOR CISCO-BE6K-02 ### switchport mode trunk switchport trunk allowed vlan all switchport nonegotiate spanning-tree portfast trunk ! interface GigabitEthernet1/0/17 description ### CONNECTED TO CISCO-BE6K-01 vmnic0 ### switchport mode trunk switchport nonegotiate channel-group 14 mode on spanning-tree portfast trunk ! interface GigabitEthernet1/0/18 description ### CONNECTED TO CISCO-BE6K-01 vmnic1 ### switchport mode trunk switchport nonegotiate channel-group 14 mode on spanning-tree portfast trunk ! interface GigabitEthernet1/0/19 description ### CONNECTED TO CISCO-BE6K-01 CIMC MGMT ### switchport access vlan 107 switchport mode access spanning-tree portfast ! interface GigabitEthernet2/0/17 description ### CONNECTED TO CISCO-BE6K-02 vmnic0 ### switchport mode trunk switchport nonegotiate channel-group 15 mode on spanning-tree portfast trunk ! interface GigabitEthernet2/0/18 description ### CONNECTED TO CISCO-BE6K-02 vmnic1 ### switchport mode trunk switchport nonegotiate channel-group 15 mode on spanning-tree portfast trunk ! interface GigabitEthernet2/0/19 description ### CONNECTED TO CISCO-BE6K-02 CIMC MGMT ### switchport access vlan 107 switchport mode access spanning-tree portfast !
In this configuration, CIMC port on BE6K is connected separately to the access port of the switch. All UC Applications and ESXi Management data is travelling over same trunk ports. If you have enough ports on your Hardware, you can separate this traffic.
ESXi Configuration:
1. In ESXi Administration, go to Networking >> Virtual Switches and update configuration settings for existing vSwitch0 or you can create new vSwitch. In this environment, I am using vSwitch0.
2. Click Edit settings >> Add uplink and update NIC Teaming settings.
3. Go to Port groups >> add port group. Define port group settings including VLAN ID. Most of the networking settings are inherited from vSwitch that you select. You can create multiple port groups with different VLAN ID's.
4. Associate Virtual Machines with the appropriate Port Group.
5. Test the network connectivity.
I hope this will help you.
10-16-2019 01:33 PM - edited 10-16-2019 01:48 PM
Hi,
Here is how I have configured in my environment:
Switch Configuration:
! vlan 105 name IP_PHONES ! vlan 107 name UC_APPS ! interface Port-channel14 description ### PORT CHANNEL FOR CISCO-BE6K-01 ### switchport mode trunk switchport trunk allowed vlan all switchport nonegotiate spanning-tree portfast trunk ! interface Port-channel15 description ### PORT CHANNEL FOR CISCO-BE6K-02 ### switchport mode trunk switchport trunk allowed vlan all switchport nonegotiate spanning-tree portfast trunk ! interface GigabitEthernet1/0/17 description ### CONNECTED TO CISCO-BE6K-01 vmnic0 ### switchport mode trunk switchport nonegotiate channel-group 14 mode on spanning-tree portfast trunk ! interface GigabitEthernet1/0/18 description ### CONNECTED TO CISCO-BE6K-01 vmnic1 ### switchport mode trunk switchport nonegotiate channel-group 14 mode on spanning-tree portfast trunk ! interface GigabitEthernet1/0/19 description ### CONNECTED TO CISCO-BE6K-01 CIMC MGMT ### switchport access vlan 107 switchport mode access spanning-tree portfast ! interface GigabitEthernet2/0/17 description ### CONNECTED TO CISCO-BE6K-02 vmnic0 ### switchport mode trunk switchport nonegotiate channel-group 15 mode on spanning-tree portfast trunk ! interface GigabitEthernet2/0/18 description ### CONNECTED TO CISCO-BE6K-02 vmnic1 ### switchport mode trunk switchport nonegotiate channel-group 15 mode on spanning-tree portfast trunk ! interface GigabitEthernet2/0/19 description ### CONNECTED TO CISCO-BE6K-02 CIMC MGMT ### switchport access vlan 107 switchport mode access spanning-tree portfast !
In this configuration, CIMC port on BE6K is connected separately to the access port of the switch. All UC Applications and ESXi Management data is travelling over same trunk ports. If you have enough ports on your Hardware, you can separate this traffic.
ESXi Configuration:
1. In ESXi Administration, go to Networking >> Virtual Switches and update configuration settings for existing vSwitch0 or you can create new vSwitch. In this environment, I am using vSwitch0.
2. Click Edit settings >> Add uplink and update NIC Teaming settings.
3. Go to Port groups >> add port group. Define port group settings including VLAN ID. Most of the networking settings are inherited from vSwitch that you select. You can create multiple port groups with different VLAN ID's.
4. Associate Virtual Machines with the appropriate Port Group.
5. Test the network connectivity.
I hope this will help you.
10-16-2019 03:21 PM
10-16-2019 06:00 PM - edited 10-16-2019 06:21 PM
Here is the output from switch:
SERVER-STACK#show etherchannel load-balance EtherChannel Load-Balancing Configuration: src-dst-ip EtherChannel Load-Balancing Addresses Used Per-Protocol: Non-IP: Source XOR Destination MAC address IPv4: Source XOR Destination IP address IPv6: Source XOR Destination IP address
Thank for pointing out the channel-group mode. EtherChannel and IEEE 802.3ad standards are very similar and accomplish the same goal. There are a few differences between the two, other than EtherChannel is Cisco proprietary and 802.3ad is an open standard.
VMware ESXi supports both EtherChannel and IEEE 802.3ad. Here is the URL and configuration example:
https://kb.vmware.com/s/article/1004048
10-16-2019 06:43 PM - edited 10-16-2019 06:47 PM
On the VMware side, ESXi 5.1, 5.5, 6.0 and 6.5 support LACP on vDS only and not on Standard Switch. I am using Standard Switch. Below article lists all the requirements for link aggregation for ESXi. One of the requirement is set link aggregation in static mode ON.
https://kb.vmware.com/s/article/1001938
10-16-2019 08:57 PM
10-17-2019 03:46 AM
Please go ahead and submit the documentation defect.
10-26-2019 06:48 AM
@Vaijanath Sonvane Update for you. I did open a TAC case, and they did agree with everything we discussed here, however, it's not currently turning into a documentation defect just yet. I'm still trying to convince them to change the wording and/or the example to match the requirements. Right now, this one person who has my case is stating that since the example does work with distributed switch, it's "not wrong." My argument is, that it doesn't state the vDS/Licensing requirements for that example config, and I wonder how many BE customers are doing the vDS+Enterprise license, versus those who aren't.
Anyway, I'll update again, once the case is finalized. Thanks again for the great conversation and the lesson on LACP. :)
10-28-2019 06:57 AM
Hi @Anthony Holloway,thanks for the update.
10-28-2019 07:24 AM
10-28-2019 07:30 AM
Good job @Anthony Holloway
10-18-2019 05:34 AM
Hi,
Can I with this configuration add another port group in different Vlan and assign it to VM?
Thanks
10-18-2019 06:08 AM
Yes, you can create multiple port groups with different VLANs. But make sure that the VLAN is allowed on switch trunk side.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide