Envoy ACP/XF Configuration and Management Manual
Configuration Quick Start
EnvoyACP/XF Configuration and Management Manual—429232-003
1-2
Task 1: Create a PROFILE Object for the
Line-Handler Process
Task 1 uses PEXFANRM as the profile.
ADD Profile Command
To create a profile from the PEXFANRM profile (or from any of the other three profiles
for EnvoyACP/XF) provided by HP, use the WAN subsystem SCF ADD PROFILE
command. The command syntax is as follows:
PROFILE profile_name
is a user-defined name of up to eight alphanumeric characters that identify the new
profile. You reference profile_name when you create a device for the
line-handler process in Task 2: Create the Line-Handler Process.
FILE $SYSTEM.SYSnn.object_filename
specifies the name of an existing disk file that is used to create the new profile.
modifier_keyword
is the name of a modifier in profile_name. Modifier names are listed in
Section 3, WAN Subsystem Profiles and Modifiers for EnvoyACP/XF.
modifier_value
is the value you want to assign to the modifier specified by modifier_keyword.
Specifying a value in modifier_value assigns a new value to
modifier_keyword in profile_name. Default values and ranges of values for
modifiers in the profiles are described in Section 3, WAN Subsystem Profiles and
Modifiers for EnvoyACP/XF.
Adding a PROFILE Object
Example 1-1 shows how to add a PROFILE object. The PROFILE name can be any
name that conforms to the naming guidelines in the WAN Subsystem Configuration
and Management Manual. In this example, the PROFILE name is #MYANRM (this
Table 1-1. Profile Disk File Names
Communications
Protocol Profile Disk File Name Device Type and Subtype
ADCCP-ABM PEXFAABM 11,42
ADCCP-NRM PEXFANRM 11,42
HDLC PEXFHDLC 11,41
SDLC PEXFSDLC 11,40
ADD PROFILE $ZZWAN.#profile_name
, FILE $SYSTEM.SYSnn.object_filename
[, modifier_keyword [ modifier_value ] ] ...