User`s manual
 Appendix 
AX3000 - User's Manual  237 
A.5 - REMOTE SET-UP CONFIGURATION FILE FORMAT 
A configuration file can list some or all AX3000 set-up parameters. 
The configuration file begins with the header label (BEGIN_AX_SETUP) and 
ends with the trailer label (END_AX_SETUP). 
 Example: 
BEGIN_AX_SETUP V1.1 
# this is a comment 
tcp_host1_name=vangogh 
... 
END_AX_SETUP 
Note: lines beginning with '#' are treated as comments and ignored. 
The set-up parameters may be grouped as follows: 
Ethernet:  Ethernet interface parameters, 
TCP/IP: network environment, 
AUX% Port:  port service and communication parameters, 
Parallel Port:  port service, 
Usb% Port:  port service, 
Net% Port:  port service, 
Terminal:  global parameters (screen, keyboard, etc), 
Multi-session:  session numbers, hot keys, etc 
Session %:  session parameters. 
Several formats are available for set-up parameter values: 
List:  the possible values are listed (the character '|' is 
used as a separator). Example: (yes | no). 
Number:  maximum and minimum values are given. 
IP address format:  the IP address format is a.b.c.d. 
Character string:  maximum length is given. 
  Note: an ASCII character can be represented by 
its hexadecimal ASCII code, preceded by a 
backslash character (e.g.: \1B represents Escape 
and \\ represents a backslash). 










