Dell XC Web-Scale Converged Appliance User Manual

Page 17

Advertising
background image

17

Wyse Datacenter Appliance XC for vWorkspace

In the following example, the management VLAN uses 177 as the ID and is added to the ExternalSwitch
vSwitch (this should be changed to the ID used for your management network).

Figure 9 Virtual Switch VLAN ID

Adding Virtual NICs

Using PowerShell, you can run the Get-VMNetworkAdapterVlan command to view current virtual NICs
and VLAN assignments.

Figure 10 View Virtual NIC VLAN Assignments using PowerShell

The following PowerShell commands can be run to create additional vNICs and corresponding VLANs.
The vNICs are associated with the ExternalSwitch virtual switch.

Add-VMNetworkAdapter -ManagementOS -Name "Cluster" -SwitchName "ExternalSwitch"

Add-VMNetworkAdapter -ManagementOS -Name "LiveMigration" -SwitchName
"ExternalSwitch"

Set-VMNetworkAdapterVlan -ManagementOS -VMNetworkAdapterName "Cluster" -Access -
VlanId 25

Advertising