Hello @Moty Evroni ,
I understand that you were unable to get fragmented packets from out of your Azure Vnet.
You were facing issue in transferring large SIP INVITE packets (2000 bytes) between 2 different Azure Vnets which were connected via Vnet peering.
I recommended you refer the below documentation to get a generic idea of fragmentation in Azure:
https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-tcpip-performance-tuning
The Azure Virtual Network stack will attempt to fragment a packet at 1,400 bytes.
Virtual Network stack is set up to drop "out of order fragments," that is, fragmented packets that don't arrive in their original fragmented order. These packets are dropped mainly because of a network security vulnerability announced in November 2018 called FragmentSmack.
You provided an update that you were able to resolve your issue by using TCP connection.
Thanks for your continued contribution on Q&A and appreciate much for taking the time to share the resolution.
Kindly let us know if you need further assistance on this issue.
Please don’t forget to close the thread by clicking "Accept the answer", as this can be beneficial to other community members.