How to verify if PMTUD is enabled in a PowerScale cluster or not

Summary: PMTUD stands for Path MTU Discovery. It is a technique used in computer networking to determine the maximum transmission unit (MTU) size on the network path between two hosts, usually across the Internet. The MTU is the largest size of a data packet that can be transmitted over a network. PMTUD works by allowing two communicating hosts to dynamically discover the largest packet size they can exchange without fragmentation. This is crucial for efficient data transmission, as it helps prevent packet fragmentation, which can degrade network performance. ...

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

In the latest onefs version, PMTUD is enabled by default.

To verify if its enabled or not in the PowerScale cluster Please run below command.

Lab-1# sysctl net.inet.tcp.path_mtu_discovery.

net.inet.tcp.path_mtu_discovery: 1

 

If it is not enabled, we can enable it using:

Lab-1# isi_sysctl_cluster net.inet.tcp.path_mtu_discovery=1

 

If in case looking to disable the value can be set to 0 as below:

Lab-1# isi_sysctl_cluster net.inet.tcp.path_mtu_discovery=0

 

Affected Products

PowerScale, Isilon, PowerScale OneFS
Article Properties
Article Number: 000224097
Article Type: How To
Last Modified: 07 Jul 2025
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.