Changing the mtu, Changing the – Brocade BigIron RX Series Configuration Guide User Manual

Page 261

Advertising
background image

BigIron RX Series Configuration Guide

183

53-1002484-04

Configuring packet parameters

7

BigIron RX(config)# interface ethernet 6/1

BigIron RX(config-if-e1000-6/1)# max-frame-size 1500

BigIron RX(config-if-e1000-6/1)# write memory

BigIron RX(config-if-e1000-6/1)# exit

BigIron RX(config)# reload

In this example the maximum frame size is applied to port 1 of a 24 x 1G Ethernet interface
module. That means that this maximum will apply to ports 1 to 12 on the interface module.

To configure the untagged max-frame-size on a VLAN, enter a command such as the following at he
Interface Configuration level.

BigIron RX(config-vlan-20)#

BigIron RX(config-vlan-20)#max-frame-size 5000

Please reload system!

BigIron RX(config-vlan-20)#

Syntax: max-frame-size <bytes>

The <frame-size> variable specifies the maximum frame size for each port that is connected the
same PPCR as described in

Table 52

. Values can be from 64 to 9212 bytes. The default is 1518

bytes.

Changing the MTU

The IP MTU is the maximum length of an IP packet that a Layer 2 packet can contain. If an IP
packet is larger than the IP MTU allowed by the Layer 2 packet, the device fragments the IP packet
into multiple parts that will fit into Layer 2 packets, and sends the parts of the fragmented IP
packet separately, in different Layer 2 packets. The device that receives the multiple fragments of
the IP packet reassembles the fragments into the original packet.

The default IP MTU is 1500 bytes for Ethernet II packets and 1492 for Ethernet SNAP packets. You
can change the IP MTU globally or an individual ports. You can increase the IP MTU size to
accommodate large packet sizes, such as jumbo packets, globally or on individual physical ports.
However, IP MTU cannot be set higher than the maximum frame size, minus 18.

For jumbo packet, the device supports hardware forwarding of Layer 3 jumbo packets. Layer 3 IP
unicast jumbo packets received on a port that supports the frame's IP MTU size and forwarded to
another port that also supports the frame's IP MTU size are forwarded in hardware.

Configuration considerations for Increasing the IP MTU

Consider the following before configuring the maximum value to increase the IP MTU:

The maximum value of an IP MTU cannot exceed the configured maximum frame size (jumbo
frame), minus 18. For example, global IP MTU cannot exceed the value of
default-max-frame-size, minus 18 bytes. IP MTU for an interface cannot exceed the value of the
maximum frame size configured on a port, minus 18 bytes. The 18 bytes is used for IP
overhead, VLAN tagging, etc.

When you increase the IP MTU size of a port, the increase uses system resources. Increase
the IP MTU size only on the ports that need it. For example, if you have one port connected to
a server that uses jumbo frames and two other ports connected to clients that can support the
jumbo frames, increase the IP MTU only on those three ports. Leave the IP MTU size on the
other ports at the default value (1500 bytes). Globally increase the IP MTU size only if needed.

Advertising