DiffServByteMappingConforming

HKLM\SOFTWARE\Policies\Microsoft\Windows\Psched

Description

The DiffServByteMappingConforming subkey stores entries that specify an alternate Differentiated Services Code Point (DSCP) value for service types specified in the per-flow flowspec. The Packet Scheduler inserts the corresponding DSCP value in the IP header of the packets. These entries apply only to packets that conform to the flow specification.

This subkey can also contain an entry assigning a default DSCP value to packets carrying TCP traffic that are not otherwise classified to a flow.

This subkey stores the entries created when you enable the policies in the DSCP value of conforming packets folder in Group Policy (Computer Configuration\Administrative Templates\Network\QoS Packet Scheduler). You can use these policies to override the default DSCP value used for packets of any recognized service type.

This subkey can also contain a ServiceTypeTcpTraffic entry that stores the value you enter in the DSCP value field of the Specify default marking for TCP traffic Group Policy. Despite the name of the entry, this policy is not limited to a particular service type. It applies to all TCP traffic that is not otherwise classified to a flow.

All entries in this subkey have the following format:

Entry name Data type Value
<Service-type> REG_DWORD 0x0 - 0x3F

For example, the entry that overrides the default DCSP value for the Guaranteed service type appears as follows:

Entry name Data type Value
ServiceTypeGuaranteed REG_DWORD 0x20

The following table shows the DSCP value used when no entries appear in this subkey. ServiceTypeTcpTraffic applies to all conforming packets carrying TCP traffic, regardless of their service type.

Service type Default DSCP value
ServiceTypeBestEffort 0x00
ServiceTypeControlledLoad 0x18
ServiceTypeGuaranteed 0x28
ServiceTypeNetworkControl 0x30
ServiceTypeQualitative 0x00
ServiceTypeTcpTraffic 0x00

Change method

To change the value of entries in this subkey, use Group Policy.

Note Image Note

The policy-related entries in this subkey are not included in the Administrative Template (.adm) files provided with Windows 2000. To use these entries, you must write a policy and then add it to a new or existing .adm file. For instructions, see Advanced topic: Creating custom .adm files in Windows 2000 Server Help.

The entries in this subkey apply to all network adapters on the computer. You can also change the DSCP values for packets on any particular network adapter by adding entries to the DiffServByteMappingConforming subkey in HKLM\SYSTEM\CurrentControlSet\Services\Psched\Parameters\Adapters\<Adapter-GUID>. If entries appear in the both locations in the registry, the adapter-specific entry takes precedence over the policy when configuring that particular adapter.

Tip Image Tip

For detailed information about particular Group Policy settings, see the Group Policy Reference (Gp.chm) on the Windows 2000 Resource Kit companion CD.

For general information about Group Policy, see Group Policy in Windows 2000 Help.

To see a table associating policies with their corresponding registry entries, see the Group Policy Reference Table.

Related Entries

Page Image

Page Image

Page Image