virtual network peering monitor

prabhudoss jayakumar 26 Reputation points
2022-03-30T19:54:34.373+00:00

Hi ,

There is a requirement to monitor the traffic throughput on vnet peering . Is there any traffic monitor option to check on vent peering?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,256 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,427 questions
Azure Network Watcher
Azure Network Watcher
An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.
169 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Eric Rousseau 1 Reputation point
    2022-03-30T20:24:00.827+00:00

    If you're interested in monitoring RoundTripTimeMs between VNETs over a peer connection, you could setup Connection Monitors from Network Watcher. This will track the data in a log analytics workspace and allow you to view latency over time as well as alert on failures. I'm not aware of anything in Monitor or ability to monitor the peer connection itself.

    0 comments No comments

  2. prabhudoss jayakumar 26 Reputation points
    2022-03-30T22:35:50.007+00:00

    Thank you. I am looking for Bandwidth throughput monitor .. Example how much traffic ingress and egress of vnet peering.

    0 comments No comments

  3. SaiKishor-MSFT 17,231 Reputation points
    2022-04-04T23:09:05.107+00:00

    @prabhudoss jayakumar Thank you for reaching out to Microsoft Q&A. I understand that you want to know if there is a tool that can help with Bandwidth monitoring between VMs connected via Peering, is that right?

    You can always use the NTTTCP Tool for the same which is recommended by Azure. Please find details here for using this tool- https://video2.skills-academy.com/en-us/azure/virtual-network/virtual-network-bandwidth-testing

    You can also use Iperf for Bandwidth Monitoring. Please find details here- https://www.linode.com/docs/guides/install-iperf-to-diagnose-network-speed-in-linux/
    Download Iperf here- https://iperf.fr/iperf-download.php

    Please note:

    The network latency between virtual machines in peered virtual networks in the same region is the same as the latency within a single virtual network. The network throughput is based on the bandwidth that's allowed for the virtual machine, proportionate to its size. There isn't any additional restriction on bandwidth within the peering.
    The traffic between virtual machines in peered virtual networks is routed directly through the Microsoft backbone infrastructure, not through a gateway or over the public Internet.

    Therefore, factors such as the actual size of the VMs, regional latency between the VMs may affect the Bandwidth that you can achieve between the VMs. Hope this helps.

    Please let us know if you have any further questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    0 comments No comments

  4. prabhudoss jayakumar 26 Reputation points
    2022-04-06T02:55:35.37+00:00

    Thank you for sharing ..It helps. Let's say my customer has hybrid architecture with EXPRESSROUTE gateway and hub and spoke architecture. Hub vnet peered with multiple spoke vnet. Can i monitor real time traffic flowing through vnet peering between one hub vnet to spoke vnet?


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.