WAN Subsystem Configuration and Management Manual
Adding a SWAN Concentrator
WAN Subsystem Configuration and Management Manual—522463-011
4-28
Associating a PROFILE Object to a DEVICE Object
Associating a PROFILE Object to a DEVICE Object
After you have defined a WAN subsystem PROFILE object, you then make the
PROFILE object available for use by the data communications subsystem object by
adding it to the definition of the DEVICE object.
You can associate a PROFILE object to a DEVICE object in any of the following ways:
1. Define a PROFILE object by issuing the ADD PROFILE command, then associate
it to a DEVICE object by issuing the ADD DEVICE command, as shown in the
syntax fragment in Example 4-13. The PROFILE is defined without changing any
of the modifiers in the object file.
2. Define a PROFILE object by issuing the ADD PROFILE command and alter, for
example, two of the modifiers in the PROFILE definition. The PROFILE object is
then associated to the DEVICE object, as shown in the syntax fragment in
Example 4-14. The definition of the object file was examined and two modifiers
were altered; the value of CIRCUITS was changed from the default of 32 to 100,
and the value of PACKETSIZE was changed from the default of 128 to 4096.
Example 4-13. Defining a PROFILE Object and Associating It to a DEVICE Object
ADD PROFILE $ZZWAN.#my_term, FILE $SYSTEM.SYSnn.PATP6530
ADD DEVICE $ZZWAN.#atp_line
.
.
.
, PROFILE my_term
.
.
.
Example 4-14. Defining a PROFILE Object With Altered Modifiers and
Associating It to a DEVICE Object
ADD PROFILE $ZZWAN.#x25prof1, FILE $SYSTEM.SYSnn.PX250061 &
, CIRCUITS 100, &
, PACKETSIZE 4096
ADD DEVICE $ZZWAN.#x25_line &
.
.
.
, PROFILE x25prof1 &
.
.
.