Deployment Guide
54  Dell EMC Solutions for Microsoft Azure Stack HCI Networking Guide 
10.11.3  Get-NetQosFlowControl 
Verify the priority flow control settings with the Get-NetQosFlowControl cmdlet. The output shown 
confirms PFC is enabled for priority 3 and 5 traffic. 
PS> Get-NetQosFlowControl 
Priority Enabled PolicySet IfIndex IfAlias 
-------- ------- --------- ------- ------- 
0 False Global 
1 False Global 
2 False Global 
3 True Global 
4 False Global 
5 True Global 
6 False Global 
7 False Global 
10.11.4  Get-NetQosTrafficClass 
Verify Windows is configured to use the ETS algorithm and bandwidth percentages are correct with the Get-
NetQosTrafficClass cmdlet. 
PS> Get-NetQosTrafficClass 
Name Algorithm Bandwidth(%) Priority PolicySet IfIndex IfAlias  
---- --------- ------------ -------- --------- ------- -------  
[Default] ETS 49 0-2,4,6-7 Global  
SMB ETS 50 3 Global 
Cluster  ETS 1     5      Global 
10.11.5  Get-NetQosDcbxSetting 
Use the Get-NetQosDcbxSetting cmdlet to ensure DCBx willing mode is disabled. 
PS> Get-NetQosDcbxSetting 
Willing PolicySet IfIndex IfAlias  
------- --------- ------- -------  
False Global  
10.11.6  Verify Mellanox adapters are set to “Host in Charge” 
Use the Get-NetAdapterAdvancedProperty cmdlet to verify Mellanox adapters are set to “Host in 
Charge.” 
Note: This command is not applicable to QLogic adapters. 
PS> Get-NetAdapterAdvancedProperty -Name 'Slot 2*' -DisplayName 'Dcbxmode' 
Name DisplayName DisplayValue RegistryKeyword RegistryValue  
---- ----------- ------------ --------------- -------------  
SLOT 2 Port 1 DcbxMode Host in Charge DcbxMode {0}  
SLOT 2 Port 2 DcbxMode Host in Charge DcbxMode {0}     










