EXEC
ping
Ping utility
Syntax.
ping [repeat <value>] [payload <value>] [df-bit do|dont|want] [tos <value>] [timeout <value>] destination
Parameters
repeat-ping packets amount;
payload-ping packet payload size in bytes;
df-bit-set ‘don't fragment bit’;
tos-type of service;
timeout-reply witing time, s;
destination-destination host address.
< value > parameter value:
for repeat: 1-4294967295 (default is 5);
for payload: 0-65535 (default is 56);
for df-bit
do-set, prohibit fragmentation;
dont-don't set, allow fragmentation (default);
want-don't set locally for packets exceed MTU
for tos: 0-255 (default is 0);
for timeout: 1-60 (default is 2).
Privilegy
none
Command mode
EXEC
Example
tau-72> ping 192.168.118.46
PING 192.168.118.46 (192.168.118.46) 56(84) bytes of data.
64 bytes from 192.168.118.46: icmp_seq=1 ttl=64 time=9.31 ms
64 bytes from 192.168.118.46: icmp_seq=2 ttl=64 time=1.01 ms
64 bytes from 192.168.118.46: icmp_seq=3 ttl=64 time=1.29 ms
64 bytes from 192.168.118.46: icmp_seq=4 ttl=64 time=1.30 ms
64 bytes from 192.168.118.46: icmp_seq=5 ttl=64 time=1.34 ms
--- 192.168.118.46 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4009ms
rtt min/avg/max/mdev = 1.019/2.854/9.311/3.230 ms
traceroute
TraceRoute utility
Syntax.