ECS2020 Series CLI Reference Guide R04
135
28 Path detection
28.1
ping
Use to detect if a specified host is reachable or not. Include either the ipv4 address, ipv6 address or a
domain name.
ping [HOSTNAME]
None
.
Privileged EXEC
This command will
detect if a host is reachable or not
.
The following example shows a ping test to an IPv6 address.
ECS2020-10P#
ping fe80::1104:72ba:d80d:3c99
PING fe80::1104:72ba:d80d:3c99 (fe80::1104:72ba:d80d:3c99): 56 data bytes
64 bytes from fe80::1104:72ba:d80d:3c99: icmp6_seq=0 ttl=64 time=10.0 ms
64 bytes from fe80::1104:72ba:d80d:3c99: icmp6_seq=1 ttl=64 time=0.0 ms
64 bytes from fe80::1104:72ba:d80d:3c99: icmp6_seq=2 ttl=64 time=0.0 ms
64 bytes from fe80::1104:72ba:d80d:3c99: icmp6_seq=3 ttl=64 time=0.0 ms
Parameter
parameter
description
[HOSTNAME]
Host name information
Command
command
description
Ping
Adding the host name after the command will
confirm if
the host is reachable or not.
Default
Mode
Usage
Example