2023-05
162
VisuNet RM Shell 6
How-Tos
11.11 VLAN Tagging
Qualified with the following devices:
• BTC12
• BTC14
• VisuNet FLX
• VisuNet GXP (2020 Generation with Apollo Lake Processor)
Procedure
1. Access the Windows desktop by clicking on "Switch User" in the Configuration View and
authenticating as PFAdmin in Windows.
2. Open System Settings.
3. Search inside the Windows Taskbar for "Windows PowerShell" and open it.
4. Load the needed PowerShell Module with: "Import-Module -Name 'C:\Program
Files\Intel\Wired Networking\IntelNetCmdlets\IntelNetCmdlets'".
5. You can list all available network adapter with: "Get-IntelNetAdapter". Search for the network
adapter Name, which should have the VLAN Tag.
6. Now you can execute: "Add-IntelNetVLAN -ParentName "<device name>" -VLANID
"<vlanid>"". Replace <device name> with the network adapter name of the step before and
<vlanid> with your wanted VLan Id.
Remove VLanTag
1. Remove-IntelNetVLAN -ParentName "<device name>" -VLANID "<vlanid>"
Note
Typically the relevant Ethernet adapters are named Ethernet or Ethernet 2.