Specifications

Logging And Network Management Command Set
Monitoring Network Events and Status
11-18 SecureStack A2 Configuration Guide
11.2.2.4 ping
Use this command to send ICMP echo-request packets to another node on the network from the
switch CLI.
ping host
Syntax Description
Command Defaults
None.
Command Mode
Read-Write.
Examples
This example shows how to ping IP address 134.141.89.29. In this case, this host is alive:
In this example, the host at IP address is not responding:
This example shows how to ping IP address 134.141.89.29 with 10 packets:
host Specifies the IP address of the device to which the ping
will be sent.
A2(rw)->ping 134.141.89.29
134.141.89.29 is alive
A2(rw)->ping 134.141.89.255
no answer from 134.141.89.255
A2(rw)->ping 134.141.89.29 10
PING 134.141.89.29: 56 data bytes
64 bytes from 134.141.89.29: icmp-seq=0. time=0. ms
64 bytes from 134.141.89.29: icmp-seq=1. time=0. ms
64 bytes from 134.141.89.29: icmp-seq=2. time=0. ms
64 bytes from 134.141.89.29: icmp-seq=3. time=0. ms
64 bytes from 134.141.89.29: icmp-seq=4. time=0. ms
64 bytes from 134.141.89.29: icmp-seq=5. time=0. ms
64 bytes from 134.141.89.29: icmp-seq=6. time=0. ms
64 bytes from 134.141.89.29: icmp-seq=7. time=0. ms
64 bytes from 134.141.89.29: icmp-seq=8. time=0. ms
64 bytes from 134.141.89.29: icmp-seq=9. time=0. ms ----134.141.89.29 PING Sta-
tistics---- 10 packets transmitted, 10 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0