question

HieuKhuu-4793 avatar image
0 Votes"
HieuKhuu-4793 asked

Hyper-V Trunk Mode Command not working

Dear All.

I'm running Windows Server 2019 Standard and I'm running Pfsense VM on Hyper-V. I wanna config vlan on pfsense with my Aruba Switch,

I use trunk mode on VMNetworkAdapter:

Get-VMNetworkAdapterVlan -VMName "Pfsense2.4.4" | Where-Object {$_.MacAddress -eq "XXXXXXXXXX"} | Set-VMNetworkAdapterVlan -Trunk -AllowedVlanIdList "10" -NativeVlanId 0

When I enter the command I don' see any error, but when I check the VMNetworkAdapterVlan.

It does not turn to Trunk mode.

199923-hyper-v.png



How can I fix this problem?

Thank you very much in advance for any feedback.

windows-server-hyper-v
hyper-v.png (16.3 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers