Expand Configuration and Management Manual (G06.24+)

Configuring Expand-Over-ATM Lines
Expand Configuration and Management Manual523347-008
9-11
ADD Profile Command
ADD Profile Command
To create a profile from the PEXQSATM 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 this profile_name when you create a device for the line-handler
process in Step 3: Create the Line-Handler Process.
FILE $SYSTEM.SYSnn.profile_filename
specifies the name of an existing disk file that will be used to create the new
profile. PEXQSATM is the disk filename of the profile provided for Expand-over-
ATM line-handler processes.
modifier_keyword
is the name of a modifier in profile_name. Modifier names in the PEXQSATM
profile are listed in Profile Modifiers on page 9-17.
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
PEXQSATM profile are described in Profile Modifiers on page 9-17.
Example
In the following example, a profile named SLHATM is created for a single-line Expand-
over-ATM line-handler process using the PEXQSATM profile. The
AFTERMAXRETIRES_DOWN modifier is set in the profile.
-> ADD PROFILE $ZZWAN.#SLHATM, FILE $SYSTEM.SYS01.PEXQSATM, &
AFTERMAXRETRIES_DOWN
ADD PROFILE $ZZWAN.#profile_name
, FILE $SYSTEM.SYSnn.profile_filename
[, modifier_keyword [ modifier_value ] ] ...