Intel® Ethernet Adapters and Devices User Guide

ID Date Version Classification
705831 11/23/2025 Public
Document Table of Contents

Priority and VLAN Tagging

This setting enables the adapter to offload the insertion and removal of priority and VLAN tags for transmit and receive.

To change this setting:

This setting is found on the Advanced tab of the device’s Device Manager property sheet or in the Adapter Settings panel.

To set this in Windows Powershell*, first disable DCB, then set priority and VLAN tagging. For example:

Set-IntelEthernetSetting -Name "<adapter_name>" -DisplayName "DCB"
-DisplayValue "Disabled"

Set-IntelEthernetSetting -Name "<adapter_name>" -DisplayName "Packet
Priority & VLAN" -DisplayValue "VLAN Enabled"

Possible values for this setting are:

  • Priority & VLAN Disabled

  • Priority Enabled

  • VLAN Enabled

  • Priority & VLAN Enabled