To improve backup performance from my Veeam server to a dedicated storage appliance, I implemented jumbo frames on a NIC dedicated to backup traffic, and on the appliance.
First, use netsh to confirm the NIC is configured for jumbo frames.
The "Backup LAN" interface shows the correctly configured MTU value of 9000. I added the highlighting.
To test whether or not jumbo frames are working from the server to the destination use a ping command along with the -f and -l parameters. -f tells the ping to not fragment the packets, and -l specifies the size of the ping packet. The max size for this is actually 8972, rather than 9000, since the first 28 bytes of the packet aren't encapsulated.
A reply means that the server, destination, and everything in between are all correctly configured for jumbo frames.
No comments:
Post a Comment