I217-LM VLAN: Difference between revisions
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:
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