Users Guide

Table Of Contents
DCBX – Data Center BridgingNetXtreme-E User’s Manual
September 4, 2019 NetXtreme-E-UG103 Page 81
C:\> Get-NetQoSTrafficClass
Name Algorithm Bandwidth(%) Priority
---------------------------
[Default] ETS 70 0-3,5-7
SMB class ETS 30 4
Use the following in modifying the Traffic Class:
PS C:\> Set-NetQoSTrafficClass -Name "SMB class" -BandwidthPercentage 40
PS C:\> get-NetQosTrafficClass
Name Algorithm Bandwidth(%) Priority
------------------------------------------------------------------
[Default] ETS 60 0-3,5-7
SMB class ETS 40 4
Use the following to remove the Traffic Class:
PS C:\> Remove-NetQosTrafficClass -Name "SMB class"
PS C:\> Get-NetQosTrafficClass
Name Algorithm Bandwidth(%) Priority
------------------------------------------------------------------
[Default] ETS 100 0-7
Use the following to create Traffic Class (Strict Priority):
C:\> New-NetQosTrafficClass -name "SMB class" -priority 4 -bandwidthPercentage 30-Algorithm
Strict
Enabling PFC:
PS C:\> Enable-NetQosFlowControl -priority 4
PS C:\> Get-NetQosFlowControl -priority 4
Priority Enabled
------------------------------------------------------------------
4 True
PS C:\> Get-NetQosFlowControl
Disabling PFC:
PS C:\> disable-NetQosflowControl -priority 4
PS C:\> get-NetQosFlowControl -priority 4
Priority Enabled
------------------------------------------------------------------
4 False
Use the following to create QoS Policy:
PS C:\> New-NetQosPolicy -Name "SMB policy" -SMB -PriorityValue8021Action 4
Name : SMB policy
Owner : Group Policy (Machine)
NetworkProfile : All
Precedence : 127