I217-LM VLAN: Difference between revisions

From SWKLS WIKI
Jump to navigation Jump to search
(Created page with "==Creating VLANS on Intel I217-LM Adapters== ===Intel Proset Installation=== Lenovo M93p Tiny computers may have Intel I217-LM network adapters. There are no options in the W...")
 
No edit summary
 
Line 24: Line 24:
Add-IntelNetVLAN -ParentName "Intel(R) Ethernet Connection I217-LM" -VLANID 0
Add-IntelNetVLAN -ParentName "Intel(R) Ethernet Connection I217-LM" -VLANID 0
</syntaxhighlight>
</syntaxhighlight>
[[Category:Network]]

Latest revision as of 20:09, 8 October 2021

Creating VLANS on Intel I217-LM Adapters

Intel Proset Installation

Lenovo M93p Tiny computers may have Intel I217-LM network adapters. There are no options in the Windows 10 Device Manager GUI to assign VLAN IDs to this adapter. Instead, ensure that the driver is up to date and install Intel ProSet:

https://www.intel.com/content/www/us/en/download/18293/intel-network-adapter-driver-for-windows-10.html

PowerShell Instructions

Once installed, open an admin PowerShell session and follow instructions found here:

https://www.intel.com/content/www/us/en/support/articles/000056184/network-and-io/ethernet-products/gigabit-ethernet-controllers-up-to-2-5gbe.html

Examples

Add a tagged VLAN 90:

Add-IntelNetVLAN -ParentName "Intel(R) Ethernet Connection I217-LM" -VLANID 90

Add an untagged VLAN 0:

Add-IntelNetVLAN -ParentName "Intel(R) Ethernet Connection I217-LM" -VLANID 0