TSP Lab GyEIR_TelnetServer - Provisioning Interface for the Database GyEIR_TelnetServer

Provisioning Interface for Database("GyEIR_TelnetServer")

Table of Contents

Features

User interface

The main menu

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

The bottom status-line

Details of connections window

The popup menu of the connections screen

Right-click on a row on the connections screen window to access this menu!
  Menuitem Shortcut(s) Meaning
  Disconnect this Client connection   Disconnects selected client connection
  Zero request counter of this Client connection   Zeros Request counter for this connection

Available commands in "GyEIR Telnet Server"

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

Remarks

A sample session

Suppose that "GyEIR_IMEIList-5.eir" contains the ranges
For this case the following is a valid example session:
        telnet 10.2.3.45 5066

        OK (connected).
        ---> 5.
        OK (0 entry).
        ---> 5L
        OK (loaded).
        ---> 5.
        OK (3 entries).
        ---> 5+12345678900005,12345678900007
        OK (inserted).
        ---> 5.
        OK (2 entries).
        ---> 5-12345678900006,12345678900006
        OK (deleted).
        ---> 5.
        OK (3 entries).
        ---> 5?12345678900005
        OK (found).
        ---> 5?12345678900006
        OK (not found).
        ---> 5?12345678900007
        OK (found).
        ---> ?12345678900005
        OK (5).
        ---> ?12345678900006
        OK (-).
        ---> ?12345678900007
        OK (5).
        ---> x
        OK (exiting...).

        Connection to host lost. 

Configuration (INI) file settings

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