Step 1: Specify X.25 configuration statements in hlq.PROFILE.TCPIP

To configure the hlq.PROFILE.TCPIP data set for X.25 NPSI, include appropriate DEVICE, GATEWAY, HOME, LINK, and START statements. The following example shows the statements that correspond with the other X.25 samples.
;
DEVICE X25DEV X25NPSI TCPIPX25
LINK X25LINK SAMEHOST 1 X25DEV
;
HOME
   199.005.058.23     X25LINK
;
GATEWAY
;
; Network  First hop   Link name Packet size  Subnet mask  Subnet value
  192.005      =        X25LINK     2000       0.0.255.0    0.0.58.0
;
START X25DEV
;
Note: Only one DEVICE and LINK statement per TCPIPX25 address space is allowed.