MTU Flashcards

(33 cards)

1
Q

Front

A

Back

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The […] is the largest unit a device can send/receive on an interface.

A

Maximum Transmission Unit (MTU)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The default Ethernet MTU is [size].

A

1500 bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The default IP MTU is [size].

A

1500 bytes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

[…] frames are typically defined as up to ~9000 bytes.

A

Jumbo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

[…] frames are even larger than Jumbo frames.

A

Super Jumbo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

[…] frames are typically defined as up to ~1600 bytes.

A

Baby Giant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Initiate an extended ping:<br></br>R1# […]

A

<b>ping</b>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The […] specifies the maximum payload of frames sent/received by an Ethernet interface.

A

Ethernet MTU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Is MTU checked at ingress?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Is MTU checked at egress?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Ethernet MTU is also called […]

A

Interface MTU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The […] specifies the maximum size of an IP packet before it needs fragmentation.

A

IP MTU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Configure the Ethernet MTU of an interface:<br></br>R1(config-if)# […]

A

<b>mtu </b><i>bytes</i>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Ping, specifying the size of each packet:<br></br>R1# […]

A

<b>ping </b><i>ip-address </i><b>size </b><i>bytes</i>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Ping, setting the DF-bit:<br></br>R1# […]

A

<b>ping </b><i>ip-address </i><b>df-bit</b>

17
Q

Packets received on an interface that are larger than the interface’s MTU are counted as […].

18
Q

If the DF-bit is not set, packets larger than the IP MTU are […].

19
Q

If the DF-bit is set, packets larger than the IP MTU are […].

20
Q

The IP MTU [can/cannot] be greater than the Ethernet MTU.

21
Q

The IP MTU [can/cannot] be lower than the Ethernet MTU.

22
Q

Configure the IP MTU:<br></br>R1(config-if)# […]

A

<b>ip mtu </b><i>bytes</i>

23
Q

Configure the IPv6 MTU:<br></br>R1(config-if)# […]

A

<b>ipv6 mtu</b><i> bytes</i>

24
Q

View the system MTU values:<br></br>SW1# […]

A

<b>show system mtu</b>

25
Configure the System MTU for 10 Mbps/100 Mbps interfaces:
SW1(config)# [...]
system mtu bytes
*on devices with only 1Gig+ interfaces, this command applies to all interfaces
26
Configure the System MTU for 1 Gbps+ interfaces:
SW1(config)# [...]
system mtu jumbo bytes
27
Configure the System MTU for routed ports:
SW1(config)# [...]
system mtu routing bytes
28
The default IP MTU of a GRE tunnel interface is [size].
1476 bytes
29
The Tunnel Transport MTU is automatically calculated based on ...
the IP MTU of the physical interface
30
What does PMTUD stand for?
Path MTU Discovery
31
[...] allows a device to dynamically discover the lowest MTU value in the path to a destination.
PMTUD
32
Hosts with PMTUD enabled set the [...] on outgoing IP packets.
DF-Bit
33
Can the tunnel interface's IP MTU be higher than the Tunnel Transport MTU?
Yes
*Packets larger than the Tunnel Transport MTU will be fragmented