Configuring Mtu Sizes - Cisco Catalyst 4500 series Administration Manual

Hide thumbs Also See for Catalyst 4500 series:
Table of Contents

Advertisement

Configuring Optional Interface Features
Layer 3 and Layer 2 EtherChannels
Starting with Release Cisco IOS Release 12.2(25)EW, you could configure all the interfaces in an
EtherChannel provided that they have the same MTU. Changing the MTU of an EtherChannel changes
the MTU of all member ports. If the MTU of a member port cannot be changed to the new value, that
port is suspended (administratively shut down). A port cannot join an EtherChannel if the port has a
different MTU. If a member port of an EtherChannel changes MTU, the member port is suspended.
VLAN Interfaces
If switch ports reside in the same VLAN, either configure all of the switch ports to handle jumbo frames
and support the same MTU size, or configure none of them. However, such uniformity of MTU size in
the same VLAN is not enforced.
When a VLAN has switch ports with different MTU size, packets received from a port with a larger MTU
might be dropped when they are forwarded to a port with a smaller MTU.
If the switch ports in a VLAN have jumbo frames enabled, the corresponding SVI can have jumbo frames
enabled. The MTU of an SVI should always be smaller than the smallest MTU among all the switch ports
in the VLAN, but this condition is not enforced.
The MTU of a packet is not checked on the ingress side for an SVI; it is checked on the egress side of
an SVI. If the MTU of a packet is larger than the MTU of the egress SVI, the packet is sent to the CPU
for fragmentation processing. If the "do not fragment" bit is not set, the packet is fragmented. Otherwise,
the packet is dropped.

Configuring MTU Sizes

To configure the MTU size, perform this task:
Command
Step 1
Switch(config)# interface {{vlan vlan_ID} |
1
{{type
slot/port} | {port-channel
port_channel_number} slot/port}}
Step 2
Switch(config-if)# mtu mtu_size
Switch(config-if)# no mtu
Step 3
Switch(config-if)# end
Step 4
Switch(config)# end
Step 5
Switch# show running-config interface
[{fastethernet | gigabitethernet} slot/port]
1.
type = fastethernet, gigabitethernet, or tengigabitethernet
Note
When you remove a line card, and then reinsert the card, some or all of the MTU values configured on
the ports of that line card may be unconfigured. This occurs if the system wide limit of 32 different
MTUs is reached while the card is removed. Upon reinserting the line card, the system attempts to
reapply the MTU configuration on the ports. If this attempt fails, the MTU values are set to the default.
When configuring the MTU size for VLAN interfaces and Layer 3 and Layer 2 Ethernet ports, note that
Note
the supported MTU values are from 1500 to 9198 bytes.
Software Configuration Guide—Release IOS XE 3.6.0E and IOS 15.2(2)E
8-28
Purpose
Selects the interface to configure.
Configures the MTU size.
Reverts to the default MTU size (1500 bytes).
Exits configuration interface mode.
Exits configuration mode.
Verifies the running configuration.
Chapter 8
Configuring Interfaces
OL-30933-01

Advertisement

Table of Contents
loading

Table of Contents