If your TN5250 or TN3270 connection requires a device ID (LUName for 3270), you can use this option to set it. Note that if you have multiple hosts with different requirements, you should use the DeviceID(n) setting, using the host number to apply the setting.
In some environments the server will request an "Answerback" from the new terminal connection using the command 0x05 or ^E. The default response for ASCII device emulation such as VTxxx/Wyse/ANSI is "FlynetVT". Alternatively, the options offered in this setting can send a different response.
Very few hosts still require this setting for connection purposes with Telnet protocols. You do not need to worry about it unless you know specifically that your host connections require unique LUNames, Device ID or Answerback for each user.
Setting |
Description |
Default-No DeviceID, LUName or Answerback (Ascii) |
Default--no deviceID or LUName is needed for a new connection |
Entered at Client First Connection |
Individual users will need to know and enter their deviceID or LUName on first use. After this point, it will be stored in a cookie (local storage if available in browser). If the user's cookies or local storage values are cleared, the user will need to re-enter the LUName on next connection. |
Prompt at Client Each Connection |
On each connection, will prompt the user for the DeviceID or LUName. If the "*prompt" has an equals sign, the text to the right of the = will provide the prompt to the user.
For example, *prompt=Please Enter the LU Pool Name to Connect to: |
Use a custom LUName Template |
If you would like to utilize the acquired Session index (a number starting with 0 and ranging up to 1 less than the number of sessions licensed on your server) to generate a LU name, you can use a wildcard pattern based on the following syntax:
|{d/h}width[:offset]|
Where: d=decimal representation (1,2..9,10,11) h=hexadecimal representation (1,2..9,A,B)
width=width of the number padded to the left with zeroes
:offset (optional) if the starting number should be some offset from zero, include it here. For example, if the first number inside the LUName should start with 21, rather than 0, use 21 for this value.
Examples, server licensed for 15 sessions:
LU|d6:1| LU000001, LU000002...LU000015 #REG|h4| #REG0000, #REG0001...#REG000E OE|d6:22| OE000022, OE000023...OE000036 |