120
Ethernet0/7 Ethernet0/8 Ethernet0/9
Ethernet0/10
ping
Syntax
ping
[
-s
packetsize
] [
-c
count
]
ip-address
View
User view
Parameter
ip
-
address
: Sets the source IP address to send the ICMP ECHO-REQUEST packets.
-s
packetize
: Specifies the size (in bytes) of each ICMP ECHO-REQUEST packet (excluding the IP and ICMP
headers), which ranges from 20 to 1,472 and defaults to 56 bytes.
-c
count
: Specifies how many times the ICMP ECHO-REQUEST packet will be sent. The
count
argument is the
times, which ranges from 1 to 4,294,967,295 and defaults to 5.
Description
Use the
ping
command to check the IP network connectivity and the reachability of a host.
Example
# Check the reachability of the host with IP address 192.168.0.100.
<Command-Line> ping 192.168.0.100
PING 192.168.0.100: 56 data bytes, press CTRL_C to break
Reply from 192.168.0.100 : bytes=56 sequence=1 ttl=255 time = 1ms
Reply from 192.168.0.100 : bytes=56 sequence=2 ttl=255 time = 2ms
Reply from 192.168.0.100 : bytes=56 sequence=3 ttl=255 time = 1ms
Reply from 192.168.0.100 : bytes=56 sequence=4 ttl=255 time = 3ms
Reply from 192.168.0.100 : bytes=56 sequence=5 ttl=255 time = 2ms
--- 192.168.0.100 ping statistics ---
5 packet transmitted
5 packet received
0% packet loss
round-trip min/avg/max = 1/2/3 ms
quit
Syntax
quit
View
User view
Parameter
None
Summary of Contents for V1905 Series
Page 133: ...128 Index A C D F G I L M N R S ...
Page 135: ......