ConnectData: Difference between revisions

From Ultiroam User Docs
Jump to navigation Jump to search
(Created page with "This command connect the data on the selected port. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |ConnectData |Port index |In case of Error, returns Error Codes |} '''OUTPUT:''' None. '''EXAMPLE:'''<syntaxhighlight lang="text"> ~# ConnectData 0 DATA UP: IP Address: 10.157.160.161 IP Netmask: 255.255.255.252 IP Default Gateway: 10.157.160.161 IP DNS1: 212.27.40.240 IP DNS2: 212.27.40.241 </syntaxhighlight>")
 
No edit summary
Line 23: Line 23:
IP DNS1: 212.27.40.240
IP DNS1: 212.27.40.240
IP DNS2: 212.27.40.241
IP DNS2: 212.27.40.241
~# ConnectData 1
TIMEOUT EXPIRED
~# ConnectData 1
DATA NOT SUPPORTED
</syntaxhighlight>
</syntaxhighlight>

Revision as of 21:52, 8 June 2024

This command connect the data on the selected port.

COMMAND:

Command Input Arguments Returns
ConnectData Port index In case of Error, returns Error Codes

OUTPUT:

None.

EXAMPLE:

~# ConnectData 0
DATA UP:
IP Address: 10.157.160.161
IP Netmask: 255.255.255.252
IP Default Gateway: 10.157.160.161
IP DNS1: 212.27.40.240
IP DNS2: 212.27.40.241

~# ConnectData 1
TIMEOUT EXPIRED

~# ConnectData 1
DATA NOT SUPPORTED