Overview of vNetwork Distributed Switch concepts
search cancel

Overview of vNetwork Distributed Switch concepts

book

Article ID: 324515

calendar_today

Updated On:

Products

VMware vCenter Server VMware vSphere ESXi

Issue/Introduction

There are two types of virtual switches in ESXi; virtual Standard Switch and virtual Distributed Switch (vDS).


Environment

VMware vSphere
VMware ESXi 

Resolution

vNetwork Standard Switch (vSwitch, vSS)

The configuration of each standard switch resides on the specific ESXi host. The vSphere administrators have to manually maintain consistency of the standard vSwitch configuration across all ESXi hosts to ensure that they can perform operations such as vMotion. (Switch and Portgroup names must be identical)

vSwitches are configured independently on each ESXi host.
 

vNetwork Distributed Switch (dvSwitch, vDS)

The configuration of vDS is centralized to vCenter Server. The ESXi hosts that belong to a dvSwitch do not need further configuration to be compliant.

Distributed switches provide similar functionality to vSwitches. dvPortgroups is a set of dvPorts. The vDS equivalent of portgroups is a set of ports in a vSwitch. Configuration is inherited from dvSwitch to dvPortgroup, just as from vSwitch to Portgroup.

Virtual machines and VMKernel interfaces can be connected to dvPortgroups just as they could be connected to portgroups in vSwitches.

Administrative rights are required to create these virtual adapters on each ESXi host dvSwitch in vCenter Server:

  • VMKernel interfaces
  • Physical NICs and their assignment to dvSwitch Uplink groups
For more information on configuring a dvSwitch in vCenter 7.0, see vSphere 7.0 Networking Guide.
For more information on configuring a dvSwitch in vCenter 8.0, see vSphere 8.0 Networking Guide.

 

Comparing vNetwork Standard Switch with vNetwork Distributed Switch

These features are available with both types of virtual switches:
  • Can forward L2 frames
  • Can segment traffic into VLANs
  • Can use and understand 802.1q VLAN encapsulation
  • Can have more than one uplink (NIC Teaming)
  • Can have traffic shaping for the outbound (TX) traffic
These features are available only with a Distributed Switch:
  • Can shape inbound (RX) traffic
  • Has a central unified management interface through vCenter Server
  • Supports Private VLANs (PVLANs)
  • Provides potential customization of Data and Control Planes
  • Support for LLDP (Link Layer Discovery Protocol), a vendor-neutral protocol.
 



Additional Information