Edit

Share via


New-NetIntentQoSPolicyOverrides

Creates a new instance of QoS policy overrides which can be used to supply granular values to Set-NetIntent.

Syntax

Default (Default)

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.

Parameter properties

Type:Byte
Default value:0
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-BandwidthPercentage_SMB

Specifies the percentage of allocated bandwidth for the SMB traffic.

Parameter properties

Type:Byte
Default value:0
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-NetDirectPortMatchCondition

Specifies the port number used to match NetDirect traffic.

Parameter properties

Type:Int32
Default value:0
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PriorityValue8021Action_Cluster

Specifies the 802.1 priority value for Cluster traffic.

Parameter properties

Type:Byte
Default value:0
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PriorityValue8021Action_SMB

Specifies the 802.1 priority value for SMB traffic.

Parameter properties

Type:Byte
Default value:0
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.