VMware Cloud Community
jamesbrown2123
Contributor
Contributor
Jump to solution

vmnic usage

There are virtual machines in the port groups I created on the switch. There are 2 physical uplink connected to vSwitch. Do virtual machines actively use 2 uplink connected to vswitch?

1 Solution

Accepted Solutions
tayfundeger
Hot Shot
Hot Shot
Jump to solution

If you are using Route Based on Originating Virtual Port, your virtual machines only use 1 uplink. If you're wondering which uplink virtual machines are using, do the following.

Connect to ESXi with SSH. Type "esxtop". Press "n" key.

Using Esxtop | VMware Virtualization Blog

--
Blog: https://www.tayfundeger.com
Twitter: https://www.twitter.com/tayfundeger

vBlogger, vExpert, Cisco Champions

Please, if this solution helped your problem, "Helpful" if it solves your problem "Correct Answer" to mark.

View solution in original post

4 Replies
tayfundeger
Hot Shot
Hot Shot
Jump to solution

To answer this question clearly, I need to know the load balancing option you used on vswitch. Which mode do you use?

--
Blog: https://www.tayfundeger.com
Twitter: https://www.twitter.com/tayfundeger

vBlogger, vExpert, Cisco Champions

Please, if this solution helped your problem, "Helpful" if it solves your problem "Correct Answer" to mark.
Reply
0 Kudos
jamesbrown2123
Contributor
Contributor
Jump to solution

I am using Route Based on Originating Virtual Port.

Reply
0 Kudos
a_p_
Leadership
Leadership
Jump to solution

With the default setting "Route Based on Originating Virtual Port" the uplinks are assigned in a Round-Robin manner, as you power on the VMs. If an uplink failes, the VM will be mapped to another available vmnic.

André

Reply
0 Kudos
tayfundeger
Hot Shot
Hot Shot
Jump to solution

If you are using Route Based on Originating Virtual Port, your virtual machines only use 1 uplink. If you're wondering which uplink virtual machines are using, do the following.

Connect to ESXi with SSH. Type "esxtop". Press "n" key.

Using Esxtop | VMware Virtualization Blog

--
Blog: https://www.tayfundeger.com
Twitter: https://www.twitter.com/tayfundeger

vBlogger, vExpert, Cisco Champions

Please, if this solution helped your problem, "Helpful" if it solves your problem "Correct Answer" to mark.