7210 SAS-M, T, R6, R12, Mxp, Sx, S Basic System
Configuration Guide
CLI Usage
Edition: 01 3HE 16132 AAAB TQZZA 63
ping
Syntax ping {ip-address | dns-name} [rapid | detail] [ttl time-to-live] [tos type-of-service] [size bytes]
[pattern pattern] [source ip-address] [interval seconds] [{next-hop ip-address} |
{interface interface-name} | bypass-routing] [count requests] [do-not-fragment] [router
router-instance | service-name service-name] [timeout timeout]
Context <GLOBAL>
Supported
Platforms
Supported on all 7210 SAS platforms as described in this document, including those
operating in access-uplink mode
Description This command is the TCP/IP utility to verify IP reachability.
Parameters ip-address | dns-name — Specifies the remote host to ping. The IP address or the DNS
name (if DNS name resolution is configured) can be specified.
Values ipv4-address - a.b.c.d
ipv6-address - x:x:x:x:x:x:x:x[-interface]
x:x:x:x:x:x:x:x [-interface]
x:x:x:x:x:x:d.d.d.d
x: 0 — FFFF H
d: 0 — 255 D
rapid | detail — The rapid keyword 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 keyword includes in the output the interface on which the ping reply was
received.
The following is a sample configuration.
*A:ALU-7210# ping 192.xxx.xxx.xxx
PING 192.xxx.xxx.xxx 56 data bytes
64 bytes from 192.xxx.xxx.xxx: icmp_seq=1 ttl=64 time<10ms.
64 bytes from 1192.xxx.xxx.xxx: icmp_seq=2 ttl=64 time<10ms.
64 bytes from 192.xxx.xxx.xxx: icmp_seq=3 ttl=64 time<10ms.
64 bytes from 192.xxx.xxx.xxx: icmp_seq=4 ttl=64 time<10ms.
64 bytes from 192.xxx.xxx.xxx: icmp_seq=5 ttl=64 time<10ms.
---- 192.xxx.xxx.xxx PING Statistics ----
5 packets transmitted, 5 packets received, 0.00% packet loss
round-trip min < 10ms, avg < 10ms, max < 10ms, stddev < 10ms
*A:ALU-7210#
ttl time-to-live — Specifies the IP Time To Live (TTL) value to include in the ping request,
expressed as a decimal integer.
Values 0 to128