Skip to content

Switch MTU Configuration

Dashboard Location: Switching > Configure > Switch Settings > MTU

Switch MTU (Maximum Transmission Unit) configuration in Meraki networks provides administrators with the capability to optimize network frame sizes for enhanced performance, enabling jumbo frame support, reduced fragmentation overhead, improved throughput efficiency, and application-specific packet size optimization. This functionality supports network-wide MTU settings, device-specific overrides, profile-based configurations, and performance tuning for high-bandwidth applications. MTU configuration is essential for storage networks, virtualization environments, high-performance computing clusters, and enterprise applications requiring optimal network throughput.

Diagram

switch (meraki.domains.organizations.networks)

Section titled “switch (meraki.domains.organizations.networks)”
NameTypeConstraintMandatoryDefault Value
mtuClass[mtu]No

mtu (meraki.domains.organizations.networks.switch)

Section titled “mtu (meraki.domains.organizations.networks.switch)”
NameTypeConstraintMandatoryDefault Value
default_mtu_sizeIntegermin: 1, max: 9578No
overridesList[overrides]No

overrides (meraki.domains.organizations.networks.switch.mtu)

Section titled “overrides (meraki.domains.organizations.networks.switch.mtu)”
NameTypeConstraintMandatoryDefault Value
switchesListAny[String[matches: ^[A-Z0-9]{4}-[A-Z0-9]{4}-[A-Z0-9]{4}$] or String[min: 1, max: 127]]No
switch_profilesListString[min: 1, max: 127]No
mtu_sizeIntegermin: 1, max: 9578Yes

Example-1: The example below demonstrates switch MTU configuration using tested YAML configuration from pipeline fixtures.

meraki:
domains:
- name: !env domain
administrator:
name: !env org_admin
organizations:
- name: !env org
networks:
- name: !env network_name
product_types:
- appliance
- switch
- wireless
- camera
- sensor
- cellularGateway
switch:
mtu:
default_mtu_size: 9100
# overrides:
# - switches:
# - !env core_switch_01_serial
# mtu_size: 1500
# - switch_profiles:
# - Default
# mtu_size: 1500