iping
iping [-dDFLnqrv] [-V vrf] [-c count] [-i wait] [-p pattern] [-s packetsize] [-t timeout] [-S source] host
Syntax Description
| iping |
Send ping packets. |
| -d |
Debug mode. |
| -D |
Dump info. |
| -F |
Enables the do-not-fragment bit in the IPv4 header. |
| -L |
Fill in loopback. |
| -n |
Display only numeric info. |
| -q |
Quiet output. |
| -r |
Do not route packets. |
| -v |
Display verbose output. |
| -V vrf |
The Virtual Routing and Forwarding (VRF) instance from which to source the ping message. |
| -c count |
Number of ping packets that are sent to the destination address. The default is 5. |
| -i wait |
The time interval between sending of ping packets. |
| -p pattern |
The data pattern of the ping payload. Different data patterns are used to troubleshoot framing errors and clocking problems on serial lines. The default is [0xABCD]. |
| -s packetsize |
Size of the ping packet (in bytes). |
| -t timeout |
Timeout interval. The ping is declared successful only if the ECHO REPLY packet is received before this time interval. |
| -S source |
The IP address or host name to show as source. |
| host |
The IP address or host name of the destination EP. |
Examples
pod1-leaf1# iping -V overlay-1 10.0.59.154
PING 10.0.59.154 (10.0.59.154): 56 data bytes
64 bytes from 10.0.59.154: icmp_seq=0 ttl=55 time=0.254 ms
64 bytes from 10.0.59.154: icmp_seq=1 ttl=55 time=0.256 ms
64 bytes from 10.0.59.154: icmp_seq=2 ttl=55 time=0.245 ms
64 bytes from 10.0.59.154: icmp_seq=3 ttl=55 time=0.241 ms
64 bytes from 10.0.59.154: icmp_seq=4 ttl=55 time=0.23 ms
--- 10.0.59.154 ping statistics ---
5 packets transmitted, 5 packets received, 0.00% packet loss
round-trip min/avg/max = 0.23/0.245/0.256 ms
Feedback