device# configure terminal
device (config)# interface ve 5
device(config-intf-ve-5)# ip mtu 9011
Note
Only the default MTU of 1476 is supported for GRE tunnels. IP packets up to 1476 bytes can be transmitted on the GRE tunnels. As a best practice, set the MTU of the traffic source interface to 1476, so that no fragmentation is needed.This example summarizes the commands in this procedure.
device# configure terminal device(config)# interface ve 5 device(config-intf-ve-5)# ip mtu 9011