Basic System Configuration Guide CLI Usage
Edition: 01 3HE 11010 AAAC TQZZA 61
dns-name — the DNS name (if DNS name resolution is configured) of the remote host to
ping
Values 128 characters maximum
rapid | detail — the rapid parameter specifies to send ping requests rapidly. The results
are reported in a single message, not in individual messages for each ping request.
By default, five ping requests are sent before the results are reported. To change the
number of requests, include the count option.
The detail parameter includes in the output the interface on which the ping reply was
received.
ALU-1# ping 192.168.xx.xx4 detail
PING 192.168.xx.xx4: 56 data bytes
64 bytes from 192.168.xx.xx4 via fei0: icmp_seq=0 ttl=64 time=0.000 ms.
64 bytes from 192.168.xx.xx4 via fei0: icmp_seq=1 ttl=64 time=0.000 ms.
64 bytes from 192.168.xx.xx4 via fei0: icmp_seq=2 ttl=64 time=0.000 ms.
64 bytes from 192.168.xx.xx4 via fei0: icmp_seq=3 ttl=64 time=0.000 ms.
64 bytes from 192.168.xx.xx4 via fei0: icmp_seq=4 ttl=64 time=0.000 ms.
---- 192.168.xx.xx4 PING Statistics ----
5 packets transmitted, 5 packets received, 0.00% packet loss
round-trip min/avg/max/stddev = 0.000/0.000/0.000/0.000 ms
ALU-1#
time-to-live — the IP Time To Live (TTL) value to include in the ping request, expressed
as a decimal integer
Values 0 to 128
type-of-service — the type-of-service (TOS) bits in the IP header of the ping packets,
expressed as a decimal integer
Values 0 to 255
bytes — the size in bytes of the ping request packets
Values 0 to 65507
Default 56 bytes (actually 64 bytes because 8 bytes of ICMP header data
are added to the packet)
pattern — 16-bit pattern string to include in the ping packet, expressed as a decimal
integer
Values 0 to 65535
seconds — the interval in seconds between consecutive ping requests, expressed as a
decimal integer
Values 1 to 10000
Default 1
interface-name — specifies the interface name
bypass-routing — sends the ping request to a host on a directly attached network
bypassing the routing table. The host must be on a directly attached network or an
error is returned.