Deployment Guide
53  Dell EMC Solutions for Microsoft Azure Stack HCI Networking Guide 
10.11.2  Get-NetAdapterQos 
Use the Get-NetAdapterQos cmdlet to verify the NIC’s DCB operational parameters. 
Verify the OperationalTrafficClasses bandwidth and priorities match those configured on the switch, 
shown in Table 11, and OperationalFlowControl is enabled for priority 3 and 5 traffic as configured on 
the switch, shown in Table 12. 
Note: The following output is from the Mellanox adapter. The output for the QLogic adapter is similar. Use the 
Get-NetAdapter cmdlet to retrieve the name for the associated adapter.  
PS> Get-NetAdapterQos -name "Slot 2*" 
Name : SLOT 2 Port 2 
Enabled : True 
Capabilities : Hardware Current 
 -------- ------- 
 MacSecBypass : NotSupported NotSupported 
 DcbxSupport : None None 
 NumTCs(Max/ETS/PFC) : 8/8/8 8/8/8 
OperationalTrafficClasses : TC TSA Bandwidth Priorities 
 -- --- --------- ---------- 
 0 ETS 49% 0-2,4,6-7 
 1 ETS 50% 3 
 2 ETS 1% 5 
OperationalFlowControl : Priorities 3,5 Enabled 
OperationalClassifications : Protocol Port/Type Priority 
 -------- --------- -------- 
 Default 0 
 NetDirect 445 3 
Name : SLOT 2 Port 1 
Enabled : True 
Capabilities : Hardware Current 
 -------- ------- 
 MacSecBypass : NotSupported NotSupported 
 DcbxSupport : None None 
 NumTCs(Max/ETS/PFC) : 8/8/8 8/8/8 
OperationalTrafficClasses : TC TSA Bandwidth Priorities 
 -- --- --------- ---------- 
 0 ETS 49% 0-2,4,6-7 
 1 ETS 50% 3 
 2 ETS 1% 5 
OperationalFlowControl : Priorities 3,5 Enabled 
OperationalClassifications : Protocol Port/Type Priority 
 -------- --------- -------- 
 Default 0 
 NetDirect 445 3 










