Supported by the GlobalNOC at Indiana University

Cisco-mtu

Setting jumbo protocol MTU in Cisco IOS

IOS has two forms of the "MTU" interface command: one for all protocols and separate explicit commands for each layer-3 protocol, i.e.:

interface pos 0/0
mtu 9000

                or

interface pos 0/0
ip mtu 9000

The first example sets the MTU for all layer-3 protocols, including for example ipv4 and ipv6, to 9000; the second command sets it only for the IP protocol. The first form is generally sufficient. NOTE: not all interfaces and versions of IOS support large MTUs. Check with the Cisco TAC if you're not sure.

Your request has been completed.