The way to ping a 1500 byte packet is as follows.
1, press the win + r key on the keyboard to open the run window, type "cmd" and press enter.
2, in the command line, enter the following code "ping -l 1500 -t ip address", replace the ip address with the ip address you need to ping.
3, after the input is completed, press enter, a reply appears, that is, on behalf of the successful ping 1500 bytes of data packets.