Hi hemin88,
The CE series switch functions as the VXLAN gateway to encapsulate the VXLAN header into data packets that enter the VXLAN tunnel. After VXLAN encapsulation, the encapsulated packets have 54 bytes more than original data packets. The length of encapsulated packets may exceed the MTU of the underlay network device. As a result, packets are discarded by the network device.
You can use one of the following methods or a combination of them based on the functions supported by the underlay network device:
Configure the maximum length of Jumbo frames allowed by the underlay network device so that the maximum length of Jumbo frames is larger than the length of VXLAN packets.
Configure the MTU of the underlay network device so that the MTU is larger than the length of VXLAN packets.
Deploy the VXLAN gateway on the device that supports packet fragmentation and reassembly. Then the device fragments and reassembles VXLAN packets so that VXLAN packets can be forwarded on the underlay network.