Nortel DMS-100 Remote Access Configuration Table (RMCONFIG) |
Table Name
Remote Access Configuration Table
Functional Description of Table RMCONFIG
Table RMCONFIG configures the number of available telnet connections on a DMS. Each telnet connection requires a Remote Maintenance and Administration Position (RMAP). The RMAP operates on the Computing Module (CM) of the DMS core. Each telnet connection requires a telnet process that operates on an Ethernet Interface Unit (EIU). This table specifies the maximum number of RMAP processes on the CM and the maximum number of telnet processes on each EIU that connects to the system.
The RMAP server and the telnet server have a one-to-one relationship. Each active telnet session requires one telnet server that operates on the EIU. Each active telnet session requires one RMAP server that operates on the CM. A single EIU cannot support as many telnet servers as the CM can support RMAP servers. If this condition occurs, you need multiple EIUs to match the number of telnet and RMAP servers. Another method to match the number of servers is to limit the maximum number of RMAP servers on the CM.
The tuples that you must add to internal table CUSTFLDS:
---------------------------------------------------------------------------------------------- TABFLD FLDNAME FSPEC PRTPOS AREAREF ---------------------------------------------------------------------------------------------- RMCONFIG 1 INDEX L_KEY 1 N RMCONFIG 2 NODE L_DATA$NODE 1 0 S RMCONFIG 3 SESSIONS L_DATA 1 6 R ----------------------------------------------------------------------------------------------
The tuples that you must add to internal table CUSTAREA:
---------------------------------------------------------------------------------------------- REFAREA FLDNAME FSPEC PRTPOS DISPLAY ---------------------------------------------------------------------------------------------- RMTC_CM_DATA 1 RMAPCONN NUM_RMAPSERVERS 2 0 TRUE N RMTC_EIU_DATA 2 EIUINDEX EIU_NUM 1 5 TRUE N RMTC_EIU_DATA 3 TELNCONN NUM_RMAPCLIENTS 2 0 TRUE N ----------------------------------------------------------------------------------------------
You do not need to enter data in other tables before you enter data into table RMCONFIG. The table size is 0 to 32 tuples
Datafill
The following describes datafill for table RMCONFIG:
----------------------------------------------------------------------------------------------
Table RMCONFIG Field Descriptions
Field Subfield Entry Explanation and Action
----------------------------------------------------------------------------------------------
INDEX See Subfield Index
This field contains subfield TABLE_KEY.
TABLE_KEY 0 to 31 Table Key
This field is the key field of the table.
Enter the index to the table.
----------------------------------------------------------------------------------------------
NODE CM or EIU Node
Enter the name of the node, CM (Computing
Module) or EIU (Ethernet Interface Unit).
Note: If the entry in field NODE is CM,
the entry in field TABLE_KEY must be 0.
----------------------------------------------------------------------------------------------
SESSIONS See Subfield Sessions
This field contains subfield NODE_NAME.
NODE_NAME See Refinements Node Name
This subfield contains refinements for
field NODE.
If the entry in field NODE is CM, enter
data in refinement RMAPCONN.
If the entry in field NODE is EIU, enter
data in refinements EIUINDEX and TELNCONN.
RMAPCONN 0 to 32 Remote MAP Connections
If the entry in field NODE is CM, enter
data in this refinement. Enter a value
to specify the maximum number of remote
MAP processes.
EIUINDEX 0 to 4,095 Ethernet Interface Unit Index
If the entry in field NODE is EIU, enter
data in this refinement. Enter a value
to specify the EIU number.
TELNCONN 0 to 32 Telnet Connections
If the entry in field NODE is EIU, enter
data in this refinement. Enter a value
to specify the maximum number of telnet
processes.
----------------------------------------------------------------------------------------------
-End-
Datafill Example
The following example MAP display shows sample datafill for table RMCONFIG.
INDEX NODE SESSIONS ___________________________ 0 CM 32 1 EIU 107 20 |