Jose Gabriel Ortega Castro 1f78c091a1
Update windows/client-management/mdm/networkqospolicy-csp.md
Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
2019-10-03 10:51:09 -05:00

4.6 KiB

title, description, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date, ms.reviewer, manager
title description ms.author ms.topic ms.prod ms.technology author ms.date ms.reviewer manager
NetworkQoSPolicy CSP he NetworkQoSPolicy CSP applies the Quality of Service (QoS) policy for Microsoft Surface Hub. This CSP was added in Windows 10, version 1703. dansimp article w10 windows manikadhiman 06/26/2017 dansimp

NetworkQoSPolicy CSP

The NetworkQoSPolicy configuration service provider creates network Quality of Service (QoS) policies. A QoS policy performs a set of actions on network traffic based on a set of matching conditions. This CSP was added in Windows 10, version 1703.

The following conditions are supported:

  • Network traffic from a specific application name
  • Network traffic from specific source or destination ports
  • Network traffic from a specific IP protocol (TCP, UDP, or both)

The following actions are supported:

  • Layer 2 tagging using a IEEE 802.1p priority value
  • Layer 3 tagging using a differentiated services code point (DSCP) value

Note

The NetworkQoSPolicy configuration service provider is supported only in Microsoft Surface Hub.

The following diagram shows the NetworkQoSPolicy configuration service provider in tree format.

NetworkQoSPolicy CSP diagram

NetworkQoSPolicy

The root node for the NetworkQoSPolicy configuration service provider.

Version

Specifies the version information.

The data type is int.

The only supported operation is Get.

Name

Node for the QoS policy name.

Name/IPProtocolMatchCondition

Specifies the IP protocol used to match the network traffic.

Valid values are:

  • 0 (default) - Both TCP and UDP
  • 1 - TCP
  • 2 - UDP

The data type is int.

The supported operations are Add, Get, Delete, and Replace.

Name/AppPathNameMatchCondition

Specifies the name of an application to be used to match the network traffic, such as application.exe or %ProgramFiles%\application.exe.

The data type is char.

The supported operations are Add, Get, Delete, and Replace.

Name/SourcePortMatchCondition

Specifies a single port or a range of ports to be used to match the network traffic source.

Valid values are:

  • A range of source ports: [first port number]-[last port number]
  • A single source port: [port number]

The data type is char.

The supported operations are Add, Get, Delete, and Replace.

Name/DestinationPortMatchCondition

Specifies a single source port or a range of ports to be used to match the network traffic destination.

Valid values are:

  • A range of destination ports: [first port number]-[last port number]
  • A single destination port: [port number]

The data type is char.

The supported operations are Add, Get, Delete, and Replace.

Name/PriorityValue8021Action

Specifies the IEEE 802.1p priority value to apply to matching network traffic.

Valid values are 0-7.

The data type is int.

The supported operations are Add, Get, Delete, and Replace.

Name/DSCPAction

The differentiated services code point (DSCP) value to apply to matching network traffic.

Valid values are 0-63.

The data type is int.

The supported operations are Add, Get, Delete, and Replace.

Read more about the XML DDF structure to create this policy by following the links below: