ip-addr | host-name | vrf vrf-name | ipv6 [ ipv6-addr | host-name | vrf vrf-name] (resolvable by switch) of the remote node.
size
integer
Specifies the size of the ICMP data portion of the packet, in bytes. This is the payload and does not include the header. The value can range from 0 to 10000. The default is 16..
source
string
IP address to be used as the origin of the ping packets.
state
string
Choices:
absent
present ←
Determines if the expected result is success or fail.
timeout
integer
Specifies the time, in milliseconds for which the device waits for a reply from the pinged device. The value can range from 1 to 4294967296. The default is 5000 (5 seconds).
ttl
integer
Specifies the time to live as a maximum number of hops. The value can range from 1 to 255. The default is 64.
vrf
string
Specifies the Virtual Routing and Forwarding (VRF) instance of the device to be pinged.
-name:Test reachability to 10.10.10.10icx_ping:dest:10.10.10.10-name:Test reachability to ipv6 address from source with timeouticx_ping:dest:ipv6 2001:cdba:0000:0000:0000:0000:3257:9652source:10.1.1.1timeout:100000-name:Test reachability to 10.1.1.1 through vrf using 5 packetsicx_ping:dest:10.1.1.1vrf:x.x.x.xcount:5-name:Test unreachability to 10.30.30.30icx_ping:dest:10.40.40.40state:absent-name:Test reachability to ipv4 with ttl and packet sizeicx_ping:dest:10.10.10.10ttl:20size:500