X25AM Configuration and Management Manual

SCF Commands for the X25AM Subsystem
X25AM Configuration and Management Manual523424-004
4-15
Examples of the ADD Command
Examples of the ADD Command
The following command adds an SU:
-> ADD SU $x25p1.#term, PROTOCOL ITI, DEVTYPE (6,0), &
-> RECSIZE 80, PORT 1, CPADPARMS (1,1 2,15 3,2 4,0), &
-> DESTADDR “00009901”
The following command adds a new SU named $X25P1.#TERM1 and gives it the
same attributes as the SU named $X25P1.#TERM:
-> ADD SU $x25p1.#term1,LIKE $x25p1.#term, &
-> DESTADDR “11113333”,PORT 2
The following command adds an SU with the ITI protocol:
-> ADD SU $x25p1.#term, PROTOCOL ITI, DEVTYPE (6,0), &
-> RECSIZE 80, BCUG 125
The following command adds an SU named $X25S1.#TERM (use the INFO command
that follows the ADD command to check that your changes have been entered):
-> ADD SU $x25s1.#term, PROTOCOL ITI, DEVTYPE (6,0), &
-> RECSIZE 80, RPOA (125, 300, 5000)
-> INFO SU $x25s1.#term, DETAIL
The following command adds an SU with the QLLC protocol (use the INFO SU
command with the detail option that follows the ADD command to check the SU):
-> ADD SU $x25p1.#term, PROTOCOL QLLC, DEVTYPE (58,20), &
-> RECSIZE 80, TRANSITDELAY 1.0
-> INFO SU $x25p1.#term, DET
The following series of commands adds an SU with the NAM protocol, aborts the SU,
alters the RECSIZE of the SU then lets you check that your change was made:
-> ADD SU $x25s1.#term, PROTOCOL NAM, DEVTYPE (63,0), &
-> RECSIZE 80, TRANSITDELAY 1.0
-> ABORT SU $x25s1.#term
-> ALTER SU $x25s1.#term, RECSIZE 60
-> INFO SU $x25s1.#term, DETAIL
Considerations for the ADD Command
The maximum number of subdevices for an X25AM line is 510.
You cannot use the ADD command to add a line. A line is created when the I/O
process that controls it is configured using the SCF ADD DEVICE command to the
WAN subsystem. For information about configuring an I/O process, see Task 5:
Add an X25AM I/O Process on page 3-7.
When you add a subdevice, it is started automatically.