Ping: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (Created page with "This command issues a name resolution request on the specified port.   Data session should be up on the specified port.   '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''DnsResolve''' |PortIndex, url |url and resolved IP address - Error Code in case of error. |} '''OUTPUT'''  Resolved TCP/IP Address. '''EXAMPLE'''<syntaxhighlight lang="text"> root@ROBOT2p:/# DnsResolve 0 wiki.opalesystems.com Name:    wiki.opalesystems.com...") Tag: 2017 source edit | No edit summary | ||
| Line 1: | Line 1: | ||
| This command issues a  | This command issues a ping command on the specified port.   | ||
| Data session should be up on the specified port.   | Data session should be up on the specified port.   | ||
| Line 9: | Line 9: | ||
| !Returns | !Returns | ||
| |- | |- | ||
| |''' | |'''Ping''' | ||
| |PortIndex, url | |PortIndex, url or IP address | ||
| |url and resolved IP address - [[R2D2 Error Codes|Error Code]] in case of error. | |url and resolved IP address - [[R2D2 Error Codes|Error Code]] in case of error. | ||
| |} | |} | ||
| '''OUTPUT''' | '''OUTPUT''' | ||
| Ping result with time & ttl values. | |||
| '''EXAMPLE'''<syntaxhighlight lang="text"> | '''EXAMPLE'''<syntaxhighlight lang="text"> | ||
| root@ROBOT2p:/#  | root@ROBOT2p:/# Ping 0 www.google.com | ||
| 64 bytes from www.google.com in 42ms (ttl=111) | |||
| </syntaxhighlight> | </syntaxhighlight> | ||
| [[Category:DATA]] | [[Category:DATA]] | ||
| [[Category:R2D2]] | [[Category:R2D2]] | ||
Latest revision as of 19:56, 7 July 2025
This command issues a ping command on the specified port.
Data session should be up on the specified port.
COMMAND
| Command | Line Arguments | Returns | 
|---|---|---|
| Ping | PortIndex, url or IP address | url and resolved IP address - Error Code in case of error. | 
OUTPUT
Ping result with time & ttl values.
EXAMPLE
root@ROBOT2p:/# Ping 0 www.google.com
64 bytes from www.google.com in 42ms (ttl=111)