X25AM Configuration and Management Manual
Configuring an X25AM Subsystem
X25AM Configuration and Management Manual—523424-004
3-7
Task 5: Add an X25AM I/O Process
Task 5: Add an X25AM I/O Process
To configure an X25AM I/O process, issue the SCF ADD DEVICE command to the
WAN subsystem (see Figure 3-2 on page 3-8).
The following example configures the X25AM I/O process $X25P1 as a DTE (the
default) on line 0 of CLIP 3 of SWAN concentrator S01. It uses the default profile but
modifies the defaults in the profile for the specified modifiers for this I/O process:
-> ADD DEVICE $ZZWAN.#X25P1, PROFILE px250061, &
-> IOPOBJECT $SYSTEM.SYS00.x25obj, &
-> PROGRAM $SYSTEM.CSS00.C1096P00, &
-> TYPE (61, 63), RECSIZE 32767, &
-> ADAPTER s01, CLIP 3, LINE 0, PATH A, CPU 0, ALTCPU 1,&
-> CIRCUITS 510, MAXIOSIZE 32767, &
-> PACKETSIZE 258, EXTENDEDPOOLPAGES 2047, &
-> STARTDOWN
The following example configures the X25AM I/O process $X25S1 on line 1 of CLIP 5
of SWAN 2 concentrator S01 for DCE operations, and modifies the defaults for the
specified modifiers for this I/O process. This example uses the X25AM profile
px25c510, so that the specification of the number of circuits is unnecessary:
-> ADD DEVICE $ZZWAN.#X25S1, PROFILE px25c510, &
-> IOPOBJECT $SYSTEM.sys00.x25obj, &
-> TYPE (61,63), &
-> PROGRAM $system.CSS00.C1096Q00, &
-> RECSIZE 32767, &
-> ADAPTER S01 , &
-> CLIP 5, &
-> LINE 1, &
-> PATH A, &
-> CPU 0, &
-> ALTCPU 1, &
-> MAXIOSIZE 32767, &
-> EXTENDEDPOOLPGAES 2047, &
-> PACKETSIZE 256, &
-> DCE,&
-> STARTDOWN
For detailed information about using the ADD DEVICE command, see the WAN
Subsystem Configuration and Management Manual.
Notes.
•
PATH is optional; if not specified, PATH A is the default.
•
Replace C1096P00 with C0051P00 if you are implementing an X.21 interface that
uses an X.21 converter cable (for a SWAN concentrator T3880) or
C1096P00/C1096Q00 with C0051Q00 when implementing a X.21 converter cable for
a SWAN 2 concentrator T3881.