ping

Syntax

ping <HOST-IP-ADDRESS>

Description

Pings network hosts for debug purposes.

Command context

Service OS (SVOS>)

Parameters

<HOST-IP-ADDRESS>

Specifies the host IP address.

Authority

Administrators or local user group members with execution rights for this command.

Example

Pinging a network host:

SVOS> ping 10.0.8.10
PING 10.0.8.10 (10.0.8.10): 56 data bytes
64 bytes from 10.0.8.10: seq=0 ttl=63 time=3.496 ms
64 bytes from 10.0.8.10: seq=1 ttl=63 time=0.367 ms
64 bytes from 10.0.8.10: seq=2 ttl=63 time=0.380 ms
64 bytes from 10.0.8.10: seq=3 ttl=63 time=0.282 ms
64 bytes from 10.0.8.10: seq=4 ttl=63 time=0.669 ms
^C
--- 10.0.8.10 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.282/1.038/3.496 ms
SVOS>