ping 1.1.1.1 re 1000000000 这是次数,没有悠久的持续
PING 1.1.1.1 SIZE 100 大小
R2#ping
Protocol [ip]:
Target IP address: 1.1.1.1
Repeat count [5]:
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]: y
Source address or interface:
Type of service [0]:
Set DF bit in IP header? [no]:
Validate reply data? [no]:
Data pattern [0xABCD]:
Loose, Strict, Record, Timestamp, Verbose[none]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
!!!!!
先打上ping ,然后回车
后面会自动出现供你选择的各种参数的,然后选择你想更改的参数依次确认即可!
ping
10.0.0.1
repeat
1000
表示发送1000个ping包,关键字“repeat”定义ping包的个数。
后面还可给“size”
指定数据包的大小;“timeout”
表示超时的时间
ping IP –t
连续对IP地址执行Ping命令,直到被用户以Ctrl+C中断。
ping IP -l 3000
指定Ping命令中的数据长度为3000字节,而不是缺省的32字节。
ping IP –n
执行特定次数的Ping命令。