66
10. Ping Execution
Ping can be used to verify communications.
M> ping 192.168.1.1
Type Ctrl-C to abort.
Reply Received From : 192.168.1.1, TimeTaken : 8 ms
Reply Received From : 192.168.1.1, TimeTaken : 9 ms
Reply Received From : 192.168.1.1, TimeTaken : 7 ms
--- 192.168.1.1 Ping Statistics ---
3 Packets Transmitted, 3 Packets Received, 0% Packets Loss
M> enable
M# ping 192.168.1.1
Type Ctrl-C to abort.
Reply Received From : 192.168.1.1, TimeTaken : 10 ms
Reply Received From : 192.168.1.1, TimeTaken : 7 ms
Reply Received From : 192.168.1.1, TimeTaken : 7 ms
--- 192.168.1.1 Ping Statistics ---
3 Packets Transmitted, 3 Packets Received, 0% Packets Loss
M# configure
M(config)# ping 192.168.1.1
Type Ctrl-C to abort.
Reply Received From : 192.168.1.1, TimeTaken : 10 ms
Reply Received From : 192.168.1.1, TimeTaken : 9 ms
Reply Received From : 192.168.1.1, TimeTaken : 6 ms
--- 192.168.1.1 Ping Statistics ---
3 Packets Transmitted, 3 Packets Received, 0% Packets Loss
Ping command
Ping (number of echo requests) command
Ping (timeout) command
Fig. 10-1 Ping execution
(ping 192.168.1.1)
All modes
ping <ip-address>
All modes
ping <ip-address> [-n <count>]
All modes
ping <ip-address> [-w <timeout(sec)>]