• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/6

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

6 Cards in this Set

  • Front
  • Back
Describe the relationship between vDS and the vSS
Networking, page 22

vSS represents the configuration of networking on the host.

vDS represents the configuration of the network across hosts via vCenter.
Understand the use of command line tools to configure appropriate vDS settings on an ESXi host
Command Line Interface Solutions and Examples, page 122

List and view all vSwitches (vSS and vDS on a host)

vicfg-vswitch -l

Add an uplink to a DVPort on a DVSwitch

vicfg-vswitch --add-dvp-uplink=<vmnic>

Delete an uplink from a DVPort on a DVSwitch (must specify DVport ID)
vicfg-vswitch --del-dvp-uplink=<vmnic>

Specify a DVPort ID for the operation
vicfg-vswitch -dvp=<dvport>
Determine use cases for Port Binding
Networking, page 26

Two types of port binding:

Static - ports are assigned to VMs on the vDS and do not go away, even when VMs are turned off.

Ephemeral - makes the ports "on demand" for things like Linked Clones. Not a lot of use cases. "Grays out" number of ports when selected.
Apply Port Binding settings
Networking, page 26

From Inventory -> Networking

1. Select and expand the vDS.
2. Select the dvPortGroup and click on Edit Settings.
3. From General, in the right pane, select type of binding.
Configure Live Port Moving
From Inventory -> Networking

1. Select and expand the vDS.
2. Select the dvPortGroup and click on Edit Settings.
3. Select Advanced to edit the dvPort Group properties.
4. Choose whether to allow live port moving.
5. Click OK.
Configure and administer vSphere Network I/O Control
Networking, pages 35-37

To enable, click on the dvSwitch and click Resource Allocation.

Select Properties and Enable.

From there, you can create a user-defined Network Resource Pool.

You can also click on Manage Port Groups to assign port groups to user-defined resource pools with shares configured by the user.