Front
Back
The […] is the largest unit a device can send/receive on an interface.
Maximum Transmission Unit (MTU)
The default Ethernet MTU is [size].
1500 bytes
The default IP MTU is [size].
1500 bytes
[…] frames are typically defined as up to ~9000 bytes.
Jumbo
[…] frames are even larger than Jumbo frames.
Super Jumbo
[…] frames are typically defined as up to ~1600 bytes.
Baby Giant
Initiate an extended ping:<br></br>R1# […]
<b>ping</b>
The […] specifies the maximum payload of frames sent/received by an Ethernet interface.
Ethernet MTU
Is MTU checked at ingress?
Yes
Is MTU checked at egress?
Yes
Ethernet MTU is also called […]
Interface MTU
The […] specifies the maximum size of an IP packet before it needs fragmentation.
IP MTU
Configure the Ethernet MTU of an interface:<br></br>R1(config-if)# […]
<b>mtu </b><i>bytes</i>
Ping, specifying the size of each packet:<br></br>R1# […]
<b>ping </b><i>ip-address </i><b>size </b><i>bytes</i>
Ping, setting the DF-bit:<br></br>R1# […]
<b>ping </b><i>ip-address </i><b>df-bit</b>
Packets received on an interface that are larger than the interface’s MTU are counted as […].
giants
If the DF-bit is not set, packets larger than the IP MTU are […].
fragmented
If the DF-bit is set, packets larger than the IP MTU are […].
dropped
The IP MTU [can/cannot] be greater than the Ethernet MTU.
cannot
The IP MTU [can/cannot] be lower than the Ethernet MTU.
can
Configure the IP MTU:<br></br>R1(config-if)# […]
<b>ip mtu </b><i>bytes</i>
Configure the IPv6 MTU:<br></br>R1(config-if)# […]
<b>ipv6 mtu</b><i> bytes</i>
View the system MTU values:<br></br>SW1# […]
<b>show system mtu</b>