Menu
| Menuitem
| Shortcut(s)
| Meaning
|
[Log]
|
|
|
|
| Find line containing...
| (Ctrl-F)
| Finds text in log window
|
| Find next matching line
| (F3)
| Finds next occurrence of text in log window
|
| Details
|
| Detail level of logging (Off, Normal, Detailed, or Debug)
|
[Connections]
|
|
|
|
| Disconnect *all* active Client connections
|
| Shutting down of all active connections
|
| Zero request counter of all Client connections
|
| Request counters of connections will be cleared (on the Connections window)
|
[Options]
|
|
|
|
| Auto scroll
| (ScrollLock, or  )
| Allows automatic scrolling of the log screen
|
| Show log
| (Ctrl-Tab)
| Show the logging screen
|
| Show connections
| (Ctrl-Tab)
| Show the connection screen
|
| Save settings
|
| Saves actual settings into the configuration (GyEIR_TelnetServer.ini) file
|
Command
| Meaning
|
IMEI' lists
|
nE
| Export IMEIList#n onto disk
|
n.
| Query IMEI entry count in IMEIList#n
|
n+IMEIStart,IMEIEnd
| Insert range [IMEIStart...IMEIEnd] into IMEIList#n
|
n-IMEIStart,IMEIEnd
| Delete range [IMEIStart...IMEIEnd] from IMEIList#n
|
n?IMEI
| Check IMEI in IMEIList#n
|
?IMEI
| Check IMEI in all IMEILists
|
*IMEI[,IMSI]
| Check IMEI (and IMSI) result
|
IoT IMSI<--->IMEI lists
|
IE
| Export IoT-list/IMSI onto disk
|
I.
| Query IMSI entry count in IoT-list
|
I+IMSI,IDstring
| Insert IMSI into IoT-list with IDstring
|
I-IMSI
| Delete IMSI from IoT-list
|
I?IMSI
| Check IMSI in IoT-list
|
EE
| Export IoT-list/IMEI onto disk
|
E.
| Query IMEI entry count in IoT-list
|
E+IMEI,IDstring
| Insert IMEI into IoT-list with IDstring
|
E-IMEI
| Delete IMEI from IoT-list
|
E?IMEI
| Check IMEI in IoT-list
|
Miscellaneous
|
?
| Print brief help
|
X
| Exit this telnet session
|
Section
| Entry
| Example
| Meaning
|
[Position]
|
|
|
|
| iLeft
| 140
| Position of the program module on the display screen
|
| iTop
| 72
| Position of the program module on the display screen
|
| iWidth
| 995
| Position of the program module on the display screen
|
| iHeight
| 694
| Position of the program module on the display screen
|
[Options]
|
|
|
|
| bAutoScroll
| True
| (Refer to the [Options]/Auto scroll menu item!)
|
[Client Connections]
|
|
|
|
| wMaxConcurrentConnectionCount
| 10
| Maximum number of connections established by remote clients
|
| wTCPPort
| 5066
| Portnumber, where the remote client can connect to
|
| sPrompt
| "--->"
| This prompt will appear in the Telnet Client window
|
[Stations Allowed]
| Clients listed in this section are only allowed to connect.
Those that are not listed will get barred (refused).
Format of entries in this section is "RemoteIPAddress = ShortName".
|
| 127.0.0.1
| LocalMachine
| Connection from 127.0.0.1 is allowed, and "LocalMachine" will be shown in the Connections window.
|
| 10.2.3.45
| Remote#1
| Client from 10.2.3.45 can connect and "Remote#1" will appear in Connections window.
|
[IMEI' Lists]
|
|
|
|
| dwAutoBackupDelaySec
| 120
| Automatic backup is delayed by this amount of seconds.
|
| sBackupFilesPath
| e:\GyEIR\
| Defines the path for IMEI backup files. The module will save and export the IMEI lists here.
|
| sExportFilesPath
| e:\GyEIR\
| The path of input files for loading and importing IMEI ranges.
|
[Advanced]
|
|
|
|
| wLogDetailLevel
| 3
| (Equals to the listed order; refer to the [Log]/Details menu item!)
|
| dwMaxLinesInLogWindow
| 1000
| Number of lines in the log window on screen
|
| sLogFilesPath
| d:\LogFiles
| Path for the LOG files
|
| sTrapFilesPath
| d:\TrapFiles
| Path for the SNMP Trap files to be sent
|
| bAlternateTrapUID
| False
| Allows using fixed UIDs in SNMP traps
|