I217-LM VLAN
Jump to navigation
Jump to search
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:
PowerShell Instructions
Once installed, open an admin PowerShell session and follow instructions found here:
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