Bandwidth resources limit

JuanitaHowe-4759 100 Reputation points
2023-10-02T16:52:20.72+00:00

Hello

Since bandwidth resources are limited, it is hoped that each virtual machine will be allocated a certain fixed bandwidth, such as 3Mbps each, to ensure the normal use of other virtual machine users on the server.

How to achieve this?

At present, Hyper-V itself does not have this function, but Xen Server can.

System Center Virtual Machine Manager
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,613 questions
0 comments No comments
{count} votes

Accepted answer
  1. XinGuo-MSFT 15,781 Reputation points
    2023-10-03T06:38:45.2+00:00

    Hi,

    You can use the Powershell cmdlet: Set-VMNetworkAdapter

    with conditions:
    [-MaximumBandwidth <Int64>]
    [-MinimumBandwidthAbsolute <Int64>]
    [-MinimumBandwidthWeight <UInt32>]

    Reference: https://video2.skills-academy.com/en-us/powershell/module/hyper-v/set-vmnetworkadapter?view=windowsserver2022-ps

    Hope this helps with your query.


    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

0 additional answers

Sort by: Most helpful