Created on 05-26-2006 12:00 AM Edited on 08-28-2024 10:59 PM By Jean-Philippe_P
Description
This article describes how to adjust the Maximum Transmission Unit (MTU) value on a FortiGate interface.
Scope
FortiGate.
Solution
MTU definition: The largest physical packet size, measured in bytes, that a network can transmit. Any packets larger than the MTU are divided into smaller packets before they are sent. The default MTU is 1500 on a FortiGate interface.
To change the MTU on a network interface from the GUI:
Note: FortiOS 5.4 and later (including 6.x and 7.x) no longer support configuring interface MTU from the GUI. This specific section only applies to FortiOS 5.2 and earlier and is retained for historical purposes.
To change the MTU on a network interface from the CLI:
Edit the network interface and set mtu-override enable, then apply the desired MTU. This method is supported on all FortiOS versions:
config system interface
edit <interface_name>
set vdom "root"
set mtu-override enable
set mtu 9000
next
end
MTU overrides can be configured for most interface types on the FortiGate (under config system interface), including:
It is possible to run diagnose netlink interface list <interface_name> to validate that an MTU override change has taken effect:
Each of these options allows an administrator to fine-tune the MTU based on specific requirements, whether it is for optimizing performance, troubleshooting, or dealing with specific network conditions.
Related articles:
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.