You can change the size of the IPv4 maximum transmission unit (MTU) on each Layer 3 interface. IP MTU configuration is not supported on a port-channel.
By default, IPv4 MTU is 1500 bytes. Valid values range from 1300 through 9194 bytes.
Note
If the interface is part of a VE, change the IPv4 MTU only at the VE interface and not at the physical port. Switchports have only the MTU value configured. They do not inherit from the IP MTU of the VE. Extreme recommends that you configure both MTU and IP MTU to be the same value.device# configure terminal
device(config)# interface ethernet 1/5
device(config-if-eth-1/5)# ip mtu 2000
device(config)# interface ve 103
device(config-ve-103)# ip mtu 2000