ping
tool/ping
Type: Command
See Ping for the full documentation.
| Argument | Type | Description |
|---|---|---|
| address | address (flags=46v%Dm) { } | IP address or DNS name of the target host. See address flags |
| interval | time | Time interval between ICMP echo requests |
| size | num | Size of the ICMP data payload in bytes |
| ttl | num | Time to Live value for the ICMP packet |
| dscp | num | DSCP value to set in the IP header for QoS marking |
| do-not-fragment | switch | Set the Don't Fragment flag in the IP header |
| src-address | alt { ipAddr , ip6Addr } | Source IP address to use for the ICMP echo request |
| arp-ping | bool | Use ARP requests instead of ICMP echo to discover hosts |
| count | num | Number of ICMP echo requests to send |
| interface | iface_enum | Interface to send the ping through |
| vrf | enum | VRF table to use for routing the ping request |
| Read-only Argument | Type | Description |
|---|---|---|
| seq | num | Sequence number of the ping response |
| host | alt { ip6Addr , macAddr , ipAddr } | IP or MAC address of the responding host |
| size | num | Size of the received ICMP packet in bytes |
| ttl | num | Time to Live value from the received packet |
| time | time | Round-trip time of the ping probe |
| status | string | Status of the ping response |
| sent | num | Total number of ICMP echo requests sent |
| received | num | Total number of ICMP echo replies received |
| packet-loss | num | Percentage of lost packets |
| min-rtt | time | Minimum measured round-trip time |
| avg-rtt | time | Average measured round-trip time |
| max-rtt | time | Maximum measured round-trip time |