Network speed on a linux VM

Mostafa 45 Reputation points
2025-02-25T17:53:20.7633333+00:00

we have Linux VMs that have network interface infor Standard_L8s_v3 that normally haveMax network bandwidth 12500 MB/s

But when checking on Linux VMs I see only 100MB/S

nmcli -f CAPABILITIES.SPEED dev show eth0

CAPABILITIES.SPEED: 100000 Mb/s

ethtool eth0 | grep Speed

Speed: 100000Mb/s
```#

Please any explanation why ?

what is the component that are involved on network speed please ?

can the bandwidth be changed ? 

If yes how ?

Thanks for your help 

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,013 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Andreas Baumgarten 123.4K Reputation points MVP Volunteer Moderator
    2025-02-26T16:28:45.6766667+00:00

    Hi @Mostafa ,

    ethtool eth0 | grep Speed

    Speed: 100000 Mbit/s = 100 Gbit/s

    You asked:

    So please, is it 100Mb/s or 100Gb/s? 100 Mbit/s = 0.1 Gbit/s

    Based on ethtool-Speed output it is 100000 Mbit/s or 100 Gbit/s.

    VM SKU Standard_L8s_v3: Max network bandwidth 12500 MB/s

    12500 MByte/s = 100000 Mbit/s = 100 Gbit/s

    This looks good for me.


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten

    1 person found this answer helpful.

  2. Andreas Baumgarten 123.4K Reputation points MVP Volunteer Moderator
    2025-02-25T18:03:37.7766667+00:00

    Hi @Mostafa ,

    could you please check if the accelerated networking is enabled on your Azure VM: Confirm that accelerated networking is enabled


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.