Step 3: Configure the IP over CDLC DEVICE and LINK statements

For NCPROUTE, IP over CDLC can be configured along with SNALINK for NCP V7R3, or later, or it can be used to replace SNALINK for NCP V7R4, or later.

The following example shows the corresponding DEVICE and LINK statements for the configuration that is shown in Figure 1 for the MVS2 host:

;
;  DEVICE AND LINK DEFINITIONS FOR IP OVER CDLC
;
DEVICE IPC1NCP CDLC 013 40 40 1024 1024
LINK IPC1 CDLC 0 IPC1NCP
;
DEVICE IPC2NCP CDLC 014 40 40 1024 1024
LINK IPC2 CDLC 0 IPC2NCP
Note: If you want a CDLC device to start automatically, verify that you have a START statement for this device in hlq.PROFILE.TCPIP, for example, START IPC1NCP. Otherwise, you will have to start the device manually.