Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
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:
Restrictions:
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.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
INTNETADR | Internet address | Character value | Required, Positional 1 |
NETADR | Network address | Character value | Optional, Positional 2 |
PVCLGLCHLI | PVC logical channel identifier | Character value | Optional, Positional 3 |
RVSCRG | X.25 reverse charge | *NONE, *REQUEST, *ACCEPT, *BOTH | Optional |
DFTPKTSIZE | Default packet size | Element list | Optional |
Element 1: Transmit packet size | *LIND, 64, 128, 256, 512, 1024, 2048, 4096 | ||
Element 2: Receive packet size | *LIND, *TRANSMIT, 64, 128, 256, 512, 1024, 2048, 4096 | ||
DFTWDWSIZE | Default window size | Element list | Optional |
Element 1: Transmit window size | 1-15, *LIND | ||
Element 2: Receive window size | 1-15, *LIND, *TRANSMIT |
Top |
Specifies the internet address of the remote system. The internet address is specified in the form nnn.nnn.nnn.nnn, where nnn is a decimal number ranging from 0 through 255. An internet address is not valid if it has a value of all binary ones or all binary zeros for the network identifier (ID) portion or the host ID portion of the address. If the internet address is entered from a command line, the address must be enclosed in apostrophes.
This is a required parameter.
Top |
Specifies the X.25 network address or the DTE that is to be associated with the X.25 internet address. The user can specify a decimal number that is 1 through 17 digits in length.
Note: If you specify a value for this parameter, the PVCLGLCHLI parameter value cannot be specified.
Top |
Specifies the local permanent virtual circuit (PVC) logical channel identifier that is used to establish an X.25 PVC interface to the specified remote internet address. One unique channel identifier may be specified. This unique channel identifier must have been previously identified in the ADDTCPIFC or CHGTCPIFC command that defined a TCP/IP X.25 interface. The TCP/IP X.25 PVC logical channel identifier is used to establish the circuit between this system's TCP/IP X.25 interface and the host defined by the remote internet address. The logical channel identifier must also exist in the X.25 line description used for the TCP/IP X.25 interface.
Notes:
Top |
Specifies whether reverse charges are accepted or requested on an X.25 remote system basis.
Top |
Specifies the default packet size used by the X.25 network for transmission and reception. The values specified here should match the default values used by the X.25 network.
Element 1: Transmit packet size
Element 2: Receive packet size
Top |
Specifies the default packet window size for transmission to and reception from remote systems attached to the X.25 line.
Element 1: Transmit window size
Element 2: Receive window size
Top |
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.
Top |
*ESCAPE Messages
Top |