Expand Configuration and Management Manual (G06.24+)

Configuring Direct-Connect and Satellite-Connect
Lines
Expand Configuration and Management Manual523347-008
7-8
ADD Profile Command
This subsection describes how to create a profile using PEXQSSWN and PEXQSSAT.
ADD Profile Command
To create a profile from the PEXQSSWN or PEXQSSAT profile template, use the WAN
subsystem SCF ADD PROFILE command. The command syntax is as follows:
$ZZWAN.profile_name
specifies, via the WAN subsystem, a user-defined name of up to eight
alphanumeric characters that will be used to identify the new profile. You will
reference profile_name when you create a device for the line-handler process in
Step 3: Create the Line-Handler Process.
$SYSTEM.SYSnn.profile_filename
specifies the name of an existing disk file that will be used to create the new
profile. PEXQSSWN is the disk filename of the profile provided for direct-connect
line-handler processes; PEXQSSAT is the disk file name of the profile provided for
satellite-connect line-handler processes.
modifier_keyword
is the name of a modifier in profile_name. Modifier names in the PEXQSSWN
and PEXQSSAT profiles are listed in Profile Modifiers on page 7-13.
modifier_value
is the value you want to assign to the modifier specified by modifier_keyword.
Specifying a modifier_value assigns a new value to modifier_keyword in
profile_name. Default values and ranges of values for modifiers in the
PEXQSSWN and PEXQSSAT profiles are described in Profile Modifiers on
page 7-13.
Examples
In the first example, a profile named SLHSAT is created for a single-line satellite-
connect line-handler process using the PEXQSSAT profile. The L4TIMEOUT modifier
is set to 1000 in the profile.
-> ADD PROFILE $ZZWAN.#SLHSAT, FILE $SYSTEM.SYS01.PEXQSSAT, &
14TIMEOUT 1000
Note. Different profiles are provided for direct-connect and satellite-connect lines that are part
of a multi-line path; these profiles are described in Section 14, Configuring Multi-Line Paths.
ADD PROFILE $ZZWAN.#profile_name
, FILE $SYSTEM.SYSnn.profile_filename
[, modifier_keyword [ modifier_value ] ] ...