14–Windows Server 2016
Configuring VXLAN
258
AH0054602-00 J
4.
To enable VMMQ on the VM, issue the following Windows PowerShell
command:
PS C:\Users\Administrators>
set-vmnetworkadapter -vmname vm1
-VMNetworkAdapterName "network adapter" -vmmqenabled $true
-vmmqqueuepairs 4
Enabling and Disabling VMMQ on a Management NIC
To enable or disable VMMQ on a management NIC:
To enable VMMQ on a management NIC, issue the following command:
PS C:\Users\Administrator>
Set-VMNetworkAdapter –ManagementOS
–vmmqEnabled $true
To disable VMMQ on a management NIC, issue the following command:
PS C:\Users\Administrator>
Set-VMNetworkAdapter –ManagementOS
–vmmqEnabled $false
A VMMQ will also be available for the multicast open shortest path first
(MOSPF).
Monitoring Traffic Statistics
To monitor virtual function traffic in a virtual machine, issue the following Windows
PowerShell command:
PS C:\Users\Administrator>
Use get-netadapterstatistics | fl
Configuring VXLAN
VXLAN configuration information includes:
Enabling VXLAN Offload on the Adapter
Deploying a Software Defined Network
NOTE
Cavium supports the new parameter added for Windows Server 2016 and
Windows Server 2019 to configure the maximum quantity of queue pairs on
a virtual port. For details, see
“Max Queue Pairs (L2) Per VPort” on
.