New-NetIntentQoSPolicyOverrides
Creates a new instance of QoS policy overrides which can be used to supply granular values to Set-NetIntent
.
Syntax
New-NetIntentQoSPolicyOverrides
[-PriorityValue8021Action_SMB <Byte>]
[-PriorityValue8021Action_Cluster <Byte>]
[-BandwidthPercentage_SMB <Byte>]
[-BandwidthPercentage_Cluster <Byte>]
[-NetDirectPortMatchCondition <Int32>]
[<CommonParameters>]
Description
The New-NetIntentQoSPolicyOverrides
cmdlet creates a new instance of Quality of Service (QoS)
policy overrides. This cmdlet is used to provide specific granular values that can be utilized by
the Set-NetIntent
cmdlet to define QoS policies for network traffic.
Examples
Example 1
New-NetIntentQoSPolicyOverrides -PriorityValue8021Action_SMB 3 -BandwidthPercentage_SMB 30
This example creates a new QoS policy override setting the 802.1 priority value for SMB traffic to
3
with 30%
of the available network bandwidth allocated to SMB traffic.
Parameters
-BandwidthPercentage_Cluster
Specifies the percentage of allocated bandwidth for the Cluster traffic.
Type: | Byte |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BandwidthPercentage_SMB
Specifies the percentage of allocated bandwidth for the SMB traffic.
Type: | Byte |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-NetDirectPortMatchCondition
Specifies the port number used to match NetDirect traffic.
Type: | Int32 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PriorityValue8021Action_Cluster
Specifies the 802.1 priority value for Cluster traffic.
Type: | Byte |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PriorityValue8021Action_SMB
Specifies the 802.1 priority value for SMB traffic.
Type: | Byte |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |