CP6100 Configuration and Management Manual
Configuring the CP6100 Subsystem
CP6100 Configuration and Management Manual—426741-003
3-4
Adding a CP6100 Profile
Adding a CP6100 Profile
You can create a profile for a CP6100 line-handler process using one of the profiles
listed in Table 3-1. You can also create a new profile from an existing profile, or you
can create your own profile. For complete information about profiles, refer to the WAN
Subsystem Configuration and Management Manual.
This subsection describes how to create a profile using the PCP6ADCP profile.
ADD Profile Command
To create a profile from the PCP6ADCP profile provided by HP, use the WAN
subsystem SCF ADD PROFILE command. The ADD PROFILE command has the
following syntax:
profile-name
is a string of alphanumeric characters. The string is limited to the # sign followed
by 10 characters. The first character must be an alphabetic character.
disc-file-name
is the location of the object file to be used to import the configuration parameters
into the profile being are adding.
existing-profile-name
is the name of the existing profile, which is to be used as the base for creating
profile-name.
modifier-keyword and modifier-value
are the modifiers and their values for the CP6100 profile that is being created.
Example
The following is an example of how to alter the default value of the PROGRAM
modifier associated with the ADCCP protocol to utilize the X.21 interface when adding
the PCP6ADCP profile to the WAN subsystem.
ADD PROFILE $ZZWAN.#PCP6ADCP, FILE $SYSTEM.SYS00.PCP6ADCP,
PROGRAM C8169P20
ADD PROFILE $ZZWAN.#profile-name
, FILE disc-file-name | LIKE existing-profile-name
[ , modifier-keyword [ modifier-value ] ]...