-N sends a specified number of packets, for example: Ping www.baidu.com-n 5//5 packets sent to www.baidu.com
-L (the lowercase letter of L is not the number 1) specifies the size of the sending packet (up to 65500byte), for example: Ping www.baidu.com-l 64//Send 4 64-byte packets, use this command to test the maximum number of www.baidu.com received According to the package is 1452byte.
-F sends the Do not fragment flag in the packet. Household light Cat Split the packet when the packet is larger than 1452byte, and don't know why
-V Sets the value of the Service Type field (that is, the service in the figure, which is used to set the priority in the data transfer), with a value range of 0 to 255, see IP packet format 650) this.width=650; "Src=" http://s1.51cto.com/ Wyfs02/m02/7b/55/wkiol1bl2e6sa-3caaaluchfwli093.bmp "title=" 2016-02-23_115943.bmp "alt=" Wkiol1bl2e6sa-3caaaluchfwli093.bmp "/>
- Example: Ping
WWW.BAIDU.COM-V 255
-I specifies the time that the TTL value stays in the other system (1 to 255), for example: Ping www.baidu.com-i 100-r record route, record routed route, value 1 to 9, example: Ping Www.baidu.com-r 9, This command does not seem to change in my XP virtual machine, but the routing address is recorded in Win10 and the-W specified time-out interval, in milliseconds, for example: Ping www.baidu.com-w 100-t Continuous ping command, know press CTRL + C key combination interrupt.
Common parameters and examples of ping commands under Windows