Quantcast
Channel: VMware Communities: Message List - vSphere™ vNetwork

Re: standby adapter

I am looking for the answer to the question of why our customer is not actively using two adapters. what do you think I should answer this question thanks

View Article


Re: standby adapter

I answered that above: Rather than having both adapters as active, you have a hot standby - meaning that performance in the event of a failover will be predictable (assuming vmnic0 and vmnic1 can offer...

View Article


active-active adaptor

i am curious about a topic. when i use active-active mode vSwitch configured. There are 10 virtual servers. Which active nic does it use if I open these virtual servers respectively? Is there a rule?

View Article

Re: active-active adaptor

It will roughly distribute them across those vmnics. There is no hard, definitive rule as to which one will be used. Importantly, it will not attempt to "balance" the load based on the utilization.

View Article

Re: active-active adaptor

This question is a continuation of the thread here and so you really didn't need a second one.

View Article


Re: active-active adaptor

I understand that 9 vm's on nic1 can also work. 1 vm nic2 can also work. or 4+6 etc...there is no rule for that.  If it is active-active, it will distribute the load.  I think it makes active-active...

View Article

Re: active-active adaptor

I understand that 9 vm's on nic1 can also work. 1 vm nic2 can also work. or 4+6 etc...there is no rule for that. I don't understand what you're saying here. You have two physical NICs (vmnics). You...

View Article

Re: active-active adaptor

I strongly recommend you have a read of this section from the documentation: Load Balancing Algorithms Available for Virtual Switches

View Article


Re: active-active adaptor

Moderator: This thread really was a continuation of your other one on the same topic: standby adapter There was no need for you to create a new one - in future please keep discussions going on existing...

View Article


Re: active-active adaptor

There are 10 virtual servers and 2 nic's and they have active-active mode running on vswitch. when I open virtual machine connected vswitch .  which virtual machine sends traffic from which nic ?...

View Article

Re: active-active adaptor

Are you asking how to know or verify which vNICs are using which vmnics? Or are you asking how to predict that utilization? The first question you can answer by using esxtop on the host where the VM is...

View Article

Re: active-active adaptor

my question is second and I learned the answer. Thanks. I want to ask something different. What is the advantage of having 3 machines connected to vmnic0 and two vmnic1 connected. Does it notice...

View Article

Image may be NSFW.
Clik here to view.

Re: active-active adaptor

3 machines connected to vmnic0 and two vmnic1 connectedThis question doesn't make sense. The names "vmnic0" and "vmnic1" refer to physical network interfaces on the ESXi host. This is why they are...

View Article


Cisco ACI and vMware environment

did anyone have implement cisco ACI with vmware? I am looking to find better way to do this implementation.  please advise.  thanks

View Article

Re: Cisco ACI and vMware environment

Seems like Cisco have a whole set of notes etc on this: Cisco ACI Virtualization Guide, Release 4.0(1) - Cisco ACI with VMware VDS Integration [Cisco Application Policy Infrast…

View Article


Re: Cisco ACI and vMware environment

Moderator: Thread moved to the vSphere vNetwork area.

View Article

Image may be NSFW.
Clik here to view.

Re: Cisco ACI and vMware environment

Hi, Cisco ACI VMware Integration YouTubeYouTube ARomeo

View Article


Image may be NSFW.
Clik here to view.

Moving from Standard to Distributed Switch

Hi, We will be moving from Standard to Distributed Switch in our virtual environment. My concern is around vCenter. We have 1 vCenter for each of our 2 data centres and they manage the other data...

View Article

Re: Moving from Standard to Distributed Switch

From what I understand, you are physically moving ESXi hosts from one location to the other!?So what's the reason for removing/adding hosts/VMs from/to the inventory?Please explain. André

View Article

Image may be NSFW.
Clik here to view.

Re: Moving from Standard to Distributed Switch

No sorry. Our ESXi hosts are managed by the vCenter at the opposite data centre. If a site DR is called we can add the ESXi hosts into the vCenter that is up and running. Because they are using...

View Article

Image may be NSFW.
Clik here to view.

Re: network portgroup problem

Just add a2nd NIC to each VM, make sure it is connected to the correct network/portgrp, save, then delete that 2nd NIC, the original NIC will "automagically" attach to the correct net.

View Article


Image may be NSFW.
Clik here to view.

frame check sequence is dropped by VDS swicth

VDS switch strips IPv6 eth.fcs bytes when transmitting the packets. The behavior looks weird across the hardware. In some ESXI host the fcs trailer bytes are stripped by the VDS switch and on other...

View Article


NIC Teaming - IP Hash - Network link drops

Hello,I'm trying to setup some new ESX hosts with IP Hash NIC teaming. They are HP ProLiant DL360 Gen10 servers.The hosts have 2-port 10Gb fiber NICs in them. The NIC is connected to the same physical...

View Article

Re: NIC Teaming - IP Hash - Network link drops

Are you using a Standard vSwitch, or a Distributed vSwitch?In case of a Standard vSwitch please see https://kb.vmware.com/s/article/1004048  for limitations, and how to configure this (unless that's...

View Article

Re: NIC Teaming - IP Hash - Network link drops

We are using Standard vSwitch. I don't believe we have the licensing for Distributed vSwitch.

View Article


Re: NIC Teaming - IP Hash - Network link drops

Yeah that link is the guidelines we're already following but it still doesn't work.It kills the network link every time we enable port-channeling.

View Article

Re: NIC Teaming - IP Hash - Network link drops

I wish it were that easy but no, that doesn't apply to our situation.Both ports on the NIC are connected to the same physical switch.

View Article

Re: NIC Teaming - IP Hash - Network link drops

AFAIK IP Hash is for static etherchannelThis is not portchannelFor portchannel you need LACP / LAG, and this is a feature of the distributed switch TBH there is just a couple of cases, where IP Hash is...

View Article

Re: NIC Teaming - IP Hash - Network link drops

Hey, hope you are doing fine.the problem is that you are creating a port channel across two switches and it's not supported: VMware Knowledge Base  Physical switch configuration is less flexible and...

View Article



Re: NIC Teaming - IP Hash - Network link drops

Hello Xylord, If you are following the first KB that a.p. shared with you please make note that the EtherChannel configuration is being configured as access mode. I assume that on your platform you are...

View Article

Re: NIC Teaming - IP Hash - Network link drops

Moderator: Thread moved to the vSphere vNetwork area.

View Article

Re: NIC Teaming - IP Hash - Network link drops

Oh interesting. Many of VMWare's own articles stated that etherchannel and portchannel are the same thing.This is not correct? The switch is trucked with other switches but the NIC is only connected to...

View Article

Re: NIC Teaming - IP Hash - Network link drops

You'd be better connecting your NIC to 2 switches and using plain trunks with default teaming policy ("originating ports").

View Article


Re: NIC Teaming - IP Hash - Network link drops

Thank you for this info!I'll pass it to my network admin and see if there's any adjustments we need to make.

View Article

Re: NIC Teaming - IP Hash - Network link drops

I thought this too but my understanding is that "originating port ID" is not true load balancing so you don't any performance benefit. It's more just for failover to next available NIC.Since these...

View Article

Image may be NSFW.
Clik here to view.

Re: NIC Teaming - IP Hash - Network link drops

TBH there is no true load balancing for the ESXi network loadIP-Hash or LACP/LAG are just load distributions - they won't magically allow single connection to utilize more than one link.If you have...

View Article


Fall back for VDS upgrades? Multiple VDS on host?

We are on vSphere 6.7 u3 and using VDS 6.6All of our hosts have 4 uplinks: 2 for management network; 2 for guest network (connected to VDS)Each cluster has its own VDS This discussion is spawning from...

View Article


Image may be NSFW.
Clik here to view.

Re: Fall back for VDS upgrades? Multiple VDS on host?

Moderator: Thread moved to the vSphere vNetwork area.

View Article

Promiscuous portgroup - vMotion

Hi, Would there be any changes when vMotion is used for a VM with a vNIC connected to a DPortGroup with Promiscuous enabled? I noticed that the interface (Mgmt) behind the same port takes a few mins to...

View Article

Image may be NSFW.
Clik here to view.

Re: NIC Teaming - IP Hash - Network link drops

Hi, there's a documented KB here on the steps highlighting about the Management Network portgroup which you can try VMware Knowledge Base - NIC teaming using EtherChannel leads to intermittent network...

View Article

Re: network portgroup problem

"Just add a2nd NIC to each VM, make sure it is connected to the correct network/portgrp, save, then delete that 2nd NIC, the original NIC will "automagically" attach to the correct net."This work...

View Article


Re: network portgroup problem

When using ”standard” vSwitches and migrating VMs between hosts (either hot or cold migrations), there must be a port group on the destination host named the same as the port group that the VM was...

View Article

Image may be NSFW.
Clik here to view.

Separating 2 public networks over 1 vnic

II have 2 public networks being routed to me by my provider.  How can I separate them to be used on different vm's?  The provider tells me that the subnets are not tagged with vlan id's, so how can I...

View Article


Image may be NSFW.
Clik here to view.

Re: Separating 2 public networks over 1 vnic

An odd-looking setup. If you don’t set a default gateway in the guest OSes they won’t know about the router therefore won’t be able to access IPs outside of their own subnet. Nothing to do with...

View Article

Image may be NSFW.
Clik here to view.

Re: VM network issue - migrated from 4.1 vswitch to 5.5 VDS

On a thread from 2014?

View Article


Image may be NSFW.
Clik here to view.

Re: network port binding for an iscsi adapter (no options available)

Hi man, what action do you mean by reloading vSwitch? I thought you was missing this becuase of not having exclusive single vmnic per vmkernel portgroup defined, what vCenter seems to rigorously...

View Article

Creating 2nd server with same IP address as the first.

I've mostly been a hardware person up to this point so I'm pretty new to VMware (and a crash course in networking as well). Just created my VM account and this is my first question. We are doing an...

View Article

Re: Creating 2nd server with same IP address as the first.

Welcome to the Community, From what you say, I take that there's no option to install the VM using a temporary IP address!?If the new VM does not need network access until the exiting one is going to...

View Article

Image may be NSFW.
Clik here to view.

Re: Creating 2nd server with same IP address as the first.

Thank you a.p. for the reply. We are in the gaming industry and have a few hundred end-point devices pointing at these 5 machines. The plan is to set-up these updated virtual servers next to the...

View Article


Image may be NSFW.
Clik here to view.

DVS and uplinks design for different services

Hi, I will have VM traffic, vSAN, vMotion and Management Services and each ESXi Host will have 4 uplinks of 10Gbps I was thinking of assigning 2 DvSwitches: First one:2 uplinks (ex: vmnic0 and vmnic1)...

View Article



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>