Jumbo frames can be configured on the physical interfaces on the Juniper Networks EX/QFX Series Switches.Jumbo frames are Ethernet frames with more than 1,500 bytes of payload (Maximum Transmission Unit, MTU). Jumbo frames can carry up to 9,000 bytes of payload.
Jumbo frames can be configured on the EX/QFX series Switches using 2 methods, the CLI (Command Line Interface) and J-Web interface.
Configuration using the CLI:
user@switch# set interfaces ge-0/0/0 mtu 9216
(Maximum transmit packet size (256..9216))
Configuration using J-Web interface:
{master:0}[edit interfaces ge-0/0/0]user@switch# showunit 0 { family ethernet-switching;}{master:0}[edit interfaces ge-0/0/0]user@switch# delete unit 0{master:0}[edit interfaces ge-0/0/0]user@switch# show | compare[edit interfaces ge-0/0/0]unit 0 { family ethernet-switching;}user@switch# set chassis aggregated-devices ethernet device-count 4 >>>>4 LAG bundles can be created from 0-3user@switch# set interfaces ge-0/0/40 ether-options 802.3ad ae0user@switch# set interfaces ge-0/0/42 ether-options 802.3ad ae0user@switch# set interfaces ae0 mtu 9200
2020-02-18: Article reviewed for accuracy; no changes required.2023-05-12: KB edited to show how to find the max MTU.