CL Command Reference - ADDTCPRSI
CL Command List > ADDTCPRSI Reference
Description:
The Add TCP/IP Remote System Information (ADDTCPRSI) command is used to associate an internet address with an X.25 network address or a local permanent virtual circuit (PVC) logical channel identifier in the TCP/IP configuration.
When the user works with an X.25 public or private data network, the internet address and the network address of each remote system or local (PVC) logical channel identifier needs to be specified.
ATTENTION:
1. Do not specify the X.25 network address for systems on the X.25 Defense Data Network (DDN). The X.25 DDN has a built-in conversion algorithm that converts an IP address to the remote DTE address. If you specify an X.25 network address for remote systems on an X.25 DDN, the DDN conversion algorithm is bypassed. In this case it is possible that you will not be able to connect to the requested host.
2. Before attempting to start an X.25 interface, ensure that the remote system information (RSI) for non-DDN X.25 interfaces that use a permanent virtual circuit (PVC) is configured. Use the Add TCP/IP Remote System Information (ADDTCPRSI) command to do this. Incoming data from a remote system on the X.25 network is not processed unless an RSI entry for the PVC is configured on the X.25 interface before the interface is started.
3. Attempts to change or remove a route or interface that is required to reach an existing RSI entry will fail.
Restrictions:
. You must have input/output system configuration (*IOSYSCFG) special authority to run this command.
Note: If specific values are entered for DFTPKTSIZE and DFTWDWSIZE and the interfaces or routes are changed, conflicts could result. If *LIND is used, these values are adjusted accordingly if changes occur at the interface and route level.
Examples:
Example 1: Adding RSI with NETADR
ADDTCPRSI INTNETADR(กฏ8.76.0.12กฏ) NETADR(4005)
This command allows the TCP/IP protocol stack to associate the internet address of 8.76.0.12 with the X.25 network address of 4005. Defaults are used for the remaining parameters.
Example 2: Adding RSI with PVCLGLCHLI
ADDTCPRSI INTNETADR(กฏ145.9.43.188กฏ) PVCLGLCHLI(231)
This command allows the TCP/IP protocol stack to associate the internet address of 145.9.43.188 with the X.25 PVC local logical channel identifier 231. Defaults are used for the remaining parameters.
Example 3: Adding RSI with Additional Parameters
ADDTCPRSI INTNETADR(กฏ135.63.45.23กฏ) NETADR(6031546)
RVSCRG(*BOTH) DFTPKTSIZE(1024 *TRANSMIT)
DFTWDWSIZE(*LIND *TRANSMIT)
This command allows the TCP/IP protocol stack to associate the internet address of 135.63.45.23 with the X.25 network address of 6031546. The reverse charges are used for both outgoing and incoming call request packets. The default packet size is set to 1024, and the default window size is set to the value specified in the line description associated with the X.25 interface used to reach the remote system.